summaryrefslogtreecommitdiff
path: root/dh
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2009-02-17 12:44:58 -0500
committerJoey Hess <joey@gnu.kitenet.net>2009-02-27 15:13:28 -0500
commit7d0a350df1c682f2647ec15c765e1c56d5284fe9 (patch)
tree95ef4f067d4cc271ba207856ce8b91e023e8d89a /dh
parenta26b68b6c1751b338f90ce9ab0deac1c353581d9 (diff)
document how to use python-central
(cherry picked from commit dc45c6f8c748ed57527d1aeb286f0db571308ec2)
Diffstat (limited to 'dh')
-rwxr-xr-xdh7
1 files changed, 7 insertions, 0 deletions
diff --git a/dh b/dh
index 1ec46ba9..c546419d 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.