[Python-modules-commits] r33173 - in packages/feedgenerator/trunk/debian (4 files)
vcheng at users.alioth.debian.org
vcheng at users.alioth.debian.org
Tue Jun 30 02:42:45 UTC 2015
Date: Tuesday, June 30, 2015 @ 02:42:44
Author: vcheng
Revision: 33173
add python3 module for feedgenerator
Modified:
packages/feedgenerator/trunk/debian/changelog
packages/feedgenerator/trunk/debian/control
packages/feedgenerator/trunk/debian/rules
Deleted:
packages/feedgenerator/trunk/debian/pydist-overrides
Modified: packages/feedgenerator/trunk/debian/changelog
===================================================================
--- packages/feedgenerator/trunk/debian/changelog 2015-06-30 02:36:23 UTC (rev 33172)
+++ packages/feedgenerator/trunk/debian/changelog 2015-06-30 02:42:44 UTC (rev 33173)
@@ -1,10 +1,14 @@
feedgenerator (1.7-2) UNRELEASED; urgency=medium
+ [ Vincent Cheng ]
* Add myself to Uploaders.
* Add Vcs-{Svn,Browser} and X-Python{,3}-Version headers to d/control.
* Update watch file.
* Update Standards version to 3.9.6, no changes required.
+ [ Johannes Schauer ]
+ * Add python3-feedgenerator for Python 3 support. (Closes: #787897)
+
-- Vincent Cheng <vcheng at debian.org> Mon, 29 Jun 2015 19:23:36 -0700
feedgenerator (1.7-1) unstable; urgency=low
Modified: packages/feedgenerator/trunk/debian/control
===================================================================
--- packages/feedgenerator/trunk/debian/control 2015-06-30 02:36:23 UTC (rev 33172)
+++ packages/feedgenerator/trunk/debian/control 2015-06-30 02:42:44 UTC (rev 33173)
@@ -3,7 +3,7 @@
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
Uploaders: OndÅej Surý <ondrej at debian.org>, Vincent Cheng <vcheng at debian.org>
-Build-Depends: python-setuptools (>= 0.6b3), python-all (>= 2.6.6-3), debhelper (>= 7)
+Build-Depends: python-setuptools (>= 0.6b3), python-all (>= 2.6.6-3), debhelper (>= 7), python3-setuptools, python3-all, python-six, python3-six, python-tz, python3-tz
Standards-Version: 3.9.6
X-Python-Version: >= 2.7
X-Python3-Version: >= 3.2
@@ -14,6 +14,17 @@
Package: python-feedgenerator
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
-Description: Syndication feed generation library
+Description: Syndication feed generation library (Python 2 version)
Feedgenerator is a standalone version of Django's feedgenerator, which
is a syndication feed generation library used for generating RSS.
+ .
+ This is the Python 2 version of the feedgenerator module.
+
+Package: python3-feedgenerator
+Architecture: all
+Depends: ${misc:Depends}, ${python3:Depends}
+Description: Syndication feed generation library (Python 3 version)
+ Feedgenerator is a standalone version of Django's feedgenerator, which
+ is a syndication feed generation library used for generating RSS.
+ .
+ This is the Python 3 version of the feedgenerator module.
Deleted: packages/feedgenerator/trunk/debian/pydist-overrides
===================================================================
--- packages/feedgenerator/trunk/debian/pydist-overrides 2015-06-30 02:36:23 UTC (rev 33172)
+++ packages/feedgenerator/trunk/debian/pydist-overrides 2015-06-30 02:42:44 UTC (rev 33173)
@@ -1 +0,0 @@
-six python-six
Modified: packages/feedgenerator/trunk/debian/rules
===================================================================
--- packages/feedgenerator/trunk/debian/rules 2015-06-30 02:36:23 UTC (rev 33172)
+++ packages/feedgenerator/trunk/debian/rules 2015-06-30 02:42:44 UTC (rev 33173)
@@ -1,9 +1,8 @@
#!/usr/bin/make -f
-# This file was automatically generated by stdeb 0.6.0+git at
-# Mon, 04 Mar 2013 11:44:26 +0100
+export PYBUILD_NAME=feedgenerator
%:
- dh $@ --with python2 --buildsystem=python_distutils
+ dh $@ --with python2,python3 --buildsystem=pybuild
More information about the Python-modules-commits
mailing list