[Fakeroot-commits] [SCM] fakeroot branch, master, updated. debian/1.13

Clint Adams schizo at debian.org
Mon Sep 28 22:41:12 UTC 2009


The following commit has been merged in the master branch:
commit 385cc729992b265464ec588c37df0e08f74b8dd7
Author: Clint Adams <schizo at debian.org>
Date:   Sat Aug 1 01:46:39 2009 -0400

    Disable biarch support on amd64.  closes: #538037.

diff --git a/debian/rules b/debian/rules
index c21dd5d..7320d0c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -104,7 +104,7 @@ binary-arch: build checkroot
 #	cd obj-sysv && ./libtool --finish $(CURDIR)/debian/tmp/usr/lib/fakeroot
 	rm -f debian/tmp/usr/lib/libfakeroot/libfakeroot.*a*
 	rm -f debian/tmp/usr/bin/simple
-ifneq (,$(findstring $(DEB_HOST_GNU_TYPE), sparc-linux-gnu s390-linux-gnu x86_64-linux-gnu i486-linux-gnu powerpc-linux-gnu ppc64-linux-gnui x86_64-kfreebsd-gnu))
+ifneq (,$(findstring $(DEB_HOST_GNU_TYPE), sparc-linux-gnu s390-linux-gnu i486-linux-gnu powerpc-linux-gnu ppc64-linux-gnui x86_64-kfreebsd-gnu))
 	$(MAKE) -f debian/rules binary-biarch
 endif
 	$(INSTALL_FILE) debian/copyright debian/tmp/usr/share/doc/fakeroot/copyright

-- 
fakeroot



More information about the Fakeroot-commits mailing list