From: Joey Hess Date: Fri, 8 May 2009 17:20:11 +0000 (-0400) Subject: mention quilt X-Git-Tag: 7.2.10~2 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=c26285a657cc521716be404799dda430df1e6c8e;p=debhelper.git mention quilt --- diff --git a/dh b/dh index 427a1c9..ea1605f 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.