Bug#507966: CDBS should cleanup .egg-info directories

2009-10-10 Thread Greg Price
On Sat, Oct 10, 2009 at 10:03:52PM +0200, Marc Dequènes (Duck) wrote: > I hope current distutils tries to clean things properly when called with > the 'clean' target, but as many projects embed ancient versions of > setup.py, i think your patch is useful. It will be included in the next > upload

Bug#507966: CDBS should cleanup .egg-info directories

2009-10-10 Thread Marc Dequènes (Duck)
tag 507966 + pending thanks Quoting Greg Price : [Missed 507...@b.d.o in my first reply, apologies for dupes.] # reopen 507966 = # thanks Forgive me if I'm mistaken, but I believe this reply was intended for a different bug. Your salutation appears to be for someone not named previously on bu

Bug#507966: CDBS should cleanup .egg-info directories

2009-10-07 Thread Greg Price
[Missed 507...@b.d.o in my first reply, apologies for dupes.] # reopen 507966 = # thanks Forgive me if I'm mistaken, but I believe this reply was intended for a different bug. Your salutation appears to be for someone not named previously on bug #507966. Agreed that it's sometimes worthwhile to

Bug#507966: CDBS should cleanup .egg-info directories

2008-12-06 Thread Evan Broder
Sorry - slight typo in the patch. Try this one. - Evan Index: 1/class/python-distutils.mk.in === --- 1/class/python-distutils.mk.in (revision 305) +++ 1/class/python-distutils.mk.in (working copy) @@ -267,7 +267,9 @@ # Ca

Bug#507966: CDBS should cleanup .egg-info directories

2008-12-06 Thread Evan Broder
Package: cdbs Tags: patch Severity: normal The clean target for the python-distutils.mk class currently leaves behind the .egg-info directory created by setuptools-based packages. This leaves maintainers to remove the directory manually in the clean target in debian/rules. This already affects se