[x32] Build hyperv-daemons package

This commit is contained in:
Ben Hutchings 2015-09-29 14:12:51 +01:00
parent 98517d1ea6
commit a3a8096d0e
3 changed files with 3 additions and 2 deletions

1
debian/changelog vendored
View File

@ -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 <ben@decadent.org.uk> Tue, 29 Sep 2015 04:50:43 +0100

2
debian/rules.real vendored
View File

@ -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

View File

@ -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