]> git.donarmstrong.com Git - debhelper.git/commitdiff
document how to use python-central
authorJoey Hess <joey@gnu.kitenet.net>
Tue, 17 Feb 2009 17:44:58 +0000 (12:44 -0500)
committerJoey Hess <joey@gnu.kitenet.net>
Tue, 17 Feb 2009 17:44:58 +0000 (12:44 -0500)
dh

diff --git a/dh b/dh
index cbc5f10c12deb0e47a4bdbf48fdeb1ad311f335d..b1da30b26674cc504a019e857efa20c7c38b9ed3 100755 (executable)
--- a/dh
+++ b/dh
@@ -191,6 +191,13 @@ around by passing -B to make.
        %:
                dh $@
 
+If your package is a python package, dh will use dh_pysupport by
+default. This is how to use dh_pycentral instead.
+
+       #!/usr/bin/make -f
+       %:
+               dh --with python_central
+
 =cut
 
 # Stash this away before init modifies it.