]> git.donarmstrong.com Git - debhelper.git/blobdiff - dh
Merge branch 'dh_overrides'
[debhelper.git] / dh
diff --git a/dh b/dh
index efb3b51b6cb9d78d961838db49524c2781ce6149..81160b8437d2ea7e5b4d878ece36ff4260617b81 100755 (executable)
--- a/dh
+++ b/dh
@@ -39,7 +39,7 @@ then when it gets to that command in the sequence, dh will run that
 target from the rules file, rather than running the actual command. The
 override target can then run the command with additional options, or run
 entirely different commands instead. (Note that to use this feature,
-you should Build-Depend on debhelper 7.2 or above.)
+you should Build-Depend on debhelper 7.0.50 or above.)
 
 =head1 OPTIONS
 
@@ -187,7 +187,7 @@ default. This is how to use dh_pycentral instead.
 
        #!/usr/bin/make -f
        %:
-               dh --with python-central
+               dh --with python-central $@
 
 =cut