[maemo-commits] [maemo-commits] r18034 - projects/haf/trunk/clutter0.8/debian

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Wed Apr 8 14:38:00 EEST 2009
Author: kihamala
Date: 2009-04-08 14:37:49 +0300 (Wed, 08 Apr 2009)
New Revision: 18034

Modified:
   projects/haf/trunk/clutter0.8/debian/changelog
   projects/haf/trunk/clutter0.8/debian/rules
Log:
add -DG_DEBUG_DISABLE


Modified: projects/haf/trunk/clutter0.8/debian/changelog
===================================================================
--- projects/haf/trunk/clutter0.8/debian/changelog	2009-04-08 11:06:18 UTC (rev 18033)
+++ projects/haf/trunk/clutter0.8/debian/changelog	2009-04-08 11:37:49 UTC (rev 18034)
@@ -1,6 +1,6 @@
 clutter (0.8.2-0maemo26~unreleased) unstable; urgency=low
 
-  * writeme
+  * Disable compilation of Glib debug messages.
 
  -- Gordon Williams <gordon.williams at collabora.co.uk>  Fri, 27 Mar 2009 15:16:36 +0200
 

Modified: projects/haf/trunk/clutter0.8/debian/rules
===================================================================
--- projects/haf/trunk/clutter0.8/debian/rules	2009-04-08 11:06:18 UTC (rev 18033)
+++ projects/haf/trunk/clutter0.8/debian/rules	2009-04-08 11:37:49 UTC (rev 18034)
@@ -14,6 +14,8 @@
 
 DEB_DH_STRIP_ARGS := --dbg-package=libclutter-0.8-0
 
+CFLAGS := -DG_DEBUG_DISABLE
+
 makebuilddir/libclutter-0.8-0::
 	autoreconf -f -i
 


More information about the maemo-commits mailing list