From: Joey Hess Date: Tue, 17 Feb 2009 17:44:58 +0000 (-0500) Subject: document how to use python-central X-Git-Tag: 7.2.0~1^2~7 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=7d0a350df1c682f2647ec15c765e1c56d5284fe9;p=debhelper.git document how to use python-central (cherry picked from commit dc45c6f8c748ed57527d1aeb286f0db571308ec2) --- diff --git a/dh b/dh index 1ec46ba..c546419 100755 --- 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.