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

ryan52-guest at users.alioth.debian.org ryan52-guest at users.alioth.debian.org
Sat May 2 15:43:16 UTC 2009


Author: ryan52-guest
Date: Sat May  2 15:43:10 2009
New Revision: 34646

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=34646
Log:
don't include .svn-base files in the docs. this fixes running the
tests in a subversion checkout and fixes a really annoying bug where
.svn-base files get added when you --refresh under an svn checkout.

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=34646&op=diff
==============================================================================
--- trunk/dh-make-perl/debian/changelog (original)
+++ trunk/dh-make-perl/debian/changelog Sat May  2 15:43:10 2009
@@ -9,6 +9,9 @@
 
   [ Ryan Niebur ]
   * remove useless comments from watch file
+  * don't include .svn-base files in the docs. this fixes running the
+    tests in a subversion checkout and fixes a really annoying bug where
+    .svn-base files get added when you --refresh under an svn checkout.
 
   [ Damyan Ivanov ]
   * add 'make' to the list of commands

Modified: trunk/dh-make-perl/lib/DhMakePerl.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/dh-make-perl/lib/DhMakePerl.pm?rev=34646&op=diff
==============================================================================
--- trunk/dh-make-perl/lib/DhMakePerl.pm (original)
+++ trunk/dh-make-perl/lib/DhMakePerl.pm Sat May  2 15:43:10 2009
@@ -866,6 +866,7 @@
             push( @docs, substr( $File::Find::name, length($dir) ) )
                 if ( /^(README|TODO|BUGS|NEWS|ANNOUNCE)/i
                 and ( !$self->cfg->exclude or $File::Find::name !~ $self->cfg->exclude )
+                and !/\.svn-base$/
                 );
         },
         $dir




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