r65219 - /website/debhelper.pod

carnil at users.alioth.debian.org carnil at users.alioth.debian.org
Sun Nov 21 20:28:32 UTC 2010


Author: carnil
Date: Sun Nov 21 20:28:14 2010
New Revision: 65219

URL: http://svn.debian.org/wsvn/?sc=1&rev=65219
Log:
change order of parameters passed to dh

Modified:
    website/debhelper.pod

Modified: website/debhelper.pod
URL: http://svn.debian.org/wsvn/website/debhelper.pod?rev=65219&op=diff
==============================================================================
--- website/debhelper.pod (original)
+++ website/debhelper.pod Sun Nov 21 20:28:14 2010
@@ -64,7 +64,7 @@
 =begin html
 
 <pre>%:
-&#09;dh --with quilt $@
+&#09;dh $@ --with quilt
 </pre>
 
 =end html
@@ -79,7 +79,7 @@
 =begin html
 
 <pre>%:
-&#09;dh --with bash-completion $@
+&#09;dh $@ --with bash-completion
 </pre>
 
 =end html




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