r34556 - in /trunk/dh-make-perl: debian/changelog lib/DhMakePerl.pm t/dists/Strange-0.1/wanted-debian/watch t/dists/Strange-2.1/wanted-debian/watch

ryan52-guest at users.alioth.debian.org ryan52-guest at users.alioth.debian.org
Fri May 1 02:43:34 UTC 2009


Author: ryan52-guest
Date: Fri May  1 02:43:23 2009
New Revision: 34556

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=34556
Log:
remove useless comments from watch file

Modified:
    trunk/dh-make-perl/debian/changelog
    trunk/dh-make-perl/lib/DhMakePerl.pm
    trunk/dh-make-perl/t/dists/Strange-0.1/wanted-debian/watch
    trunk/dh-make-perl/t/dists/Strange-2.1/wanted-debian/watch

Modified: trunk/dh-make-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/dh-make-perl/debian/changelog?rev=34556&op=diff
==============================================================================
--- trunk/dh-make-perl/debian/changelog (original)
+++ trunk/dh-make-perl/debian/changelog Fri May  1 02:43:23 2009
@@ -1,12 +1,16 @@
 dh-make-perl (0.56) UNRELEASED; urgency=low
 
+  [ gregor herrmann ]
   * Add the whole Debian::Dependency object to the deps hash in
     Debian::Dependencies' prune function instead of just the version; fixes
     "Can't call method "ver" without a package or object reference at
     /usr/share/perl5/Debian/Dependencies.pm line 125." error that occurs when
     a package is listed more than once in %deps.
 
- -- gregor herrmann <gregoa at debian.org>  Mon, 27 Apr 2009 16:42:59 +0200
+  [ Ryan Niebur ]
+  * remove useless comments from watch file
+
+ -- Ryan Niebur <ryanryan52 at gmail.com>  Thu, 30 Apr 2009 19:42:52 -0700
 
 dh-make-perl (0.55) unstable; urgency=low
 

Modified: trunk/dh-make-perl/lib/DhMakePerl.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/dh-make-perl/lib/DhMakePerl.pm?rev=34556&op=diff
==============================================================================
--- trunk/dh-make-perl/lib/DhMakePerl.pm (original)
+++ trunk/dh-make-perl/lib/DhMakePerl.pm Fri May  1 02:43:23 2009
@@ -1544,9 +1544,7 @@
     my $version_re = 'v?(\d[\d_.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)';
 
     $fh->print(
-        "\# format version number, currently 3; this line is compulsory!
-version=3
-\# URL to the package page followed by a regex to search
+        "version=3
 $upsurl   .*/$perlname-$version_re\$
 "
     );

Modified: trunk/dh-make-perl/t/dists/Strange-0.1/wanted-debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/dh-make-perl/t/dists/Strange-0.1/wanted-debian/watch?rev=34556&op=diff
==============================================================================
--- trunk/dh-make-perl/t/dists/Strange-0.1/wanted-debian/watch (original)
+++ trunk/dh-make-perl/t/dists/Strange-0.1/wanted-debian/watch Fri May  1 02:43:23 2009
@@ -1,4 +1,2 @@
-# format version number, currently 3; this line is compulsory!
 version=3
-# URL to the package page followed by a regex to search
 http://search.cpan.org/dist/Strange/   .*/Strange-v?(\d[\d_.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$

Modified: trunk/dh-make-perl/t/dists/Strange-2.1/wanted-debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/dh-make-perl/t/dists/Strange-2.1/wanted-debian/watch?rev=34556&op=diff
==============================================================================
--- trunk/dh-make-perl/t/dists/Strange-2.1/wanted-debian/watch (original)
+++ trunk/dh-make-perl/t/dists/Strange-2.1/wanted-debian/watch Fri May  1 02:43:23 2009
@@ -1,4 +1,2 @@
-# format version number, currently 3; this line is compulsory!
 version=3
-# URL to the package page followed by a regex to search
 http://search.cpan.org/dist/Strange/   .*/Strange-v?(\d[\d_.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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