[maemo-commits] [maemo-commits] r8571 - projects/haf/trunk/libcairo/debian

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Mon Dec 4 11:56:53 EET 2006
Author: tko
Date: 2006-12-04 11:56:53 +0200 (Mon, 04 Dec 2006)
New Revision: 8571

Modified:
   projects/haf/trunk/libcairo/debian/changelog
   projects/haf/trunk/libcairo/debian/rules
Log:
  * debian/rules: always pass --host and --build to configure


Modified: projects/haf/trunk/libcairo/debian/changelog
===================================================================
--- projects/haf/trunk/libcairo/debian/changelog	2006-12-04 09:53:07 UTC (rev 8570)
+++ projects/haf/trunk/libcairo/debian/changelog	2006-12-04 09:56:53 UTC (rev 8571)
@@ -1,12 +1,11 @@
-libcairo (1.2.4-4osso2) UNRELEASED; urgency=low
+libcairo (1.2.4-4osso2) unstable; urgency=low
 
-  * NOT RELEASED YET
-
   * Add debugging symbols
     - debian/control: Add libcairo2-dbg package
     - debian/rules: update call to dh_strip
+  * debian/rules: always pass --host and --build to configure
 
- -- Tommi Komulainen <tommi.komulainen at nokia.com>  Mon,  4 Dec 2006 11:52:08 +0200
+ -- Tommi Komulainen <tommi.komulainen at nokia.com>  Mon,  4 Dec 2006 11:54:50 +0200
 
 libcairo (1.2.4-4osso1) unstable; urgency=low
 

Modified: projects/haf/trunk/libcairo/debian/rules
===================================================================
--- projects/haf/trunk/libcairo/debian/rules	2006-12-04 09:53:07 UTC (rev 8570)
+++ projects/haf/trunk/libcairo/debian/rules	2006-12-04 09:56:53 UTC (rev 8571)
@@ -44,13 +44,7 @@
 	INSTALL_PROGRAM += -s
 endif
 
-# For autoconf 2.13 only
-CONFFLAGS=
-ifeq ($(DEB_BUILD_GNU_TYPE), $(DEB_HOST_GNU_TYPE))
-	CONFFLAGS += $(DEB_HOST_GNU_TYPE)
-else
-	CONFFLAGS += --host $(DEB_BUILD_GNU_TYPE) --build $(DEB_HOST_GNU_TYPE)
-endif
+CONFFLAGS = --host=$(DEB_BUILD_GNU_TYPE) --build=$(DEB_HOST_GNU_TYPE)
 
 package := tmp
 destdir := $(PWD)/debian/$(package)


More information about the maemo-commits mailing list