r52327 - /trunk/dh-make-perl/lib/DhMakePerl.pm

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Mon Feb 8 21:59:01 UTC 2010


Author: dmn
Date: Mon Feb  8 21:58:56 2010
New Revision: 52327

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=52327
Log:
refresh: refer to d/copyright via debian_file()

this way we are sure we refer to the right file. and we are more portable

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

Modified: trunk/dh-make-perl/lib/DhMakePerl.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/dh-make-perl/lib/DhMakePerl.pm?rev=52327&op=diff
==============================================================================
--- trunk/dh-make-perl/lib/DhMakePerl.pm (original)
+++ trunk/dh-make-perl/lib/DhMakePerl.pm Mon Feb  8 21:58:56 2010
@@ -231,7 +231,7 @@
 
         if ( 'copyright' ~~ $self->cfg->only ) {
             $self->backup_file( $self->debian_file('copyright') );
-            $self->create_copyright("$debiandir/copyright");
+            $self->create_copyright( $self->debian_file('copyright') );
         }
 
         if ( 'control' ~~ $self->cfg->only ) {




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