[Python-modules-commits] r11969 - in packages/logilab-common/trunk/debian (3 files)

morph at users.alioth.debian.org morph at users.alioth.debian.org
Fri Feb 26 19:27:23 UTC 2010


    Date: Friday, February 26, 2010 @ 19:27:21
  Author: morph
Revision: 11969

* debian/{control, rules}
  - added dpatch

Modified:
  packages/logilab-common/trunk/debian/changelog
  packages/logilab-common/trunk/debian/control
  packages/logilab-common/trunk/debian/rules

Modified: packages/logilab-common/trunk/debian/changelog
===================================================================
--- packages/logilab-common/trunk/debian/changelog	2010-02-26 19:08:21 UTC (rev 11968)
+++ packages/logilab-common/trunk/debian/changelog	2010-02-26 19:27:21 UTC (rev 11969)
@@ -6,8 +6,10 @@
     - added python-egenix-mxdatetime to b-d-i to enable part of test suite
   * debian/copyright
     - updated upstream and Debian packaging copyright years
+  * debian/{control, rules}
+    - added dpatch
 
- -- Sandro Tosi <morph at debian.org>  Fri, 26 Feb 2010 20:07:37 +0100
+ -- Sandro Tosi <morph at debian.org>  Fri, 26 Feb 2010 20:25:52 +0100
 
 logilab-common (0.46.0-1) unstable; urgency=low
 

Modified: packages/logilab-common/trunk/debian/control
===================================================================
--- packages/logilab-common/trunk/debian/control	2010-02-26 19:08:21 UTC (rev 11968)
+++ packages/logilab-common/trunk/debian/control	2010-02-26 19:27:21 UTC (rev 11969)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Uploaders: David Douard <david.douard at logilab.fr>, Fabrice Douchant <fabrice.douchant at logilab.fr>, Alexandre Fayolle <afayolle at debian.org>, Sandro Tosi <morph at debian.org>
-Build-Depends: debhelper (>= 5.0.38), python (>= 2.4.6-2)
+Build-Depends: debhelper (>= 5.0.38), python (>= 2.4.6-2), dpatch
 Build-Depends-Indep: python-support, python-epydoc, graphviz, python-egenix-mxdatetime
 XS-Python-Version: all
 Standards-Version: 3.8.4

Modified: packages/logilab-common/trunk/debian/rules
===================================================================
--- packages/logilab-common/trunk/debian/rules	2010-02-26 19:08:21 UTC (rev 11968)
+++ packages/logilab-common/trunk/debian/rules	2010-02-26 19:27:21 UTC (rev 11969)
@@ -11,11 +11,13 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
+include /usr/share/dpatch/dpatch.make
+
 # Python default version number
 PYDEF := $(shell pyversions -d -v)
 
 build: build-stamp
-build-stamp: 
+build-stamp: patch-stamp
 	dh_testdir
 	
 	# python module build
@@ -36,7 +38,7 @@
 
 	touch build-stamp
 
-clean: 
+clean: unpatch
 	dh_testdir
 	dh_testroot
 	




More information about the Python-modules-commits mailing list