Your message dated Wed, 01 Jul 2015 12:00:24 +0000
with message-id <[email protected]>
and subject line Bug#787897: fixed in feedgenerator 1.7-2
has caused the Debian Bug report #787897,
regarding feedgenerator: Please provide a python3 module
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
787897: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=787897
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: feedgenerator
Version: 1.7-1
Severity: wishlist
Tags: patch
User: [email protected]
Usertags: patchme-python3

Hi,

while trying to get pelican build with python3, I noticed that one of
its dependencies, python-feedgenerator does not have a python3 version.

Please find a patch attached that rectifies this situation.

Thanks!

cheers, josch
diff -Nru feedgenerator-1.7/debian/changelog feedgenerator-1.7/debian/changelog
--- feedgenerator-1.7/debian/changelog	2013-09-10 16:17:09.000000000 +0200
+++ feedgenerator-1.7/debian/changelog	2015-06-06 07:49:01.000000000 +0200
@@ -1,3 +1,10 @@
+feedgenerator (1.7-1.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * add python3-feedgenerator for Python 3 support
+
+ -- Johannes Schauer <[email protected]>  Sat, 06 Jun 2015 07:48:48 +0200
+
 feedgenerator (1.7-1) unstable; urgency=low
 
   * Add Homepage to debian/control
diff -Nru feedgenerator-1.7/debian/control feedgenerator-1.7/debian/control
--- feedgenerator-1.7/debian/control	2013-09-10 16:17:09.000000000 +0200
+++ feedgenerator-1.7/debian/control	2015-06-06 07:59:44.000000000 +0200
@@ -3,13 +3,20 @@
 Uploaders: Ondřej Surý <[email protected]>
 Section: python
 Priority: optional
-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.4
 Homepage: https://github.com/dmdm/feedgenerator-py3k
 
 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.
+
+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.
diff -Nru feedgenerator-1.7/debian/pydist-overrides feedgenerator-1.7/debian/pydist-overrides
--- feedgenerator-1.7/debian/pydist-overrides	2013-09-10 16:17:09.000000000 +0200
+++ feedgenerator-1.7/debian/pydist-overrides	1970-01-01 01:00:00.000000000 +0100
@@ -1 +0,0 @@
-six python-six
diff -Nru feedgenerator-1.7/debian/python3-feedgenerator.install feedgenerator-1.7/debian/python3-feedgenerator.install
--- feedgenerator-1.7/debian/python3-feedgenerator.install	1970-01-01 01:00:00.000000000 +0100
+++ feedgenerator-1.7/debian/python3-feedgenerator.install	2015-06-06 07:49:41.000000000 +0200
@@ -0,0 +1 @@
+usr/lib/python3*
diff -Nru feedgenerator-1.7/debian/python-feedgenerator.install feedgenerator-1.7/debian/python-feedgenerator.install
--- feedgenerator-1.7/debian/python-feedgenerator.install	1970-01-01 01:00:00.000000000 +0100
+++ feedgenerator-1.7/debian/python-feedgenerator.install	2015-06-06 07:49:30.000000000 +0200
@@ -0,0 +1 @@
+usr/lib/python2*
diff -Nru feedgenerator-1.7/debian/rules feedgenerator-1.7/debian/rules
--- feedgenerator-1.7/debian/rules	2013-09-10 16:17:09.000000000 +0200
+++ feedgenerator-1.7/debian/rules	2015-06-06 07:52:42.000000000 +0200
@@ -4,6 +4,6 @@
 # Mon, 04 Mar 2013 11:44:26 +0100
 
 %:
-	dh $@ --with python2 --buildsystem=python_distutils
+	dh $@ --with python2,python3 --buildsystem=pybuild
 
 

--- End Message ---
--- Begin Message ---
Source: feedgenerator
Source-Version: 1.7-2

We believe that the bug you reported is fixed in the latest version of
feedgenerator, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Vincent Cheng <[email protected]> (supplier of updated feedgenerator package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Mon, 29 Jun 2015 19:23:36 -0700
Source: feedgenerator
Binary: python-feedgenerator python3-feedgenerator
Architecture: source all
Version: 1.7-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Modules Team 
<[email protected]>
Changed-By: Vincent Cheng <[email protected]>
Description:
 python-feedgenerator - Syndication feed generation library (Python 2 version)
 python3-feedgenerator - Syndication feed generation library (Python 3 version)
Closes: 787897
Changes:
 feedgenerator (1.7-2) unstable; 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)
Checksums-Sha1:
 1ca3e493d2c1b2c8475477d778df2f8d65fa390c 2244 feedgenerator_1.7-2.dsc
 6ad98156be2d083aa68a2d6a5e3fa85c278c1ef5 2596 feedgenerator_1.7-2.debian.tar.xz
 472c6c4cfc8f9fb6e0abd60d887ce74cd0f86857 20078 
python-feedgenerator_1.7-2_all.deb
 dff40913d79f7efe4ef1a2c9094e66deb997c047 19766 
python3-feedgenerator_1.7-2_all.deb
Checksums-Sha256:
 1f020288c25343613b2a59bb7f870ce9764af37a36be78a1c9f968c7d097aa57 2244 
feedgenerator_1.7-2.dsc
 74d7e9f07b8e5168a32967d142d99e6689687bf4d9839d8e6d49ecc2d0d630ba 2596 
feedgenerator_1.7-2.debian.tar.xz
 1970980f92fea9eb560199e74f340fdee9a1897e8c6d11d4873599a7e274ebbc 20078 
python-feedgenerator_1.7-2_all.deb
 0f864612fe512cae05c35da1944b7718f108f400784bf4900ec6cdfd2f09a9b4 19766 
python3-feedgenerator_1.7-2_all.deb
Files:
 2df29f369e8984151dba135cf1397684 2244 python optional feedgenerator_1.7-2.dsc
 9d0246dc5327a60d8f2736f037275b6a 2596 python optional 
feedgenerator_1.7-2.debian.tar.xz
 6031a68f5e31bc6a985071fc7bf16586 20078 python optional 
python-feedgenerator_1.7-2_all.deb
 d2c2d0ba3eccdbf4d33ba225fea66d7e 19766 python optional 
python3-feedgenerator_1.7-2_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBCAAGBQJVkgOJAAoJEI7tzBuqHzL/mJsQANAyOhpyDUvMa+X2oZ1t1zxd
jQ/sRtH2oOpZYLCiqwaub07qQ4/EWgYL4AkmMuK4ENCnAAn1BsOlU4E0VkUO2c72
Nz03yT2e1gBNgTqqNlbA6e8zy2qO5QtSKuY0Gm1gIp3bNbA8j3y8+WyuCGCBjiWm
bL0pwM3deS7dgPJDTrhOf1QHWYWN6nc03oyVAh0xMN+8Z75+Nmp2mcFD/c498io9
y5mnoMUuVGk/uGrwweeHsRrkYJnS2pbj01CxTvFX96WDiOfXv8iOmwwEox4iZyE4
kTIlFM+Zz37E7SHt5FEThRHepR6eeQar+1SspfHXEKN54o1uGTzSQOdXfIV5rbn9
xpbrH94fXHcKH4thl8GijNGbM1090d+bj7zQE/2+h8uX6lMpZYsszc6IUH0jj4HR
XoVSrfmFALssHV5fi6KA23X+rTtMh9eCwjsAlC/JRTGMfC+t58ztmAZOdVIBKklH
elx63PDZSNAC8qvcyZTjhUh3BBsmUiViIK7i1cjJ/1ENcgzrGRvjpv2gRzo49T08
QoEc7819MMHmrlHXbIaAsiLyLyekEYEEzNQjB9aaYnUBRa+2ojI/7kfT1DikOji7
FKA66NojvMsQduXvmjGu6Dm1NHBKwsCnDrJKWmOSopsoNN7jRADtQ4V6CZpMlNyf
EWfbZguVZhufP3bR3Enb
=Axhs
-----END PGP SIGNATURE-----

--- End Message ---
_______________________________________________
Python-modules-team mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/python-modules-team

Reply via email to