From c26285a657cc521716be404799dda430df1e6c8e Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 8 May 2009 13:20:11 -0400 Subject: mention quilt --- dh | 7 +++++++ 1 file changed, 7 insertions(+) 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. -- cgit v1.2.3