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

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Fri May 4 16:35:25 EEST 2007
Author: kihamala
Date: 2007-05-04 16:35:25 +0300 (Fri, 04 May 2007)
New Revision: 11453

Modified:
   projects/haf/trunk/dbus/debian/changelog
   projects/haf/trunk/dbus/debian/rules
Log:
added -g to compilation options


Modified: projects/haf/trunk/dbus/debian/changelog
===================================================================
--- projects/haf/trunk/dbus/debian/changelog	2007-05-04 13:32:17 UTC (rev 11452)
+++ projects/haf/trunk/dbus/debian/changelog	2007-05-04 13:35:25 UTC (rev 11453)
@@ -1,6 +1,7 @@
 dbus (1.0.2-0osso6) experimental; urgency=low
 
   * Fixed a lintian error.
+  * Added missing '-g' to compilation options.
 
  -- Kimmo Hämäläinen <kimmo.hamalainen at nokia.com>  Fri, 04 May 2007 16:21:57 +0300
 

Modified: projects/haf/trunk/dbus/debian/rules
===================================================================
--- projects/haf/trunk/dbus/debian/rules	2007-05-04 13:32:17 UTC (rev 11452)
+++ projects/haf/trunk/dbus/debian/rules	2007-05-04 13:35:25 UTC (rev 11453)
@@ -12,7 +12,7 @@
 DEB_TAR_SRCDIR := dbus-1.0.2
 include /usr/share/cdbs/1/rules/tarball.mk
 
-CFLAGS=-Wall -fPIC -O2
+CFLAGS=-Wall -fPIC -O2 -g
 # Use soft-float and thumb mode if it is enabled.
 ifneq (,$(findstring thumb,$(DEB_BUILD_OPTIONS)))
 	CFLAGS += -mthumb


More information about the maemo-commits mailing list