[maemo-commits] [maemo-commits] r19238 - projects/haf/branches/sapwood/rgb-only/debian

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Fri Aug 28 15:53:09 EEST 2009
Author: herzi
Date: 2009-08-28 15:53:08 +0300 (Fri, 28 Aug 2009)
New Revision: 19238

Modified:
   projects/haf/branches/sapwood/rgb-only/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/branches/sapwood/rgb-only/debian/rules
===================================================================
--- projects/haf/branches/sapwood/rgb-only/debian/rules	2009-08-28 12:52:52 UTC (rev 19237)
+++ projects/haf/branches/sapwood/rgb-only/debian/rules	2009-08-28 12:53:08 UTC (rev 19238)
@@ -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