[Pkg-libvirt-commits] [libguestfs] 38/40: Added more architecture-specific dependencies for ppc64el

Hilko Bengen bengen at moszumanska.debian.org
Fri Oct 3 14:44:58 UTC 2014


This is an automated email from the git hooks/post-receive script.

bengen pushed a commit to annotated tag debian/1%1.27.44-1
in repository libguestfs.

commit 28a8d421729239bd1b2f8480974b2ba53689ab3b
Author: Hilko Bengen <bengen at debian.org>
Date:   Fri Sep 12 09:47:25 2014 +0200

    Added more architecture-specific dependencies for ppc64el
---
 debian/control | 2 +-
 debian/rules   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index ed4772a..c59758d 100644
--- a/debian/control
+++ b/debian/control
@@ -17,7 +17,7 @@ Build-Depends: debhelper (>= 9),
   qemu-system-arm [armel armhf],
   qemu-system-mips [mips mipsel],
   qemu-system-misc [s390x],
-  qemu-system-ppc [powerpc],
+  qemu-system-ppc [powerpc ppc64el],
   qemu-system-sparc [sparc],
   qemu-system-x86 [i386 amd64],
   qemu-utils,
diff --git a/debian/rules b/debian/rules
index d893ac5..f1602c9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -19,7 +19,7 @@ pkglist_to_deps := sed -e 's,iproute2\?,iproute2|iproute,;s,\(gfs-tools\|gfs2-to
 essential_deps  := grep -v '^\(bash\|coreutils\|e2fsprogs\|findutils\|grep\|gzip\|libc-bin\|sed\|sysvinit\|tar\|util\-linux\)'
 
 QEMU_CPU := $(shell echo $(DEB_HOST_GNU_CPU) \
-		    | sed -e 's,i[456]86,i386,;s,sparc,sparc64,;s,powerpc,ppc64,;s,arm.*,arm,')
+		    | sed -r -e 's,i[456]86,i386,;s,sparc,sparc64,;s,powerpc(64.*)?,ppc64,;s,arm.*,arm,')
 
 # Do not run "make quickcheck on these architectures
 QUICKCHECK_ARCHITECTURES := i386 amd64

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-libvirt/libguestfs.git



More information about the Pkg-libvirt-commits mailing list