X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;f=deb-src%2Fdh-make-perl%2Fdh-make-perl-0.47maemo1%2Fdebian%2Fpatches%2Ffix-dh-make-perl-for-perl583.patch;fp=deb-src%2Fdh-make-perl%2Fdh-make-perl-0.47maemo1%2Fdebian%2Fpatches%2Ffix-dh-make-perl-for-perl583.patch;h=249af6073c6798dd3cc1afb26e456e7b7fb4f33b;hb=ea684ded24f9f93780148d34df266b3bcded7305;hp=0000000000000000000000000000000000000000;hpb=a97c961991a9ede4148ca4744df94a7641e614f8;p=pkg-perl diff --git a/deb-src/dh-make-perl/dh-make-perl-0.47maemo1/debian/patches/fix-dh-make-perl-for-perl583.patch b/deb-src/dh-make-perl/dh-make-perl-0.47maemo1/debian/patches/fix-dh-make-perl-for-perl583.patch new file mode 100644 index 0000000..249af60 --- /dev/null +++ b/deb-src/dh-make-perl/dh-make-perl-0.47maemo1/debian/patches/fix-dh-make-perl-for-perl583.patch @@ -0,0 +1,12 @@ +Replaced in GetOptions line replacing exclude|i=s +--- dh-make-perl-0.47maemo1.orig/dh-make-perl ++++ dh-make-perl-0.47maemo1/dh-make-perl +@@ -131,7 +131,7 @@ + 'arch=s', 'basepkgs=s', 'bdepends=s', 'bdependsi=s', + 'build!', 'core-ok', 'cpan=s', 'cpanplus=s', 'closes=i', + 'cpan-mirror=s', 'dbflags=s', 'depends=s', 'desc=s', +- 'exclude|i:s{,}', 'help', 'install!', 'nometa', 'notest', ++ 'exclude|i=s', 'help', 'install!', 'nometa', 'notest', + 'pkg-perl!', 'requiredeps', 'version=s', 'e=s', 'email=s', + 'p=s', 'packagename=s', 'refresh|R', 'dh=i' + ) or die usage_instructions();