summaryrefslogtreecommitdiff
path: root/debhelper.pod
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2011-07-16 16:08:16 -0400
committerJoey Hess <joey@kitenet.net>2011-07-16 16:08:16 -0400
commitedbe1cf7d625f9cc3db5c266db4845592e588569 (patch)
treece1248f47b21b8c2b80b42c35c8b3f452039a918 /debhelper.pod
parent4325766ab46b5f95a9ac2aabf1cf75d9417eb734 (diff)
dh: In v9, do not enable any python support commands.
dh_pysupport has started emitting a deprecation warning, which is very annoying since it clutters every build that uses dh -- even builds where it doesn't do anything. Since there is not just a dh_python2, but also a dh_python3 waiting in the wings, this is clearly too volatile a situation for dh to try to support further. I considered making dh_python detect and run the right dh_python[23] helper -- a python helper helper as it were -- but 70-odd packages still use that command.
Diffstat (limited to 'debhelper.pod')
-rw-r--r--debhelper.pod4
1 files changed, 4 insertions, 0 deletions
diff --git a/debhelper.pod b/debhelper.pod
index 8118ec93..2c7d62d7 100644
--- a/debhelper.pod
+++ b/debhelper.pod
@@ -561,6 +561,10 @@ to manually define the dependencies between targets there.
B<dh_auto_configure> does not include the source package name
in --libexecdir when using autoconf.
+=item -
+
+B<dh> does not default to enabling --with=python-support
+
=back
=back