summaryrefslogtreecommitdiff
path: root/dh
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2009-02-28 13:28:24 -0500
committerJoey Hess <joey@gnu.kitenet.net>2009-02-28 13:28:24 -0500
commitbf969c1ca026433477c3578123b28e9829ba4e25 (patch)
tree771db89c8f1ed542629c9f3c01f08cd2dbde4ced /dh
parent42c3ae0abba9ca8290115bb0cb9b91007253efaa (diff)
parent89d07bd36d8778a5b85b24b3a53635fccb9da52b (diff)
Merge branch 'dh_overrides'
Conflicts: debian/changelog
Diffstat (limited to 'dh')
-rwxr-xr-xdh4
1 files changed, 2 insertions, 2 deletions
diff --git a/dh b/dh
index efb3b51b..81160b84 100755
--- 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