r12465 - in /trunk/dh-make-perl: debian/changelog dh-make-perl

gregoa-guest at users.alioth.debian.org gregoa-guest at users.alioth.debian.org
Thu Jan 10 18:44:55 UTC 2008


Author: gregoa-guest
Date: Thu Jan 10 18:44:54 2008
New Revision: 12465

URL: http://svn.debian.org/wsvn/?sc=1&rev=12465
Log:
Add comment and additional spaces to the created watch files to make the
  pattern easier to read and understand.

Modified:
    trunk/dh-make-perl/debian/changelog
    trunk/dh-make-perl/dh-make-perl

Modified: trunk/dh-make-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/dh-make-perl/debian/changelog?rev=12465&op=diff
==============================================================================
--- trunk/dh-make-perl/debian/changelog (original)
+++ trunk/dh-make-perl/debian/changelog Thu Jan 10 18:44:54 2008
@@ -2,8 +2,10 @@
 
   * Set debhelper compatibility level to 6 (for dh-make-perl and the
     packages it creates).
-
- -- gregor herrmann <gregor+debian at comodo.priv.at>  Thu, 10 Jan 2008 19:38:07 +0100
+  * Add comment and additional spaces to the created watch files to make the
+    pattern easier to read and understand.
+
+ -- gregor herrmann <gregor+debian at comodo.priv.at>  Thu, 10 Jan 2008 19:42:49 +0100
 
 dh-make-perl (0.38) unstable; urgency=low
 

Modified: trunk/dh-make-perl/dh-make-perl
URL: http://svn.debian.org/wsvn/trunk/dh-make-perl/dh-make-perl?rev=12465&op=diff
==============================================================================
--- trunk/dh-make-perl/dh-make-perl (original)
+++ trunk/dh-make-perl/dh-make-perl Thu Jan 10 18:44:54 2008
@@ -1022,7 +1022,8 @@
 	$fh->print(
 "\# format version number, currently 3; this line is compulsory!
 version=3
-$upsurl .*/$perlname-$version_re\$
+\# URL to the package page followed by a regex to search
+$upsurl   .*/$perlname-$version_re\$
 ");
 	$fh->close;
 }




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