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

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Thu Dec 10 05:33:41 UTC 2009


Author: dmn
Date: Thu Dec 10 05:33:19 2009
New Revision: 48532

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=48532
Log:
tighten matching READMEs a bit; Closes: #560165

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=48532&op=diff
==============================================================================
--- trunk/dh-make-perl/debian/changelog (original)
+++ trunk/dh-make-perl/debian/changelog Thu Dec 10 05:33:19 2009
@@ -1,3 +1,9 @@
+dh-make-perl (0.62) UNRELEASED; urgency=low
+
+  * tighten matching READMEs a bit; Closes: #560165
+
+ -- Damyan Ivanov <dmn at debian.org>  Thu, 10 Dec 2009 07:29:05 +0200
+
 dh-make-perl (0.61) unstable; urgency=low
 
   [ Salvatore Bonaccorso ]

Modified: trunk/dh-make-perl/lib/DhMakePerl.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/dh-make-perl/lib/DhMakePerl.pm?rev=48532&op=diff
==============================================================================
--- trunk/dh-make-perl/lib/DhMakePerl.pm (original)
+++ trunk/dh-make-perl/lib/DhMakePerl.pm Thu Dec 10 05:33:19 2009
@@ -974,7 +974,7 @@
     find(
         sub {
             push( @docs, substr( $File::Find::name, length($dir) ) )
-                if ( /^(README|TODO|BUGS|NEWS|ANNOUNCE)/i
+                if ( /^\b(README|TODO|BUGS|NEWS|ANNOUNCE)\b/i
                 and ( !$self->cfg->exclude or $File::Find::name !~ $self->cfg->exclude )
                 and !/\.svn-base$/
                 );




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