Your message dated Fri, 21 Dec 2012 22:53:03 +0000
with message-id <1356130383.15123.960.camel@julia>
and subject line missing .egg-info in python-greenlet is already fixed
has caused the Debian Bug report #640577,
regarding python-greenlet: missing .egg-info
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.)
--
640577: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=640577
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: python-greenlet
Version: 0.3.1-2
Severity: serious
Tags: patch
Justification: causes python-eventlet to FTBFS
In the process of moving the _d.so extensions to the -dbg package, the
.egg-info directory was dropped.
This caused bug 640193.
Please re-introduce the .egg-info directory, patch attached.
Also, btw, this package doesn't clean correctly.
SR
--- 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 2011-09-05 21:39:49.000000000 +0200
@@ -1 +1,2 @@
usr/lib/python*/*-packages/*[!_][!_].so
+usr/lib/python*/*-packages/*.egg-info
--- End Message ---
--- Begin Message ---
Fixed for Wheezy in 0.3.1-2.1 and for Sid in 0.3.3-1 or later.
Closing this bug now.
--- End Message ---