[Python-modules-commits] r12774 - in packages/logilab-common/trunk/debian (4 files)
morph at users.alioth.debian.org
morph at users.alioth.debian.org
Wed Apr 28 17:56:48 UTC 2010
Date: Wednesday, April 28, 2010 @ 17:56:46
Author: morph
Revision: 12774
* debian/{control, rules, patches/*}
- removed dpatch, no more needed
Modified:
packages/logilab-common/trunk/debian/changelog
packages/logilab-common/trunk/debian/control
packages/logilab-common/trunk/debian/rules
Deleted:
packages/logilab-common/trunk/debian/patches/
Modified: packages/logilab-common/trunk/debian/changelog
===================================================================
--- packages/logilab-common/trunk/debian/changelog 2010-04-28 17:36:57 UTC (rev 12773)
+++ packages/logilab-common/trunk/debian/changelog 2010-04-28 17:56:46 UTC (rev 12774)
@@ -5,10 +5,10 @@
- removed XB-Python-Version from binary stanza
* debian/copyright
- upstream switched from GPLv2 to LPGLv2.1, updating information accordingly
- * debian/patches/10_remove_distutils_version_check.dpatch
- - adapted to new upstream code
+ * debian/{control, rules, patches/*}
+ - removed dpatch, no more needed
- -- Sandro Tosi <morph at debian.org> Wed, 28 Apr 2010 19:36:27 +0200
+ -- Sandro Tosi <morph at debian.org> Wed, 28 Apr 2010 19:53:35 +0200
logilab-common (0.49.0-1) unstable; urgency=low
Modified: packages/logilab-common/trunk/debian/control
===================================================================
--- packages/logilab-common/trunk/debian/control 2010-04-28 17:36:57 UTC (rev 12773)
+++ packages/logilab-common/trunk/debian/control 2010-04-28 17:56:46 UTC (rev 12774)
@@ -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), dpatch
+Build-Depends: debhelper (>= 5.0.38), python (>= 2.4.6-2)
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-04-28 17:36:57 UTC (rev 12773)
+++ packages/logilab-common/trunk/debian/rules 2010-04-28 17:56:46 UTC (rev 12774)
@@ -11,13 +11,11 @@
# 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: patch-stamp
+build:
+build-stamp:
dh_testdir
# python module build
@@ -38,7 +36,7 @@
touch build-stamp
-clean: unpatch
+clean:
dh_testdir
dh_testroot
More information about the Python-modules-commits
mailing list