[Pkg-utopia-commits] r1634 - in /packages/unstable/dbus-python/debian: changelog rules

lool at users.alioth.debian.org lool at users.alioth.debian.org
Wed Aug 1 21:40:36 UTC 2007


Author: lool
Date: Wed Aug  1 21:40:36 2007
New Revision: 1634

URL: http://svn.debian.org/wsvn/pkg-utopia/?sc=1&rev=1634
Log:
* Use classical CFLAGS.

Modified:
    packages/unstable/dbus-python/debian/changelog
    packages/unstable/dbus-python/debian/rules

Modified: packages/unstable/dbus-python/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/dbus-python/debian/changelog?rev=1634&op=diff
==============================================================================
--- packages/unstable/dbus-python/debian/changelog (original)
+++ packages/unstable/dbus-python/debian/changelog Wed Aug  1 21:40:36 2007
@@ -13,8 +13,9 @@
   * Cleanups.
   * Build-dep on autotools-dev for the config.guess and .sub automatic update.
   * Use XS-Python-Version instead of debian/pyversions.
-
- -- Loic Minier <lool at dooz.org>  Wed, 01 Aug 2007 23:38:10 +0200
+  * Use classical CFLAGS.
+
+ -- Loic Minier <lool at dooz.org>  Wed, 01 Aug 2007 23:40:28 +0200
 
 dbus-python (0.82.1-2) unstable; urgency=low
 

Modified: packages/unstable/dbus-python/debian/rules
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/dbus-python/debian/rules?rev=1634&op=diff
==============================================================================
--- packages/unstable/dbus-python/debian/rules (original)
+++ packages/unstable/dbus-python/debian/rules Wed Aug  1 21:40:36 2007
@@ -12,9 +12,7 @@
 DEB_HOST_GNU_TYPE   ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
 DEB_BUILD_GNU_TYPE  ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
 
-ifneq (,$(findstring debug,$(DEB_BUILD_OPTIONS)))
-	CFLAGS += -g
-endif
+CFLAGS += -Wall -g -O$(if $(findstring noopt,$(DEB_BUILD_OPTIONS)),0,2)
 
 PYVERS := $(shell pyversions --requested --version debian/control)
 PYDEFAULTVER := $(shell pyversions --default --version)




More information about the Pkg-utopia-commits mailing list