[maemo-commits] [maemo-commits] r9622 - projects/haf/trunk/hildon-fm/debian

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Mon Feb 5 12:23:10 EET 2007
Author: marivoll
Date: 2007-02-05 12:23:10 +0200 (Mon, 05 Feb 2007)
New Revision: 9622

Modified:
   projects/haf/trunk/hildon-fm/debian/rules
Log:
  Disabled gtk-doc again
    since our version in the buildbot environment is too old. :(


Modified: projects/haf/trunk/hildon-fm/debian/rules
===================================================================
--- projects/haf/trunk/hildon-fm/debian/rules	2007-02-05 10:21:56 UTC (rev 9621)
+++ projects/haf/trunk/hildon-fm/debian/rules	2007-02-05 10:23:10 UTC (rev 9622)
@@ -32,7 +32,7 @@
 	if [ ! -x configure ]; then ./autogen.sh; fi
 	dh_testdir
 	# Add here commands to configure the package.
-	CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info --with-doc-dir=\$${prefix}/share/doc
+	CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info --with-doc-dir=\$${prefix}/share/doc --disable-gtk-doc
 
 
 build: build-stamp


More information about the maemo-commits mailing list