r66844 - in /website/howto: quilt-copyable.pod quilt.pod

carnil at users.alioth.debian.org carnil at users.alioth.debian.org
Sun Jan 2 16:24:01 UTC 2011


Author: carnil
Date: Sun Jan  2 16:23:31 2011
New Revision: 66844

URL: http://svn.debian.org/wsvn/?sc=1&rev=66844
Log:
switch arguments

Modified:
    website/howto/quilt-copyable.pod
    website/howto/quilt.pod

Modified: website/howto/quilt-copyable.pod
URL: http://svn.debian.org/wsvn/website/howto/quilt-copyable.pod?rev=66844&op=diff
==============================================================================
--- website/howto/quilt-copyable.pod (original)
+++ website/howto/quilt-copyable.pod Sun Jan  2 16:23:31 2011
@@ -181,7 +181,7 @@
 =begin html
 
 <pre>%:
-&#09;dh --with quilt $@</pre>
+&#09;dh $@ --with quilt</pre>
 
 =end html
 
@@ -231,7 +231,7 @@
 =begin html
 
 <pre>%:
-&#09;dh --with quilt $@
+&#09;dh $@ --with quilt
 override_dh_quilt_patch:
 &#09;dh_quilt_patch
 &#09;[ -f bin/some_utility ] || mv bin/some_utility.pl bin/some_utility

Modified: website/howto/quilt.pod
URL: http://svn.debian.org/wsvn/website/howto/quilt.pod?rev=66844&op=diff
==============================================================================
--- website/howto/quilt.pod (original)
+++ website/howto/quilt.pod Sun Jan  2 16:23:31 2011
@@ -162,7 +162,7 @@
 F<debian/rules> can now be written as (needs C<debhelper> >= 7.0.8):
 
     %:
-        dh --with quilt $@
+        dh $@ --with quilt
 
 Alternatively C<dh_quilt_patch> and C<dh_quilt_unpatch> can be added to
 F<debian/rules>.
@@ -216,7 +216,7 @@
 and it will fail.
 
     %:
-        dh --with quilt $@
+        dh $@ --with quilt
     override_dh_quilt_patch:
         dh_quilt_patch
         [ -f bin/some_utility ] || mv bin/some_utility.pl bin/some_utility




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