diff --git a/debian/changelog b/debian/changelog index 0ec51a191..e775bd194 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ linux-tools (4.2-2) UNRELEASED; urgency=medium * [x32] Don't attempt to build linux-perf (fixes FTBFS) + * [x32] Build hyperv-daemons package -- Ben Hutchings Tue, 29 Sep 2015 04:50:43 +0100 diff --git a/debian/rules.real b/debian/rules.real index fc84db874..c9400efd3 100644 --- a/debian/rules.real +++ b/debian/rules.real @@ -7,7 +7,7 @@ binary-arch: install-kbuild install-usbip install-lockdep ifneq ($(filter alpha amd64 arm64 armel armhf hppa i386 mips mips64 mips64el mipsel powerpc powerpcspe ppc64 ppc64el s390 s390x sh4 sparc sparc64,$(DEB_BUILD_ARCH)),) binary-arch: install-perf endif -ifneq ($(filter i386 amd64,$(DEB_BUILD_ARCH)),) +ifneq ($(filter i386 amd64 x32,$(DEB_BUILD_ARCH)),) binary-arch: install-hyperv-daemons endif diff --git a/debian/templates/control.main.in b/debian/templates/control.main.in index b905cef04..4de03fb13 100644 --- a/debian/templates/control.main.in +++ b/debian/templates/control.main.in @@ -54,7 +54,7 @@ Description: USB device sharing system over IP network client tool 'usbip'. Package: hyperv-daemons -Architecture: i386 amd64 +Architecture: i386 amd64 x32 Depends: ${shlibs:Depends}, ${misc:Depends} Section: admin Description: Support daemons for Linux running on Hyper-V