[xml/sgml-commit] r1099 - 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:04:13 UTC 2008


Author: dleidert-guest
Date: Sat Jun  7 18:04:12 2008
New Revision: 1099

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

* 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=1099&op=diff
==============================================================================
--- packages/expat/trunk/debian/changelog (original)
+++ packages/expat/trunk/debian/changelog Sat Jun  7 18:04:12 2008
@@ -1,10 +1,9 @@
-expat (2.0.1-2) UNRELEASED; urgency=low
-
-  * NOT RELEASED YET
+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*.
 
- -- Daniel Leidert (dale) <daniel.leidert at wgdd.de>  Sat, 07 Jun 2008 18:26:38 +0200
+ -- Daniel Leidert (dale) <daniel.leidert at wgdd.de>  Sat, 07 Jun 2008 19:54:48 +0200
 
 expat (2.0.1-1) unstable; urgency=low
 

Modified: packages/expat/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-xml-sgml/packages/expat/trunk/debian/rules?rev=1099&op=diff
==============================================================================
--- packages/expat/trunk/debian/rules (original)
+++ packages/expat/trunk/debian/rules Sat Jun  7 18:04:12 2008
@@ -67,7 +67,7 @@
 	dh_testdir
 	$(MAKE) -C build/
 	$(MAKE) -C buildw/ buildlib LIBRARY=libexpatw.la
-ifdef $(BUILD64)
+ifneq ($(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