r11955 - in /trunk/libgetopt-tabular-perl/debian: changelog control rules watch

tincho-guest at users.alioth.debian.org tincho-guest at users.alioth.debian.org
Thu Jan 3 18:27:40 UTC 2008


Author: tincho-guest
Date: Thu Jan  3 18:27:39 2008
New Revision: 11955

URL: http://svn.debian.org/wsvn/?sc=1&rev=11955
Log:
* debian/control: fixed incorrect Standards-Version.
* debian/rules: fixed double compilation.
* debian/watch: fixed incorrect pattern match.

Modified:
    trunk/libgetopt-tabular-perl/debian/changelog
    trunk/libgetopt-tabular-perl/debian/control
    trunk/libgetopt-tabular-perl/debian/rules
    trunk/libgetopt-tabular-perl/debian/watch

Modified: trunk/libgetopt-tabular-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libgetopt-tabular-perl/debian/changelog?rev=11955&op=diff
==============================================================================
--- trunk/libgetopt-tabular-perl/debian/changelog (original)
+++ trunk/libgetopt-tabular-perl/debian/changelog Thu Jan  3 18:27:39 2008
@@ -1,5 +1,11 @@
 libgetopt-tabular-perl (0.3-1) unstable; urgency=low
 
+  [ David Paleino ]
   * Initial Release (Closes: #458918)
 
- -- David Paleino <d.paleino at gmail.com>  Thu, 03 Jan 2008 18:11:50 +0100
+  [ Martín Ferrari ]
+  * debian/control: fixed incorrect Standards-Version.
+  * debian/rules: fixed double compilation.
+  * debian/watch: fixed incorrect pattern match.
+
+ -- Martín Ferrari <martin.ferrari at gmail.com>  Thu, 03 Jan 2008 16:26:16 -0200

Modified: trunk/libgetopt-tabular-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libgetopt-tabular-perl/debian/control?rev=11955&op=diff
==============================================================================
--- trunk/libgetopt-tabular-perl/debian/control (original)
+++ trunk/libgetopt-tabular-perl/debian/control Thu Jan  3 18:27:39 2008
@@ -5,7 +5,7 @@
 Build-Depends-Indep: perl (>= 5.8.8-12)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: David Paleino <d.paleino at gmail.com>
-Standards-Version: 3.7.3.0
+Standards-Version: 3.7.3
 Homepage: http://search.cpan.org/dist/Getopt-Tabular/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libgetopt-tabular-perl/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libgetopt-tabular-perl/

Modified: trunk/libgetopt-tabular-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libgetopt-tabular-perl/debian/rules?rev=11955&op=diff
==============================================================================
--- trunk/libgetopt-tabular-perl/debian/rules (original)
+++ trunk/libgetopt-tabular-perl/debian/rules Thu Jan  3 18:27:39 2008
@@ -22,7 +22,7 @@
 include /usr/share/quilt/quilt.make
 
 build: build-stamp
-build-stamp: patch
+build-stamp: $(QUILT_STAMPFN)
 	dh_testdir
 
 	# As this is a architecture independent package, we are not
@@ -75,4 +75,4 @@
 	@echo >&2 'source and diff are obsolete - use dpkg-source -b'; false
 
 binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary
+.PHONY: install build clean binary-indep binary-arch binary

Modified: trunk/libgetopt-tabular-perl/debian/watch
URL: http://svn.debian.org/wsvn/trunk/libgetopt-tabular-perl/debian/watch?rev=11955&op=diff
==============================================================================
--- trunk/libgetopt-tabular-perl/debian/watch (original)
+++ trunk/libgetopt-tabular-perl/debian/watch Thu Jan  3 18:27:39 2008
@@ -1,3 +1,3 @@
 # format version number, currently 3; this line is compulsory!
 version=3
-http://search.cpan.org/dist/Getopt-Tabular/ .*/Getopt::Tabular-v?(\d[\d_.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$
+http://search.cpan.org/dist/Getopt-Tabular/ .*/Getopt-Tabular-v?(\d[\d_.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




More information about the Pkg-perl-cvs-commits mailing list