diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2009-02-28 13:28:24 -0500 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2009-02-28 13:28:24 -0500 |
commit | bf969c1ca026433477c3578123b28e9829ba4e25 (patch) | |
tree | 771db89c8f1ed542629c9f3c01f08cd2dbde4ced /dh | |
parent | 42c3ae0abba9ca8290115bb0cb9b91007253efaa (diff) | |
parent | 89d07bd36d8778a5b85b24b3a53635fccb9da52b (diff) | |
download | debhelper-bf969c1ca026433477c3578123b28e9829ba4e25.tar.gz |
Merge branch 'dh_overrides'
Conflicts:
debian/changelog
Diffstat (limited to 'dh')
-rwxr-xr-x | dh | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |