[Pkg-libvirt-commits] [SCM] Libguestfs Debian packaging branch, master, updated. debian/1%1.20.7-3
Hilko Bengen
bengen at debian.org
Sat Jun 1 11:05:26 UTC 2013
The following commit has been merged in the master branch:
commit f198c60e1c9178dbfc565d679e276eeefec46451
Author: Hilko Bengen <bengen at debian.org>
Date: Fri May 31 09:53:07 2013 +0200
Fixed FTBFS: On linux-i386, DEB_HOST_GNU_CPU=i486. I should have tested this.
diff --git a/debian/rules b/debian/rules
index 7841d1d..54bb990 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,7 +9,7 @@ RUBY_DEFAULT := $(shell which ruby | xargs readlink -f | xargs basename)
LUAS := lua5.1 lua5.2
LUA_DEFAULT := lua5.1
-DEB_HOST_GNU_CPU := $(shell dpkg-architecture -qDEB_HOST_GNU_CPU)
+DEB_HOST_GNU_CPU := $(shell dpkg-architecture -qDEB_HOST_GNU_CPU | sed -e 's,i[456]86,i386,')
QEMU_SYSTEM := qemu-system-$(DEB_HOST_GNU_CPU)
DEFAULT_CONFIG_FLAGS = \
--
Libguestfs Debian packaging
More information about the Pkg-libvirt-commits
mailing list