[maemo-commits] [maemo-commits] r16948 - projects/haf/trunk/raptor/debian

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Fri Dec 12 11:29:20 EET 2008
Author: ifrade
Date: 2008-12-12 11:29:19 +0200 (Fri, 12 Dec 2008)
New Revision: 16948

Modified:
   projects/haf/trunk/raptor/debian/changelog
   projects/haf/trunk/raptor/debian/rules
Log:
Run autogen.sh in the debian/rules script

Modified: projects/haf/trunk/raptor/debian/changelog
===================================================================
--- projects/haf/trunk/raptor/debian/changelog	2008-12-11 18:40:14 UTC (rev 16947)
+++ projects/haf/trunk/raptor/debian/changelog	2008-12-12 09:29:19 UTC (rev 16948)
@@ -1,3 +1,9 @@
+raptor (1.4.18-1osso2) unstable; urgency=low
+
+  * Run ./autogen.sh in the debian/rules script.
+	
+ -- Ivan Frade <ivan.frade at nokia.com>  Fri, 12 Dec 2008 11:19:01 +0200
+
 raptor (1.4.18-1osso1) unstable; urgency=low
 
   * Changed dependency from libcurl4 to libcurl3 (the only version

Modified: projects/haf/trunk/raptor/debian/rules
===================================================================
--- projects/haf/trunk/raptor/debian/rules	2008-12-11 18:40:14 UTC (rev 16947)
+++ projects/haf/trunk/raptor/debian/rules	2008-12-12 09:29:19 UTC (rev 16948)
@@ -13,3 +13,13 @@
 DEB_CONFIGURE_USER_FLAGS= \
   --with-xml-parser=libxml \
   --enable-release
+
+post-patches:: debian/stamp-autothings-update
+debian/stamp-autothings-update:
+	# Set ACLOCAL_FLAGS so that libtool.m4 is picked up in scratchbox 1.0.x + sardine
+	NOCONFIGURE=1 ACLOCAL_FLAGS="-I /targets/links/arch_tools/share/aclocal" ./autogen.sh $(DEB_CONFIGURE_EXTRA_FLAGS)
+	# Can add things here that need to be ran after autogen.sh
+	touch $@
+
+clean::
+	rm -f debian/stamp-autothings-update


More information about the maemo-commits mailing list