On Sun, Dec 09, 2007 at 11:39:18AM +0530, Kumar Appaiah wrote:
> Package: xapian-omega
> Version: 1.0.4-1
> Severity: important
Hmm, I don't really see how this bug "has a major effect on the
usability of [the] package". I'm not going to fight over it, but
artificially inflating the severity rarely gets a bug fixed any
quicker.
> The gzipped log of the piuparts run for xapian-omega is
> attached. The problem is that the process
>
> Install Etch xapian-omega -> upgrade to sid -> purge
>
> seems to let the following files remain unremoved:
>
> /var/lib/xapian-omega owned by: xapian-omega
> /var/lib/xapian-omega/templates not owned
> /var/lib/xapian-omega/templates/anyalldropbox not owned
> /var/lib/xapian-omega/templates/anyallradio not owned
> /var/lib/xapian-omega/templates/godmode not owned
> /var/lib/xapian-omega/templates/opensearch not owned
> /var/lib/xapian-omega/templates/query not owned
> /var/lib/xapian-omega/templates/toptermsjs not owned
> /var/lib/xapian-omega/templates/xml not owned
The problem seems to be that xapian-omega.prerm contains:
if [ "$1" = purge ] ; then
rm -rf /var/lib/xapian-omega/templates
fi
But it's postrm that gets called with purge according to the developers
reference, not prerm.
Cheers,
Olly
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]