r37399 - in /trunk/dh-make-perl: debian/changelog lib/DhMakePerl.pm

nhandler-guest at users.alioth.debian.org nhandler-guest at users.alioth.debian.org
Wed Jun 3 20:09:49 UTC 2009


Author: nhandler-guest
Date: Wed Jun  3 20:09:44 2009
New Revision: 37399

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=37399
Log:
  * lib/DhMakePerl.pm:
    - Make watch files ignore development releases (closes: #530639)


Modified:
    trunk/dh-make-perl/debian/changelog
    trunk/dh-make-perl/lib/DhMakePerl.pm

Modified: trunk/dh-make-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/dh-make-perl/debian/changelog?rev=37399&op=diff
==============================================================================
--- trunk/dh-make-perl/debian/changelog (original)
+++ trunk/dh-make-perl/debian/changelog Wed Jun  3 20:09:44 2009
@@ -42,9 +42,12 @@
     unconditionally (closes: #530675).
 
   [ Nathan Handler ]
-  * Mention that --refresh creates backup copies the files
-
- -- Nathan Handler <nhandler at ubuntu.com>  Tue, 02 Jun 2009 02:25:03 +0000
+  * dh-make-perl: 
+    - Mention that --refresh creates backup copies the files
+  * lib/DhMakePerl.pm:
+    - Make watch files ignore development releases (closes: #530639)
+
+ -- Nathan Handler <nhandler at ubuntu.com>  Wed, 03 Jun 2009 19:42:53 +0000
 
 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=37399&op=diff
==============================================================================
--- trunk/dh-make-perl/lib/DhMakePerl.pm (original)
+++ trunk/dh-make-perl/lib/DhMakePerl.pm Wed Jun  3 20:09:44 2009
@@ -1830,7 +1830,7 @@
 
     my $fh = $self->_file_w($filename);
 
-    my $version_re = 'v?(\d[\d_.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)';
+    my $version_re = 'v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)';
 
     $fh->print(
         "version=3




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