diff --git a/debian/changelog b/debian/changelog index c0a1a9f90..392288f71 100644 --- a/debian/changelog +++ b/debian/changelog @@ -17,7 +17,8 @@ linux (4.2-1~exp1) UNRELEASED; urgency=medium are redundant with sparc64 and neither is an official port * Fix last issue that prevents a reproducible build (Closes: #769844): - DocBook: Use a fixed encoding for output - * debian/bin,debian/control,debian/lib/python,debian/rules.real: Use Python 3 + * debian/bin,debian/control,debian/lib/python,debian/rules.real, + linux-support: Use Python 3 * debian/bin/genorig.py: Make orig tarballs reproducible -- Ben Hutchings Tue, 25 Aug 2015 18:50:57 +0100 diff --git a/debian/rules.real b/debian/rules.real index de4b077c5..96bb5d316 100644 --- a/debian/rules.real +++ b/debian/rules.real @@ -334,7 +334,7 @@ install-support: dh_installdirs $(PACKAGE_ROOT)/lib/python/debian_linux $(PACKAGE_ROOT)/modules cp debian/config.defines.dump $(PACKAGE_DIR)$(PACKAGE_ROOT) cp debian/lib/python/debian_linux/*.py $(PACKAGE_DIR)$(PACKAGE_ROOT)/lib/python/debian_linux - dh_python2 + dh_python3 dh_link $(PACKAGE_ROOT) /usr/src/$(PACKAGE_NAME) +$(MAKE_SELF) install-base diff --git a/debian/templates/control.main.in b/debian/templates/control.main.in index 1663b5aeb..545617d96 100644 --- a/debian/templates/control.main.in +++ b/debian/templates/control.main.in @@ -46,7 +46,7 @@ Description: Linux kernel API manual pages for version @version@ Package: linux-support-@abiname@ Architecture: all Section: devel -Depends: ${python:Depends}, ${misc:Depends}, python-six +Depends: ${python3:Depends}, ${misc:Depends} Multi-Arch: foreign Description: Support files for Linux @upstreamversion@ This package provides support files for the Linux kernel build,