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

dleidert-guest at users.alioth.debian.org dleidert-guest at users.alioth.debian.org
Sat Jun 7 17:51:27 UTC 2008


Author: dleidert-guest
Date: Sat Jun  7 17:51:26 2008
New Revision: 1097

URL: http://svn.debian.org/wsvn/debian-xml-sgml/?sc=1&rev=1097
Log:
* debian/rules (build-stamp, install): Fixed a stupid mistake leading to an
  FTBFS on the architectures, where we don't build lib64expat*.

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=1097&op=diff
==============================================================================
--- packages/expat/trunk/debian/changelog (original)
+++ packages/expat/trunk/debian/changelog Sat Jun  7 17:51:26 2008
@@ -1,6 +1,8 @@
 expat (2.0.1-2) UNRELEASED; urgency=low
 
   * NOT RELEASED YET
+  * debian/rules (build-stamp, install): Fixed a stupid mistake leading to an
+    FTBFS on the architectures, where we don't build lib64expat*.
 
  -- Daniel Leidert (dale) <daniel.leidert at wgdd.de>  Sat, 07 Jun 2008 18:26:38 +0200
 

Modified: packages/expat/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-xml-sgml/packages/expat/trunk/debian/rules?rev=1097&op=diff
==============================================================================
--- packages/expat/trunk/debian/rules (original)
+++ packages/expat/trunk/debian/rules Sat Jun  7 17:51:26 2008
@@ -67,7 +67,7 @@
 	dh_testdir
 	$(MAKE) -C build/
 	$(MAKE) -C buildw/ buildlib LIBRARY=libexpatw.la
-ifdef BUILD64
+ifdef $(BUILD64)
 	$(MAKE) -C build64/ buildlib
 	$(MAKE) -C buildw64/ buildlib LIBRARY=libexpatw.la
 endif
@@ -81,7 +81,7 @@
 	dh_installdirs
 	$(MAKE) -C build/ install DESTDIR=$(CURDIR)/debian/tmp
 	$(MAKE) -C buildw/ installlib LIBRARY=libexpatw.la DESTDIR=$(CURDIR)/debian/tmp APIHEADER=
-ifdef BUILD64
+ifneq $(BUILD64)
 	$(MAKE) -C build64/ installlib DESTDIR=$(CURDIR)/debian/tmp
 	$(MAKE) -C buildw64/ installlib LIBRARY=libexpatw.la DESTDIR=$(CURDIR)/debian/tmp APIHEADER=
 endif




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