[maemo-commits] [maemo-commits] r19162 - projects/haf/trunk/sapwood/debian

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Thu Aug 20 15:13:32 EEST 2009
Author: herzi
Date: 2009-08-20 15:13:27 +0300 (Thu, 20 Aug 2009)
New Revision: 19162

Modified:
   projects/haf/trunk/sapwood/debian/changelog
   projects/haf/trunk/sapwood/debian/rules
Log:
sapwood (3.1.1-5) unstable; urgency=low

  * Fixes: NB#131431 (gdk_flush in sapwood is causing tearing)
  * Fixes: NB#118393 (Crop images if they are supposed to be rendered too
    small)
  * debian/rules: add maintainer mode to configure


Modified: projects/haf/trunk/sapwood/debian/changelog
===================================================================
--- projects/haf/trunk/sapwood/debian/changelog	2009-08-20 12:08:57 UTC (rev 19161)
+++ projects/haf/trunk/sapwood/debian/changelog	2009-08-20 12:13:27 UTC (rev 19162)
@@ -1,3 +1,10 @@
+sapwood (3.1.1-5) unstable; urgency=low
+
+  * Fixes: NB#131431 (gdk_flush in sapwood is causing tearing)
+  * Fixes: NB#118393 (Crop images if they are supposed to be rendered too
+    small)
+  * debian/rules: add maintainer mode to configure
+
 sapwood (3.1.1-4) unstable; urgency=low
 
   * RGBA support.

Modified: projects/haf/trunk/sapwood/debian/rules
===================================================================
--- projects/haf/trunk/sapwood/debian/rules	2009-08-20 12:08:57 UTC (rev 19161)
+++ projects/haf/trunk/sapwood/debian/rules	2009-08-20 12:13:27 UTC (rev 19162)
@@ -15,6 +15,8 @@
 DEB_HOST_GNU_TYPE	?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
 DEB_BUILD_GNU_TYPE	?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
 
+DEB_CONFIGURE_FLAGS=--enable-maintainer-mode
+
 CFLAGS = -Wall -g
 
 ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
@@ -27,7 +29,7 @@
 endif
 
 configure:
-	NOCONFIGURE=1 ./autogen.sh
+	NOCONFIGURE=1 ./autogen.sh $(DEB_CONFIGURE_FLAGS)
 
 build: build-stamp
 build-stamp: configure

More information about the maemo-commits mailing list