diff options
author | Niels Thykier <niels@thykier.net> | 2018-12-06 20:34:27 +0000 |
---|---|---|
committer | Niels Thykier <niels@thykier.net> | 2018-12-06 20:34:27 +0000 |
commit | 361e98e3edd8817bb554a678d244a91ccb2d950d (patch) | |
tree | 017fd1c68c546d7036493996c6be9a12d8d7adc8 | |
parent | 0d81dac9cf7b2be625b6265d55e48da1fe4eceb2 (diff) | |
download | debhelper-361e98e3edd8817bb554a678d244a91ccb2d950d.tar.gz |
debhelper.7: Document that python-distutils is gone [c12]
Signed-off-by: Niels Thykier <niels@thykier.net>
-rw-r--r-- | debhelper.pod | 5 | ||||
-rw-r--r-- | debian/changelog | 3 |
2 files changed, 8 insertions, 0 deletions
diff --git a/debhelper.pod b/debhelper.pod index 0b0baefe..6ce1eb21 100644 --- a/debhelper.pod +++ b/debhelper.pod @@ -920,6 +920,11 @@ B<Debian::Debhelper::Buildsystem::golang(3pm)> for details and examples. B<dh_installsystemduser> is now included in the B<dh> standard sequence by default. +=item - + +The B<python-distutils> buildsystem is now removed. Please use the +third-party build system B<pybuild> instead. + =back =item v13 diff --git a/debian/changelog b/debian/changelog index e2d4d853..b0825bcf 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,6 +8,9 @@ debhelper (11.5.4) UNRELEASED; urgency=medium (Closes: #913663) * fr.po: Add missing dash in "--parallel" in a translation. Thanks to Christian Marillat for reporting the issue. (Closes: #915255) + * debhelper.7: Document that the "python-distutils" build system is + removed in compat 12. Thanks to Axel Beckert for reporting the + omission. (Closes: #915530) [ Luca Boccassi ] * makefile.pm: revert passing V=0/1 to makefiles. Fixes FTBFS in apcupsd |