summaryrefslogtreecommitdiff
path: root/dh
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2009-05-08 13:20:11 -0400
committerJoey Hess <joey@gnu.kitenet.net>2009-05-08 13:20:11 -0400
commitc26285a657cc521716be404799dda430df1e6c8e (patch)
tree08edb60fa533d342de8aef83d32f36ccf92e9560 /dh
parent0cd329f4736b8d1178a543e2540478597c22dcc3 (diff)
mention quilt
Diffstat (limited to 'dh')
-rwxr-xr-xdh7
1 files changed, 7 insertions, 0 deletions
diff --git a/dh b/dh
index 427a1c9d..ea1605f1 100755
--- a/dh
+++ b/dh
@@ -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.