On 06/01/08 at 12:51 +0100, Lucas Nussbaum wrote:
> On 02/12/07 at 20:43 +0530, Kumar Appaiah wrote:
> > Package: python-central
> > Version: 0.5.15
> > Severity: important
> > Tags: patch
> > User: [EMAIL PROTECTED]
> > Usertags: piuparts-stable-upgrade piuparts-stable-upgrade-20071130
> > 
> > Hi!
> > 
> > I have been analyzing packages for the piuparts test, and have
> > observed that ~500 packages fail the piuparts because python-central
> > doesn't purge the /usr/share/pycentral-data/pyversions.pyc file.
> > 
> > The gzipped log of the piuparts run for python-central is
> > attached. The problem is that the process
> > 
> > Install Stable python-central -> upgrade to sid -> purge
> > 
> > lets /usr/share/pycentral-data/pyversions.pyc remain
> > unremoved. However, it should be removed, I guess.
> > 
> > Please consider fixing this bug, as it is a Lenny release
> > recommendation. [1]. I have attached a patch which attempts to do
> > this, though I have not tested it.
> 
> Hi,
> 
> The patch looks fine, so I'm considering doing an NMU for that bug,
> since it would allow to do another piuparts run and solve a lot of
> problems.
> 
> The 0-day NMU policy applies to this bug, since it's part of the
> "piuparts-stable-upgrade" release goal.
> 
> Any reason why I shouldn't proceed with the NMU?

Hi,

I uploaded Kumar's patch (attached) to DELAYED/1.

I'll try to do another piuparts run on friday...

Thank you,
-- 
| Lucas Nussbaum
| [EMAIL PROTECTED]   http://www.lucas-nussbaum.net/ |
| jabber: [EMAIL PROTECTED]             GPG: 1024D/023B3F4F |
diff -Nru python-central-0.5.15/debian/changelog python-central-0.5.15/debian/changelog
--- python-central-0.5.15/debian/changelog	2007-08-24 12:35:54.000000000 +0530
+++ python-central-0.5.15/debian/changelog	2008-01-09 14:33:24.000000000 +0530
@@ -1,3 +1,11 @@
+python-central (0.5.15-0.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Remove /usr/share/pycentral-data/pyversions.pyc upon
+    purge. (Closes: #453949)
+
+ -- Kumar Appaiah <[EMAIL PROTECTED]>  Wed, 09 Jan 2008 10:08:17 +0530
+
 python-central (0.5.15) unstable; urgency=medium
 
   * [Bastian Kleineidam]
diff -Nru /tmp/cJ0MTQfgIa/python-central-0.5.15/debian/postrm /tmp/LFTFtIwoKa/python-central-0.5.15/debian/postrm
--- python-central-0.5.15/debian/postrm	2006-06-28 00:00:38.000000000 +0530
+++ python-central-0.5.15/debian/postrm	2008-01-09 10:12:26.000000000 +0530
@@ -3,6 +3,7 @@
 if [ "$1" = "purge" ]; then
     # remove log file
     rm -f /var/log/pycentral.log
+    rm -f /usr/share/pycentral-data/pyversions.pyc
 fi
 
 #DEBHELPER#

Reply via email to