[Python-modules-commits] r24993 - in packages/python-xmltv/tags (8 files)
dktrkranz at users.alioth.debian.org
dktrkranz at users.alioth.debian.org
Thu Jun 27 16:35:53 UTC 2013
Date: Thursday, June 27, 2013 @ 16:35:51
Author: dktrkranz
Revision: 24993
[svn-buildpackage] Tagging python-xmltv 1.3-2
Added:
packages/python-xmltv/tags/1.3-2/
packages/python-xmltv/tags/1.3-2/debian/changelog
(from rev 24992, packages/python-xmltv/trunk/debian/changelog)
packages/python-xmltv/tags/1.3-2/debian/control
(from rev 24992, packages/python-xmltv/trunk/debian/control)
packages/python-xmltv/tags/1.3-2/debian/rules
(from rev 24992, packages/python-xmltv/trunk/debian/rules)
Deleted:
packages/python-xmltv/tags/1.3-2/debian/changelog
packages/python-xmltv/tags/1.3-2/debian/control
packages/python-xmltv/tags/1.3-2/debian/pycompat
packages/python-xmltv/tags/1.3-2/debian/rules
Deleted: packages/python-xmltv/tags/1.3-2/debian/changelog
===================================================================
--- packages/python-xmltv/trunk/debian/changelog 2013-06-27 15:47:45 UTC (rev 24991)
+++ packages/python-xmltv/tags/1.3-2/debian/changelog 2013-06-27 16:35:51 UTC (rev 24993)
@@ -1,12 +0,0 @@
-python-xmltv (1.3-2) UNRELEASED; urgency=low
-
- * Use canonical URIs for Vcs-* fields.
-
- -- Jakub Wilk <jwilk at debian.org> Sun, 05 May 2013 16:03:43 +0200
-
-python-xmltv (1.3-1) unstable; urgency=low
-
- * Initial release (Closes: #513294)
-
- -- Andrew Gee <andrew at andrewgee.org> Tue, 27 Jan 2009 12:55:13 +0000
-
Copied: packages/python-xmltv/tags/1.3-2/debian/changelog (from rev 24992, packages/python-xmltv/trunk/debian/changelog)
===================================================================
--- packages/python-xmltv/tags/1.3-2/debian/changelog (rev 0)
+++ packages/python-xmltv/tags/1.3-2/debian/changelog 2013-06-27 16:35:51 UTC (rev 24993)
@@ -0,0 +1,18 @@
+python-xmltv (1.3-2) unstable; urgency=low
+
+ * Team upload.
+
+ [ Jakub Wilk ]
+ * Use canonical URIs for Vcs-* fields.
+
+ [ 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)
+
+ -- Andrew Gee <andrew at andrewgee.org> Tue, 27 Jan 2009 12:55:13 +0000
+
Deleted: packages/python-xmltv/tags/1.3-2/debian/control
===================================================================
--- packages/python-xmltv/trunk/debian/control 2013-06-27 15:47:45 UTC (rev 24991)
+++ packages/python-xmltv/tags/1.3-2/debian/control 2013-06-27 16:35:51 UTC (rev 24993)
@@ -1,25 +0,0 @@
-Source: python-xmltv
-Section: python
-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),
- debhelper (>= 5.0.38),
- python-central (>= 0.5.6),
- python (>= 2.4)
-XS-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
-Homepage: http://funktronics.ca/python-xmltv
-
-Package: python-xmltv
-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
- and channels.
- XMLTV is an XML file format for storing TV listings.
Copied: packages/python-xmltv/tags/1.3-2/debian/control (from rev 24992, packages/python-xmltv/trunk/debian/control)
===================================================================
--- packages/python-xmltv/tags/1.3-2/debian/control (rev 0)
+++ packages/python-xmltv/tags/1.3-2/debian/control 2013-06-27 16:35:51 UTC (rev 24993)
@@ -0,0 +1,23 @@
+Source: python-xmltv
+Section: python
+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.90~),
+ debhelper (>= 5.0.38),
+ 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
+Homepage: http://funktronics.ca/python-xmltv
+
+Package: python-xmltv
+Architecture: all
+Depends: ${misc:Depends}, ${python:Depends},
+ python (>= 2.5) | python-celementtree | python-elementtree
+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
+ and channels.
+ XMLTV is an XML file format for storing TV listings.
Deleted: packages/python-xmltv/tags/1.3-2/debian/pycompat
===================================================================
--- packages/python-xmltv/trunk/debian/pycompat 2013-06-27 15:47:45 UTC (rev 24991)
+++ packages/python-xmltv/tags/1.3-2/debian/pycompat 2013-06-27 16:35:51 UTC (rev 24993)
@@ -1 +0,0 @@
-2
Deleted: packages/python-xmltv/tags/1.3-2/debian/rules
===================================================================
--- packages/python-xmltv/trunk/debian/rules 2013-06-27 15:47:45 UTC (rev 24991)
+++ packages/python-xmltv/tags/1.3-2/debian/rules 2013-06-27 16:35:51 UTC (rev 24993)
@@ -1,6 +0,0 @@
-#!/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
Copied: packages/python-xmltv/tags/1.3-2/debian/rules (from rev 24992, packages/python-xmltv/trunk/debian/rules)
===================================================================
--- packages/python-xmltv/tags/1.3-2/debian/rules (rev 0)
+++ packages/python-xmltv/tags/1.3-2/debian/rules 2013-06-27 16:35:51 UTC (rev 24993)
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+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