[maemo-commits] [maemo-commits] r12195 - projects/haf/trunk/glib/debian

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Thu Jun 7 17:58:21 EEST 2007
Author: fherrera
Date: 2007-06-07 17:58:19 +0300 (Thu, 07 Jun 2007)
New Revision: 12195

Modified:
   projects/haf/trunk/glib/debian/changelog
   projects/haf/trunk/glib/debian/rules
Log:
glib2.0 (2.12.12-1osso4) unstable; urgency=low

  * Added -g to debian/rules to get correct debug packages

 -- Fernando Herrera <fernando.herrera-de-las-heras at nokia.com>  Wed, 07 Jun 2007 17:57:55 +0200



Modified: projects/haf/trunk/glib/debian/changelog
===================================================================
--- projects/haf/trunk/glib/debian/changelog	2007-06-07 14:49:58 UTC (rev 12194)
+++ projects/haf/trunk/glib/debian/changelog	2007-06-07 14:58:19 UTC (rev 12195)
@@ -1,3 +1,9 @@
+glib2.0 (2.12.12-1osso4) unstable; urgency=low
+
+  * Added -g to debian/rules to get correct debug packages
+
+ -- Fernando Herrera <fernando.herrera-de-las-heras at nokia.com>  Wed, 07 Jun 2007 17:57:55 +0200
+
 glib2.0 (2.12.12-1osso3) unstable; urgency=low
 
   * updated rules files to match correct version

Modified: projects/haf/trunk/glib/debian/rules
===================================================================
--- projects/haf/trunk/glib/debian/rules	2007-06-07 14:49:58 UTC (rev 12194)
+++ projects/haf/trunk/glib/debian/rules	2007-06-07 14:58:19 UTC (rev 12195)
@@ -15,9 +15,9 @@
 
 
 ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
-	CFLAGS += -O0
+	CFLAGS += -O0 -g
 else
-	CFLAGS += -O2
+	CFLAGS += -O2 -g
 endif
 ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))
 	INSTALL_PROGRAM += -s
@@ -41,7 +41,7 @@
 apiver=2.0
 soname=0
 gtkver=2.0
-shver=2.12.12-1osso3
+shver=2.12.12-1osso4
 libpath=$(BUILD_DEB_DIR)/glib/.libs:$(BUILD_DEB_DIR)/gmodule/.libs:$(BUILD_DEB_DIR)/gobject/.libs:$(BUILD_DEB_DIR)/gthread/.libs
 
 _echo_cfiles = for f in ${1}; do if [ -f $$f ]; then echo $$f; fi; done


More information about the maemo-commits mailing list