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

lool at users.alioth.debian.org lool at users.alioth.debian.org
Wed Aug 1 21:35:44 UTC 2007


Author: lool
Date: Wed Aug  1 21:35:44 2007
New Revision: 1630

URL: http://svn.debian.org/wsvn/pkg-utopia/?sc=1&rev=1630
Log:
* Add install-clean to .PHONY.

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=1630&op=diff
==============================================================================
--- packages/unstable/dbus-python/debian/changelog (original)
+++ packages/unstable/dbus-python/debian/changelog Wed Aug  1 21:35:44 2007
@@ -9,8 +9,9 @@
   [ Loic Minier ]
   * Wrap build-deps and deps.
   * Add ${misc:Depends}.
-
- -- Loic Minier <lool at dooz.org>  Wed, 01 Aug 2007 23:32:08 +0200
+  * Add install-clean to .PHONY.
+
+ -- Loic Minier <lool at dooz.org>  Wed, 01 Aug 2007 23:35:22 +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=1630&op=diff
==============================================================================
--- packages/unstable/dbus-python/debian/rules (original)
+++ packages/unstable/dbus-python/debian/rules Wed Aug  1 21:35:44 2007
@@ -3,7 +3,7 @@
 # Copyright © 2003 Daniel Stone <daniels at debian.org>
 # Copyright © 2006 Sjoerd Simons <sjoerd at debian.org>
 
-DEB_PYTHON_SYSTEM=pysupport
+DEB_PYTHON_SYSTEM := pysupport
 
 include /usr/share/cdbs/1/rules/simple-patchsys.mk
 
@@ -13,10 +13,7 @@
 DEB_BUILD_GNU_TYPE  ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
 
 ifneq (,$(findstring debug,$(DEB_BUILD_OPTIONS)))
-        CFLAGS += -g
-endif
-ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))
-        INSTALL_PROGRAM += -s
+	CFLAGS += -g
 endif
 
 PYVERS := $(shell pyversions --requested --version debian/control)
@@ -26,7 +23,7 @@
 	dh_testdir
 	mkdir -p build-$*
 	cd build-$* && PYTHON=/usr/bin/python$* \
-		../configure --host=$(DEB_HOST_GNU_TYPE) \
+		$(CURDIR)/configure --host=$(DEB_HOST_GNU_TYPE) \
 			--build=$(DEB_BUILD_GNU_TYPE) \
 			--prefix=/usr --docdir=/usr/share/doc/deleteme
 	touch $@
@@ -113,4 +110,4 @@
 	dh_builddeb -a
 
 binary: binary-arch binary-indep
-.PHONY: build clean binary-indep binary-arch binary install 
+.PHONY: build clean binary-indep binary-arch binary install install-clean




More information about the Pkg-utopia-commits mailing list