[xml/sgml-commit] r1102 - in /packages/expat/trunk/debian: changelog rules

dleidert-guest at users.alioth.debian.org dleidert-guest at users.alioth.debian.org
Sat Jun 7 18:35:00 UTC 2008


Author: dleidert-guest
Date: Sat Jun  7 18:35:00 2008
New Revision: 1102

URL: http://svn.debian.org/wsvn/debian-xml-sgml/?sc=1&rev=1102
Log:
expat (2.0.1-2) UNRELEASED

* debian/rules: Set correct host flags to prevent FTBFS on architectures,
  where we build the lib64expat* packages.

committing to expat 2.0.1-2, not -3.

Modified:
    packages/expat/trunk/debian/changelog
    packages/expat/trunk/debian/rules

Modified: packages/expat/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-xml-sgml/packages/expat/trunk/debian/changelog?rev=1102&op=diff
==============================================================================
--- packages/expat/trunk/debian/changelog (original)
+++ packages/expat/trunk/debian/changelog Sat Jun  7 18:35:00 2008
@@ -1,13 +1,9 @@
-expat (2.0.1-3) UNRELEASED; urgency=low
-
-  * NOT RELEASED YET
-
- -- Daniel Leidert (dale) <daniel.leidert at wgdd.de>  Sat, 07 Jun 2008 20:06:03 +0200
-
 expat (2.0.1-2) unstable; urgency=low
 
-  * debian/rules (build-stamp, install): Fixed a stupid mistake leading to an
-    FTBFS on the architectures, where we don't build lib64expat*.
+  * debian/rules: Set correct host flags to prevent FTBFS on architectures,
+    where we build the lib64expat* packages.
+    (build-stamp, install): Fixed a stupid mistake leading to an FTBFS on the
+    architectures, where we don't build the lib64expat* packages.
 
  -- Daniel Leidert (dale) <daniel.leidert at wgdd.de>  Sat, 07 Jun 2008 19:54:48 +0200
 

Modified: packages/expat/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-xml-sgml/packages/expat/trunk/debian/rules?rev=1102&op=diff
==============================================================================
--- packages/expat/trunk/debian/rules (original)
+++ packages/expat/trunk/debian/rules Sat Jun  7 18:35:00 2008
@@ -19,8 +19,18 @@
 else
 	CONFFLAGS = --build=$(DEB_BUILD_GNU_TYPE) --host=$(DEB_HOST_GNU_TYPE)
 endif
+
 ifeq ($(DEB_HOST_ARCH),i386)
 	HOST64FLAG = --host=x86_64-linux-gnu
+endif
+ifeq ($(DEB_HOST_ARCH),powerpc)
+	HOST64FLAG = --host=ppc64-linux-gnu
+endif
+ifeq ($(DEB_HOST_ARCH),sparc)
+	HOST64FLAG = --host=sparc64-linux-gnu
+endif
+ifeq ($(DEB_HOST_ARCH),s390)
+	HOST64FLAG = --host=s390x-linux-gnu
 endif
 
 CFLAGS  = -Wall -g -pthread -D_REENTRANT




More information about the debian-xml-sgml-commit mailing list