[Python-modules-commits] r18273 - in packages/genshi/trunk/debian (5 files)
arnau at users.alioth.debian.org
arnau at users.alioth.debian.org
Tue Aug 23 03:01:28 UTC 2011
Date: Tuesday, August 23, 2011 @ 03:01:27
Author: arnau
Revision: 18273
Switch to dh_python2. Thanks to Julian Taylor. Closes: #637383.
Modified:
packages/genshi/trunk/debian/changelog
packages/genshi/trunk/debian/control
packages/genshi/trunk/debian/rules
Deleted:
packages/genshi/trunk/debian/pycompat
packages/genshi/trunk/debian/pyversions
Modified: packages/genshi/trunk/debian/changelog
===================================================================
--- packages/genshi/trunk/debian/changelog 2011-08-23 02:58:44 UTC (rev 18272)
+++ packages/genshi/trunk/debian/changelog 2011-08-23 03:01:27 UTC (rev 18273)
@@ -1,3 +1,9 @@
+genshi (0.6-2) unstable; urgency=low
+
+ * Switch to dh_python2. Thanks to Julian Taylor. Closes: #637383.
+
+ -- Arnaud Fontaine <arnau at debian.org> Tue, 23 Aug 2011 11:58:39 +0900
+
genshi (0.6-1) unstable; urgency=low
* New upstream release. Closes: #578759.
Modified: packages/genshi/trunk/debian/control
===================================================================
--- packages/genshi/trunk/debian/control 2011-08-23 02:58:44 UTC (rev 18272)
+++ packages/genshi/trunk/debian/control 2011-08-23 03:01:27 UTC (rev 18273)
@@ -4,11 +4,11 @@
Maintainer: Arnaud Fontaine <arnau at debian.org>
Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
Build-Depends: debhelper (>= 5.0.37.2),
- cdbs (>= 0.4.43),
- python-all-dev (>= 2.4),
- python-support (>= 0.7.1),
+ cdbs (>= 0.4.90~),
+ python-all-dev (>= 2.6.6-3~),
python-setuptools (>= 0.6b3)
Standards-Version: 3.8.4
+X-Python-Version: >= 2.4
Homepage: http://genshi.edgewall.org/
Vcs-Svn: svn://svn.debian.org/python-modules/packages/genshi/trunk/
Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/genshi/trunk/
Deleted: packages/genshi/trunk/debian/pycompat
===================================================================
--- packages/genshi/trunk/debian/pycompat 2011-08-23 02:58:44 UTC (rev 18272)
+++ packages/genshi/trunk/debian/pycompat 2011-08-23 03:01:27 UTC (rev 18273)
@@ -1 +0,0 @@
-2
Deleted: packages/genshi/trunk/debian/pyversions
===================================================================
--- packages/genshi/trunk/debian/pyversions 2011-08-23 02:58:44 UTC (rev 18272)
+++ packages/genshi/trunk/debian/pyversions 2011-08-23 03:01:27 UTC (rev 18273)
@@ -1 +0,0 @@
-2.4-
Modified: packages/genshi/trunk/debian/rules
===================================================================
--- packages/genshi/trunk/debian/rules 2011-08-23 02:58:44 UTC (rev 18272)
+++ packages/genshi/trunk/debian/rules 2011-08-23 03:01:27 UTC (rev 18273)
@@ -1,8 +1,6 @@
#!/usr/bin/make -f
# -*- mode: makefile; coding: utf-8 -*-
-DEB_PYTHON_SYSTEM=pysupport
-
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/python-distutils.mk
More information about the Python-modules-commits
mailing list