r17096 - /scripts/dpatch2quilt

gregoa-guest at users.alioth.debian.org gregoa-guest at users.alioth.debian.org
Sun Mar 9 20:22:29 UTC 2008


Author: gregoa-guest
Date: Sun Mar  9 20:22:29 2008
New Revision: 17096

URL: http://svn.debian.org/wsvn/?sc=1&rev=17096
Log:
set quilt (>= 0.40) because we use quilt.make

Modified:
    scripts/dpatch2quilt

Modified: scripts/dpatch2quilt
URL: http://svn.debian.org/wsvn/scripts/dpatch2quilt?rev=17096&op=diff
==============================================================================
--- scripts/dpatch2quilt (original)
+++ scripts/dpatch2quilt Sun Mar  9 20:22:29 2008
@@ -41,11 +41,11 @@
 perl -i -pe '
 if( /^Build-Depends: / ) {
     $do_replace = 1;
-    s/dpatch ?(?:\(.+\))?/quilt/;
+    s/dpatch ?(?:\(.+\))?/quilt (>= 0.40)/;
     next;
 }
 if( /^ / ) {
-    s/dpatch ?(?:\(.+\))?/quilt/ if $do_replace;
+    s/dpatch ?(?:\(.+\))?/quilt (>= 0.40)/ if $do_replace;
 } else {
     $do_replace = 0;
 }' debian/control




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