diff --git a/debian/changelog b/debian/changelog index 6b132e8ef..b21544685 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,8 @@ linux-tools (4.1.2-1~exp2) UNRELEASED; urgency=medium * linux-tools: Set $KBUILD_BUILD_TIMESTAMP from changelog and use it as man page date + * hyperv-daemons: Only attempt to build package on i386, amd64 + (fixes FTBFS on other architectures) -- Ben Hutchings Mon, 13 Jul 2015 19:52:17 +0100 diff --git a/debian/rules.real b/debian/rules.real index 6a83b40c0..65406d151 100644 --- a/debian/rules.real +++ b/debian/rules.real @@ -3,10 +3,13 @@ export KBUILD_BUILD_TIMESTAMP := $(shell dpkg-parsechangelog | sed -ne 's,^Date: include debian/rules.defs -binary-arch: install-kbuild install-usbip install-hyperv-daemons +binary-arch: install-kbuild install-usbip ifneq ($(filter alpha amd64 arm64 armel armhf hppa i386 mips mips64 mips64el mipsel powerpc powerpcspe ppc64 ppc64el s390 s390x sh4 sparc sparc64 x32,$(DEB_BUILD_ARCH)),) binary-arch: install-tools endif +ifneq ($(filter i386 amd64,$(DEB_BUILD_ARCH)),) + binary-arch: install-hyperv-daemons +endif build: $(STAMPS_DIR)/build