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

carnil-guest at users.alioth.debian.org carnil-guest at users.alioth.debian.org
Fri Oct 30 21:53:32 UTC 2009


Author: carnil-guest
Date: Fri Oct 30 21:53:27 2009
New Revision: 46546

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=46546
Log:
fix License stanza generation for debian/* part

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=46546&op=diff
==============================================================================
--- trunk/dh-make-perl/lib/DhMakePerl.pm (original)
+++ trunk/dh-make-perl/lib/DhMakePerl.pm Fri Oct 30 21:53:27 2009
@@ -1790,7 +1790,7 @@
     } else {
       push @res, "Copyright: $year, $maintainer";
     }
-    push @res, "License: " . join( ' | ', keys %licenses );
+    push @res, "License: " . join( ' or ', keys %licenses );
 
     map { $texts{$_} && push( @res, '', "License: $_", $texts{$_} ) }
         keys %licenses;




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