r27348 - /trunk/dh-make-perl/dh-make-perl

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Thu Nov 27 10:19:20 UTC 2008


Author: dmn
Date: Thu Nov 27 10:19:18 2008
New Revision: 27348

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=27348
Log:
add --sources-list and --dist too the GetOptions call

Modified:
    trunk/dh-make-perl/dh-make-perl

Modified: trunk/dh-make-perl/dh-make-perl
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/dh-make-perl/dh-make-perl?rev=27348&op=diff
==============================================================================
--- trunk/dh-make-perl/dh-make-perl (original)
+++ trunk/dh-make-perl/dh-make-perl Thu Nov 27 10:19:18 2008
@@ -495,7 +495,8 @@
     'depends=s',   'desc=s',        'exclude|i:s{,}', 'help',
     'install!',    'nometa',        'notest',         'pkg-perl!',
     'requiredeps', 'version=s',     'e=s',            'email=s',
-    'p=s',         'packagename=s', 'refresh|R',      'dh=i'
+    'p=s',         'packagename=s', 'refresh|R',      'dh=i',
+    'sources-list=s', 'dist=s',
 ) or die usage_instructions();
 
 @bdepends = ( Dep->new( 'debhelper', $opts{dh} ) );




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