[maemo-commits] [maemo-commits] r15226 - projects/haf/trunk/libcairo/debian
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Mon Feb 25 22:33:20 EET 2008
- Previous message: [maemo-commits] r15225 - in projects/haf/trunk/hildon-1: . doc examples src
 - Next message: [maemo-commits] r15227 - in projects/haf/trunk/libhildonmime: . data debian
 - Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
 
Author: herzi
Date: 2008-02-25 22:33:17 +0200 (Mon, 25 Feb 2008)
New Revision: 15226
Modified:
   projects/haf/trunk/libcairo/debian/changelog
   projects/haf/trunk/libcairo/debian/rules
Log:
libcairo (1.4.10-0osso2) unstable; urgency=low
  * Fixes: NB#80378: libcairo compiled without -g option, causing incomplete
    debug symbols
 -- Sven Herzberg <sven at imendio.com>  Mon, 25 Feb 2008 12:25:59 +0100
Modified: projects/haf/trunk/libcairo/debian/changelog
===================================================================
--- projects/haf/trunk/libcairo/debian/changelog	2008-02-25 20:30:17 UTC (rev 15225)
+++ projects/haf/trunk/libcairo/debian/changelog	2008-02-25 20:33:17 UTC (rev 15226)
@@ -1,3 +1,10 @@
+libcairo (1.4.10-0osso2) unstable; urgency=low
+
+  * Fixes: NB#80378: libcairo compiled without -g option, causing incomplete
+    debug symbols
+
+ -- Sven Herzberg <sven at imendio.com>  Mon, 25 Feb 2008 12:25:59 +0100
+
 libcairo (1.4.10-0osso1) unstable; urgency=low
 
   * New upstream release.
Modified: projects/haf/trunk/libcairo/debian/rules
===================================================================
--- projects/haf/trunk/libcairo/debian/rules	2008-02-25 20:30:17 UTC (rev 15225)
+++ projects/haf/trunk/libcairo/debian/rules	2008-02-25 20:33:17 UTC (rev 15226)
@@ -35,8 +35,10 @@
 export DEB_HOST_GNU_TYPE  ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
 export DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
 
+CFLAGS += -g
+
 ifneq (,$(findstring debug,$(DEB_BUILD_OPTIONS)))
-	CFLAGS += -g -O0
+	CFLAGS += -O0
 else
 	CFLAGS += -O2
 endif
    - Previous message: [maemo-commits] r15225 - in projects/haf/trunk/hildon-1: . doc examples src
 - Next message: [maemo-commits] r15227 - in projects/haf/trunk/libhildonmime: . data debian
 - Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
 
