[Python-modules-commits] r25008 - in packages/pyexcelerator/trunk/debian (4 files)
dktrkranz at users.alioth.debian.org
dktrkranz at users.alioth.debian.org
Thu Jun 27 22:11:26 UTC 2013
Date: Thursday, June 27, 2013 @ 22:11:24
Author: dktrkranz
Revision: 25008
Convert from python-central to dh_python2
Modified:
packages/pyexcelerator/trunk/debian/changelog
packages/pyexcelerator/trunk/debian/control
packages/pyexcelerator/trunk/debian/rules
Deleted:
packages/pyexcelerator/trunk/debian/pycompat
Modified: packages/pyexcelerator/trunk/debian/changelog
===================================================================
--- packages/pyexcelerator/trunk/debian/changelog 2013-06-27 22:00:27 UTC (rev 25007)
+++ packages/pyexcelerator/trunk/debian/changelog 2013-06-27 22:11:24 UTC (rev 25008)
@@ -1,9 +1,15 @@
-pyexcelerator (0.6.4.1-2) UNRELEASED; urgency=low
+pyexcelerator (0.6.4.1-2) unstable; urgency=low
+ * Team upload.
+
+ [ Jakub Wilk ]
* Use canonical URIs for Vcs-* fields.
- -- Jakub Wilk <jwilk at debian.org> Sun, 05 May 2013 16:01:42 +0200
+ [ Luca Falavigna ]
+ * Convert to dh_python2 (Closes: #616963).
+ -- Luca Falavigna <dktrkranz at debian.org> Fri, 28 Jun 2013 00:01:37 +0200
+
pyexcelerator (0.6.4.1-1) unstable; urgency=low
* New upstream version independent of the xlwt project. Closes: #500185.
Modified: packages/pyexcelerator/trunk/debian/control
===================================================================
--- packages/pyexcelerator/trunk/debian/control 2013-06-27 22:00:27 UTC (rev 25007)
+++ packages/pyexcelerator/trunk/debian/control 2013-06-27 22:11:24 UTC (rev 25008)
@@ -3,8 +3,8 @@
Priority: optional
Maintainer: Kevin Coyner <kcoyner at debian.org>
Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Build-Depends: cdbs (>=0.4.43), debhelper (>= 7.4~), python-dev, python-central (>= 0.5), dpatch
-XS-Python-Version: >= 2.4
+Build-Depends: cdbs (>=0.4.90~), debhelper (>= 7.4~), python-dev (>= 2.6.6-3~), dpatch
+X-Python-Version: >= 2.4
Standards-Version: 3.8.3
Homepage: http://sourceforge.net/projects/pyexcelerator
Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/pyexcelerator/trunk/
@@ -13,7 +13,6 @@
Package: python-excelerator
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}, python-antlr
-XB-Python-Version: ${python:Versions}
Description: module for reading/writing Excel spreadsheet files
pyExcelerator is a Python module that can generate Excel 97/2000/XP/2003
spreadsheet files. It can also extract data from these files. It supports
Deleted: packages/pyexcelerator/trunk/debian/pycompat
===================================================================
--- packages/pyexcelerator/trunk/debian/pycompat 2013-06-27 22:00:27 UTC (rev 25007)
+++ packages/pyexcelerator/trunk/debian/pycompat 2013-06-27 22:11:24 UTC (rev 25008)
@@ -1 +0,0 @@
-2
Modified: packages/pyexcelerator/trunk/debian/rules
===================================================================
--- packages/pyexcelerator/trunk/debian/rules 2013-06-27 22:00:27 UTC (rev 25007)
+++ packages/pyexcelerator/trunk/debian/rules 2013-06-27 22:11:24 UTC (rev 25008)
@@ -1,7 +1,5 @@
#!/usr/bin/make -f
-DEB_PYTHON_SYSTEM = pycentral
-
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/python-distutils.mk
include /usr/share/cdbs/1/rules/dpatch.mk
More information about the Python-modules-commits
mailing list