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

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Mon Feb 22 09:42:26 UTC 2010


Author: dmn
Date: Mon Feb 22 09:42:17 2010
New Revision: 53187

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=53187
Log:
when looking for docs, ignore .svn/ too

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=53187&op=diff
==============================================================================
--- trunk/dh-make-perl/debian/changelog (original)
+++ trunk/dh-make-perl/debian/changelog Mon Feb 22 09:42:17 2010
@@ -4,6 +4,7 @@
     debian/
   * in --make mode, rename any existing debian/ directory to debian.bak/,
     overwriting the later if it exists
+  * when looking for docs, ignore .svn/ too
 
  -- Damyan Ivanov <dmn at debian.org>  Fri, 19 Feb 2010 22:47:26 +0200
 

Modified: trunk/dh-make-perl/lib/DhMakePerl.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/dh-make-perl/lib/DhMakePerl.pm?rev=53187&op=diff
==============================================================================
--- trunk/dh-make-perl/lib/DhMakePerl.pm (original)
+++ trunk/dh-make-perl/lib/DhMakePerl.pm Mon Feb 22 09:42:17 2010
@@ -994,6 +994,7 @@
     find(
         sub {
             if (   $File::Find::dir eq '.svn-base'
+                or $File::Find::dir eq '.svn'
                 or $File::Find::dir eq '.git' )
             {
                 $File::Find::prune = 1;




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