[linux-tools] 02/02: [x32] Build hyperv-daemons package
debian-kernel at lists.debian.org
debian-kernel at lists.debian.org
Tue Sep 29 13:13:30 UTC 2015
This is an automated email from the git hooks/post-receive script.
benh pushed a commit to branch sid
in repository linux-tools.
commit a3a8096d0efe8e516efc1446f10b6ff2fafc95c5
Author: Ben Hutchings <ben at decadent.org.uk>
Date: Tue Sep 29 14:12:51 2015 +0100
[x32] Build hyperv-daemons package
---
debian/changelog | 1 +
debian/rules.real | 2 +-
debian/templates/control.main.in | 2 +-
3 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 0ec51a1..e775bd1 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 <ben at decadent.org.uk> Tue, 29 Sep 2015 04:50:43 +0100
diff --git a/debian/rules.real b/debian/rules.real
index fc84db8..c9400ef 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 b905cef..4de03fb 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
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/kernel/linux-tools.git
More information about the Kernel-svn-changes
mailing list