]> git.donarmstrong.com Git - debhelper.git/blobdiff - debhelper.pod
update
[debhelper.git] / debhelper.pod
index da5ddfe881a917b8b9b891aee4d5819617e34779..554b7f7834eb113941411044b2b0cd7b1592cfd5 100644 (file)
@@ -529,7 +529,11 @@ can cause some packages to fail to build.
 =item -
 
 dh requires the sequence to run be specified as the first parameter, and
-any switches come after it.
+any switches come after it. Ie, use "dh $@ --foo", not "dh --foo $@"
+
+=item
+
+dh_auto_* prefer to use perl's Module::Build in preference to Makefile.PL.
 
 =back