[maemo-commits] [maemo-commits] r15691 - projects/haf/trunk/dbus/debian

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Sat Jun 28 00:04:08 EEST 2008
Author: guillem
Date: 2008-06-28 00:04:06 +0300 (Sat, 28 Jun 2008)
New Revision: 15691

Modified:
   projects/haf/trunk/dbus/debian/rules
Log:
Force automake 1.9 otherwise sbox cannot handle it


Modified: projects/haf/trunk/dbus/debian/rules
===================================================================
--- projects/haf/trunk/dbus/debian/rules	2008-06-25 13:17:06 UTC (rev 15690)
+++ projects/haf/trunk/dbus/debian/rules	2008-06-27 21:04:06 UTC (rev 15691)
@@ -37,7 +37,6 @@
 endif
 endif
 
-
 binary-post-install/dbus-x11::
 	# XXX divergence
 	#mkdir -p debian/dbus/etc/dbus-1/event.d
@@ -46,7 +45,7 @@
 
 # XXX (maemo): this is needed because we patch doc/Makefile.am
 makebuilddir/dbus-1-doc::
-	autoreconf
+	ACLOCAL=aclocal-1.9 AUTOMAKE=automake-1.9 autoreconf -f -i
 
 build/dbus-1-doc::
 	doxygen Doxyfile


More information about the maemo-commits mailing list