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

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Mon Aug 20 07:26:58 UTC 2007


Author: dmn
Date: Mon Aug 20 07:26:58 2007
New Revision: 6973

URL: http://svn.debian.org/wsvn/?sc=1&rev=6973
Log:
  stricter debian/watch patterns, omit capturing file extension

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=6973&op=diff
==============================================================================
--- trunk/dh-make-perl/debian/changelog (original)
+++ trunk/dh-make-perl/debian/changelog Mon Aug 20 07:26:58 2007
@@ -13,6 +13,7 @@
 
   [ Damyan Ivanov ]
   * current watch file version is 3, this is what we generate too
+    stricter debian/watch patterns, omit capturing file extension
   * Move tests from install to build target
   * better explaination in binary-arch target for arch-indep packages and in
     binary-indep target of arch-dep packages why the target is empty
@@ -21,7 +22,7 @@
     fields to debian/control and sets the Maintainer and Uploaders fields
     accordingly
 
- -- Damyan Ivanov <dmn at debian.org>  Mon, 20 Aug 2007 08:51:27 +0300
+ -- Damyan Ivanov <dmn at debian.org>  Mon, 20 Aug 2007 10:26:31 +0300
 
 dh-make-perl (0.27) 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=6973&op=diff
==============================================================================
--- trunk/dh-make-perl/dh-make-perl (original)
+++ trunk/dh-make-perl/dh-make-perl Mon Aug 20 07:26:58 2007
@@ -921,7 +921,7 @@
 	
 	$perl_path_name =~ s|::|-|g;
 	$perl_path_name =~ s|(\w+)(-.*)|$1/$1$2|;
-	$perl_path_name .= "-(.*)\.(tar\.gz|tar|tgz)";
+	$perl_path_name .= '-([\.\d]+)\.(?:tar\.gz|tar|tgz)';
 
 	$fh->print(
 "\# format version number, currently 3; this line is compulsory!




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