[maemo-commits] [maemo-commits] r17424 - projects/haf/trunk/clutter/debian

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Sat Feb 14 14:25:19 EET 2009
Author: kihamala
Date: 2009-02-14 14:25:18 +0200 (Sat, 14 Feb 2009)
New Revision: 17424

Modified:
   projects/haf/trunk/clutter/debian/changelog
   projects/haf/trunk/clutter/debian/rules
Log:
disable debug code and checks to ensure that we get enough testing without those


Modified: projects/haf/trunk/clutter/debian/changelog
===================================================================
--- projects/haf/trunk/clutter/debian/changelog	2009-02-14 11:32:23 UTC (rev 17423)
+++ projects/haf/trunk/clutter/debian/changelog	2009-02-14 12:25:18 UTC (rev 17424)
@@ -1,3 +1,11 @@
+clutter (0.8.2-0maemo18~unreleased) unstable; urgency=low
+
+  * Started to compile without debug code and Gobject checks, so that we get
+    enough testing for the code without checking code (which can affect the
+    behaviour).
+
+ -- Gordon Williams <gordon.williams at collabora.co.uk>  Sat, 14 Feb 2009 14:15:52 +0200
+
 clutter (0.8.2-0maemo17) unstable; urgency=low
 
   * Removed needless print for scratchbox

Modified: projects/haf/trunk/clutter/debian/rules
===================================================================
--- projects/haf/trunk/clutter/debian/rules	2009-02-14 11:32:23 UTC (rev 17423)
+++ projects/haf/trunk/clutter/debian/rules	2009-02-14 12:25:18 UTC (rev 17424)
@@ -6,10 +6,10 @@
 ARCH = $(shell dpkg-architecture -qDEB_BUILD_ARCH)
 ifneq (,$(findstring i386,$(ARCH)))
   DEB_CONFIGURE_EXTRA_FLAGS := --disable-gtk-doc --with-flavour=glx \
-			     --with-gles=2.0
+			     --with-gles=2.0 --enable-debug=no
 else
   DEB_CONFIGURE_EXTRA_FLAGS := --disable-gtk-doc --with-flavour=eglx \
-			     --with-gles=2.0
+			     --with-gles=2.0 --enable-debug=no
 endif
 
 DEB_DH_STRIP_ARGS := --dbg-package=libclutter-0.8-0


More information about the maemo-commits mailing list