Hi Release Team, I plan to take over of python-eventlet . It has a FTBFS bug[1] in Wheezy due to the bug in python-greenlet [2]. It is fixed, but not migrated to testing due to an other RC bug[3]. Tried to reach its maintainer, Örjan, but no success yet. As he is MIA for two hundred days, I plan to do an NMU targeting wheezy-proposed-updates.
Would the Release Team let me to do this? The debdiff is attached. Regards, Laszlo/GCS [1] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=684852 [2] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=640577 [3] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=665890
diff -Nru python-greenlet-0.3.1/debian/changelog python-greenlet-0.3.1/debian/changelog --- python-greenlet-0.3.1/debian/changelog 2011-08-23 00:33:20.000000000 +0200 +++ python-greenlet-0.3.1/debian/changelog 2012-08-25 16:05:43.000000000 +0200 @@ -1,3 +1,12 @@ +python-greenlet (0.3.1-2.1) wheezy-proposed-updates; urgency=low + + * Non-maintainer upload. + * Add missing .egg-info file for Wheezy. + * Fix packaging SCM browser location. + * Fix copyright use template lintian error. + + -- Laszlo Boszormenyi (GCS) <[email protected]> Sat, 25 Aug 2012 15:52:00 +0200 + python-greenlet (0.3.1-2) unstable; urgency=low * Build for architecture any (Closes: #607805). diff -Nru python-greenlet-0.3.1/debian/control python-greenlet-0.3.1/debian/control --- python-greenlet-0.3.1/debian/control 2011-08-23 00:33:20.000000000 +0200 +++ python-greenlet-0.3.1/debian/control 2012-08-25 15:59:04.000000000 +0200 @@ -7,7 +7,7 @@ Standards-Version: 3.9.1 Section: python Homepage: http://pypi.python.org/pypi/greenlet -Vcs-Browser: http://git.42mm.org/?p=python-greenlet +Vcs-Browser: http://git.42mm.org/?p=python-greenlet.git Vcs-Git: git://git.42mm.org/git/python-greenlet Package: python-greenlet-dbg diff -Nru python-greenlet-0.3.1/debian/copyright python-greenlet-0.3.1/debian/copyright --- python-greenlet-0.3.1/debian/copyright 2011-08-23 00:33:20.000000000 +0200 +++ python-greenlet-0.3.1/debian/copyright 2012-08-25 16:03:48.000000000 +0200 @@ -4,7 +4,7 @@ It was downloaded from http://pypi.python.org/pypi/greenlet -Upstream Author(s): +Upstream Authors: Kyle Ambroff <[email protected]> Armin Rigo <[email protected]> diff -Nru python-greenlet-0.3.1/debian/python-greenlet.install python-greenlet-0.3.1/debian/python-greenlet.install --- python-greenlet-0.3.1/debian/python-greenlet.install 2011-08-23 00:33:20.000000000 +0200 +++ python-greenlet-0.3.1/debian/python-greenlet.install 2012-08-25 15:54:37.000000000 +0200 @@ -1 +1,2 @@ usr/lib/python*/*-packages/*[!_][!_].so +usr/lib/python*/*-packages/*.egg-info

