[maemo-commits] [maemo-commits] r13108 - in projects/haf/trunk/libhildonmime: . debian

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Fri Aug 10 15:26:00 EEST 2007
Author: martyn
Date: 2007-08-10 15:25:51 +0300 (Fri, 10 Aug 2007)
New Revision: 13108

Modified:
   projects/haf/trunk/libhildonmime/ChangeLog
   projects/haf/trunk/libhildonmime/debian/changelog
   projects/haf/trunk/libhildonmime/debian/rules
Log:
	* debian/rules: Fix building with the new Scratchbox toolchain,
	fixes NB#65400.


Modified: projects/haf/trunk/libhildonmime/ChangeLog
===================================================================
--- projects/haf/trunk/libhildonmime/ChangeLog	2007-08-10 12:25:12 UTC (rev 13107)
+++ projects/haf/trunk/libhildonmime/ChangeLog	2007-08-10 12:25:51 UTC (rev 13108)
@@ -1,3 +1,8 @@
+2007-08-10  Martyn Russell  <martyn at imendio.com>
+
+	* debian/rules: Fix building with the new Scratchbox toolchain,
+	fixes NB#65400.
+
 2007-08-07  Martyn Russell  <martyn at imendio.com>
 
 	* data/uri-action-defaults.list: Added xmpp scheme to the default

Modified: projects/haf/trunk/libhildonmime/debian/changelog
===================================================================
--- projects/haf/trunk/libhildonmime/debian/changelog	2007-08-10 12:25:12 UTC (rev 13107)
+++ projects/haf/trunk/libhildonmime/debian/changelog	2007-08-10 12:25:51 UTC (rev 13108)
@@ -1,6 +1,7 @@
 libhildonmime (1.9.12-1~unreleased) unstable; urgency=low
 
   * Updated the default application list so the chat-ui is default for xmpp schemes.
+  * Fixes: NB#65400, libhildonmime won't build
 
  -- Martyn Russell <martyn at imendio.com>  Fri, 10 Aug 2007 17:00:00 +0100
 

Modified: projects/haf/trunk/libhildonmime/debian/rules
===================================================================
--- projects/haf/trunk/libhildonmime/debian/rules	2007-08-10 12:25:12 UTC (rev 13107)
+++ projects/haf/trunk/libhildonmime/debian/rules	2007-08-10 12:25:51 UTC (rev 13108)
@@ -3,6 +3,9 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
+DEB_HOST_GNU_TYPE   ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
+DEB_BUILD_GNU_TYPE  ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
+
 ifeq ($(DEB_BUILD_GNU_TYPE), $(DEB_HOST_GNU_TYPE))
   confflags += --build $(DEB_HOST_GNU_TYPE)
 else


More information about the maemo-commits mailing list