[Python-modules-commits] r24992 - in packages/python-xmltv/trunk/debian (4 files)
dktrkranz at users.alioth.debian.org
dktrkranz at users.alioth.debian.org
Thu Jun 27 16:35:39 UTC 2013
Date: Thursday, June 27, 2013 @ 16:35:38
Author: dktrkranz
Revision: 24992
Convert from python-central to dh_python2
Modified:
packages/python-xmltv/trunk/debian/changelog
packages/python-xmltv/trunk/debian/control
packages/python-xmltv/trunk/debian/rules
Deleted:
packages/python-xmltv/trunk/debian/pycompat
Modified: packages/python-xmltv/trunk/debian/changelog
===================================================================
--- packages/python-xmltv/trunk/debian/changelog 2013-06-27 15:47:45 UTC (rev 24991)
+++ packages/python-xmltv/trunk/debian/changelog 2013-06-27 16:35:38 UTC (rev 24992)
@@ -1,9 +1,15 @@
-python-xmltv (1.3-2) UNRELEASED; urgency=low
+python-xmltv (1.3-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:03:43 +0200
+ [ Andrea Colangelo ]
+ * Convert to dh_python2 (Closes: #617044).
+ -- Luca Falavigna <dktrkranz at debian.org> Thu, 27 Jun 2013 18:29:37 +0200
+
python-xmltv (1.3-1) unstable; urgency=low
* Initial release (Closes: #513294)
Modified: packages/python-xmltv/trunk/debian/control
===================================================================
--- packages/python-xmltv/trunk/debian/control 2013-06-27 15:47:45 UTC (rev 24991)
+++ packages/python-xmltv/trunk/debian/control 2013-06-27 16:35:38 UTC (rev 24992)
@@ -3,11 +3,10 @@
Priority: optional
Maintainer: Andrew Gee <andrew at andrewgee.org>
Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Build-Depends: cdbs (>= 0.4.49),
+Build-Depends: cdbs (>= 0.4.90~),
debhelper (>= 5.0.38),
- python-central (>= 0.5.6),
- python (>= 2.4)
-XS-Python-Version: >= 2.3
+ python (>= 2.6.6-3~)
+X-Python-Version: >= 2.3
Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/python-xmltv/trunk/
Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/python-xmltv/trunk/
Standards-Version: 3.8.0
@@ -17,7 +16,6 @@
Architecture: all
Depends: ${misc:Depends}, ${python:Depends},
python (>= 2.5) | python-celementtree | python-elementtree
-XB-Python-Version: ${python:Versions}
Description: allows Python applications to access XMLTV data
This package allows Python programs to interact with XMLTV data
and look through it, splitting the contents out into programmes
Deleted: packages/python-xmltv/trunk/debian/pycompat
===================================================================
--- packages/python-xmltv/trunk/debian/pycompat 2013-06-27 15:47:45 UTC (rev 24991)
+++ packages/python-xmltv/trunk/debian/pycompat 2013-06-27 16:35:38 UTC (rev 24992)
@@ -1 +0,0 @@
-2
Modified: packages/python-xmltv/trunk/debian/rules
===================================================================
--- packages/python-xmltv/trunk/debian/rules 2013-06-27 15:47:45 UTC (rev 24991)
+++ packages/python-xmltv/trunk/debian/rules 2013-06-27 16:35:38 UTC (rev 24992)
@@ -1,6 +1,4 @@
#!/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
More information about the Python-modules-commits
mailing list