[Fakeroot-commits] [SCM] fakeroot branch, upstream, updated. debian/1.14.3-200-gb232f8a

Clint Adams schizo at debian.org
Tue Aug 23 13:06:04 UTC 2011


The following commit has been merged in the upstream branch:
commit b577ed9cee35e3f70f49c60265911a5286ab9dac
Author: Clint Adams <schizo at debian.org>
Date:   Sun Dec 2 22:38:48 2007 +0000

    Call biarch target in a parallel-build-friendly way.
    
    git-archimport-id: fakeroot at packages.debian.org--fakeroot/fakeroot--main--0.0--patch-149

diff --git a/debian/changelog b/debian/changelog
index 36db117..1a2f35d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+fakeroot (1.8.10) unstable; urgency=medium
+
+  * Call biarch target in a parallel-build-friendly way. 
+
+ -- Clint Adams <schizo at debian.org>  Sun, 02 Dec 2007 17:33:42 -0500
+
 fakeroot (1.8.9) unstable; urgency=low
 
   * Apply patch from Andrew Benham to handle platforms without
diff --git a/debian/rules b/debian/rules
index 1ef4764..73c2d78 100755
--- a/debian/rules
+++ b/debian/rules
@@ -102,7 +102,7 @@ binary-arch: build checkroot
 	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))
-	debian/rules binary-biarch
+	$(MAKE) -C debian/rules binary-biarch
 endif
 	$(INSTALL_FILE) debian/copyright debian/tmp/usr/share/doc/fakeroot/copyright
 	$(INSTALL_FILE) debian/changelog debian/tmp/usr/share/doc/fakeroot/changelog

-- 
fakeroot



More information about the Fakeroot-commits mailing list