[maemo-commits] [maemo-commits] r15028 - in projects/haf/trunk/hildon-help: . debian

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Wed Jan 9 14:02:33 EET 2008
Author: schulhof
Date: 2008-01-09 14:02:20 +0200 (Wed, 09 Jan 2008)
New Revision: 15028

Modified:
   projects/haf/trunk/hildon-help/configure.ac
   projects/haf/trunk/hildon-help/debian/changelog
   projects/haf/trunk/hildon-help/debian/rules
Log:
Typo in debian/changelog

Modified: projects/haf/trunk/hildon-help/configure.ac
===================================================================
--- projects/haf/trunk/hildon-help/configure.ac	2008-01-09 10:37:18 UTC (rev 15027)
+++ projects/haf/trunk/hildon-help/configure.ac	2008-01-09 12:02:20 UTC (rev 15028)
@@ -59,7 +59,7 @@
 AC_SUBST(dbusconfdir)
 AC_SUBST(dbusservdir)
 
-GTK_DOC_CHECK(1.4)
+dnl GTK_DOC_CHECK(1.4)
 
 # Define output files
 AC_CONFIG_FILES([

Modified: projects/haf/trunk/hildon-help/debian/changelog
===================================================================
--- projects/haf/trunk/hildon-help/debian/changelog	2008-01-09 10:37:18 UTC (rev 15027)
+++ projects/haf/trunk/hildon-help/debian/changelog	2008-01-09 12:02:20 UTC (rev 15028)
@@ -1,6 +1,6 @@
 libhildonhelp (1.9.7-gtkdoc3) unstable; urgency=low
 
-  * mkdir -p empty gtk-doc directory so the nodobs build doesn't fail
+  * mkdir -p empty gtk-doc directory so the nodocs build doesn't fail
 
  -- Gabriel Schulhof <gabriel.schulhof at nokia.com>  Fri, 19 Oct 2007 16:12:06 +0300
 

Modified: projects/haf/trunk/hildon-help/debian/rules
===================================================================
--- projects/haf/trunk/hildon-help/debian/rules	2008-01-09 10:37:18 UTC (rev 15027)
+++ projects/haf/trunk/hildon-help/debian/rules	2008-01-09 12:02:20 UTC (rev 15028)
@@ -16,7 +16,7 @@
 CFLAGS = -Wall -g -fPIC -DPIC
 
 ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
-	CFLAGS += -O0
+	CFLAGS += -O0 -rdynamic
 else
 	CFLAGS += -O2
 endif


More information about the maemo-commits mailing list