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

Clint Adams schizo at debian.org
Tue Aug 23 13:05:32 UTC 2011


The following commit has been merged in the upstream branch:
commit de142e81224f67b2c74c160c0e533b4104bbd7a3
Author: Clint Adams <schizo at debian.org>
Date:   Tue Feb 1 03:29:10 2005 +0000

    1.2.4
    
    git-archimport-id: fakeroot at packages.debian.org--fakeroot/fakeroot--main--0.0--patch-48

diff --git a/debian/changelog b/debian/changelog
index f293cdf..8d2e486 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+fakeroot (1.2.4) unstable; urgency=low
+
+  * Fix debian/rules typo that broke s390 build.
+
+ -- Clint Adams <schizo at debian.org>  Mon, 31 Jan 2005 22:28:16 -0500
+
 fakeroot (1.2.3) unstable; urgency=medium
 
   Timo Savola:
diff --git a/debian/rules b/debian/rules
index c161d49..fece01d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -145,8 +145,8 @@ ifeq (sparc-linux,$(DEB_HOST_GNU_TYPE))
 	cd obj64-tcp && CC="gcc -m64" ../configure --prefix=/usr --mandir=/usr/share/man --build=sparc-linux --host=sparc64-linux --with-ipc=tcp --program-suffix=-tcp $(CONFARGS)
 endif
 ifeq (s390-linux,$(DEB_HOST_GNU_TYPE))
-	cd obj64 && CC="gcc -m64" ../configure --prefix=/usr --mandir=/usr/share/man --build=sparc-linux --host=s390x-linux $(CONFARGS)
-	cd obj64-tcp && CC="gcc -m64" ../configure --prefix=/usr --mandir=/usr/share/man --build=sparc-linux --host=s390x-linux --with-ipc=tcp --program-suffix=-tcp $(CONFARGS)
+	cd obj64 && CC="gcc -m64" ../configure --prefix=/usr --mandir=/usr/share/man --build=s390-linux --host=s390x-linux $(CONFARGS)
+	cd obj64-tcp && CC="gcc -m64" ../configure --prefix=/usr --mandir=/usr/share/man --build=s390-linux --host=s390x-linux --with-ipc=tcp --program-suffix=-tcp $(CONFARGS)
 endif
 
 	cd obj64-tcp && $(MAKE) libfakeroot.la

-- 
fakeroot



More information about the Fakeroot-commits mailing list