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

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Fri Feb 19 08:52:59 UTC 2010


Author: dmn
Date: Fri Feb 19 08:52:50 2010
New Revision: 53047

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=53047
Log:
drop_quilt(): remove --with=quilt from dh invocations

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=53047&op=diff
==============================================================================
--- trunk/dh-make-perl/debian/changelog (original)
+++ trunk/dh-make-perl/debian/changelog Fri Feb 19 08:52:50 2010
@@ -21,6 +21,7 @@
   * when looking for READMEs to include in .docs, skip debian/README.source
   * do not rewrite completely debian/rules if it looks like using DH7 tiny
     rules
+  * drop_quilt(): remove --with=quilt from dh invocations
 
   [ gregor herrmann ]
   * DhMakePerl: update_file_list() allows to --refresh --only docs and

Modified: trunk/dh-make-perl/lib/DhMakePerl.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/dh-make-perl/lib/DhMakePerl.pm?rev=53047&op=diff
==============================================================================
--- trunk/dh-make-perl/lib/DhMakePerl.pm (original)
+++ trunk/dh-make-perl/lib/DhMakePerl.pm Fri Feb 19 08:52:50 2010
@@ -1400,6 +1400,11 @@
             splice @rules, $i, 3;
             last;
         }
+    }
+
+    # drop --with=quilt from dh command line
+    for(@rules) {
+        s/dh (.*)--with[= ]quilt\s*/dh $1/g;
     }
 
     # remove build-dependency on quilt




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