Your message dated Sun, 2 Mar 2008 23:22:02 +0100
with message-id <[EMAIL PROTECTED]>
and subject line Re: python-central: after it is purged files are left behind
has caused the Debian Bug report #441347,
regarding python-central: after it is purged files are left behind
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.)


-- 
441347: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=441347
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: piuparts
Severity: important
Version: 0.26
Tags: patch

1m19.8s DEBUG: Command ok: ['chroot', '/tmp/tmp6xwwfj', 'umount', '/proc']
1m20.4s ERROR: Package purging left files on system:
  /usr/share/pycentral-data      owned by: python-central
  /usr/share/pycentral-data/pyversions.pyc       not owned

1m20.5s ERROR: FAIL: Installation and purging test.


The lines above are from a recent piuparts report.

/usr/share/pycentral-data/* should be ignored.

The following patch fixes this problem.

--- /usr/sbin/piuparts~ 2007-09-01 00:33:14.000000000 +1000
+++ /usr/sbin/piuparts  2007-09-09 09:53:20.000000000 +1000
@@ -155,6 +155,7 @@
             "/etc/ssl/certs(/.*)?",
             "/lib/modules/.*/modules.*",
             "/usr/lib/python2\../site-packages/debconf.py[co]",
+            "/usr/share/pycentral-data(/.*)?",
             "/var/lib/cvs(/.*)?",
             "/var/lib/dpkg/alternatives",
             "/var/lib/maxdb(/.*)?",

AnĂ­bal Monsalve Salazar
-- 
http://v7w.com/anibal

Attachment: signature.asc
Description: Digital signature


--- End Message ---
--- Begin Message ---
Version: 0.5.15-0.1


--- End Message ---

Reply via email to