diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2009-05-08 13:20:11 -0400 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2009-05-08 13:20:11 -0400 |
commit | c26285a657cc521716be404799dda430df1e6c8e (patch) | |
tree | 08edb60fa533d342de8aef83d32f36ccf92e9560 /dh | |
parent | 0cd329f4736b8d1178a543e2540478597c22dcc3 (diff) | |
download | debhelper-c26285a657cc521716be404799dda430df1e6c8e.tar.gz |
mention quilt
Diffstat (limited to 'dh')
-rwxr-xr-x | dh | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -171,6 +171,13 @@ default. This is how to use dh_pycentral instead. %: dh --with python-central $@ +To patch your package using quilt, you can tell dh to use quilt's dh +sequence addons like this: + + #!/usr/bin/make -f + %: + dh --with quilt $@ + =cut # Stash this away before init modifies it. |