[request-tracker-maintainers] Bug#668451: request-tracker4: leaves alternatives after purge

Andreas Beckmann debian at abeckmann.de
Wed Apr 11 21:55:48 UTC 2012


Package: request-tracker4
Version: 4.0.5-1
Severity: important
User: debian-qa at lists.debian.org
Usertags: piuparts

Hi,

during a test with piuparts I noticed your package left unowned files on
the system after purge, which is a violation of policy 6.8:

http://www.debian.org/doc/debian-policy/ch-maintainerscripts.html#s-removedetails

The leftover files are actually alternatives that were installed by the
package but have not been properly removed.

While there is ongoing discussion how to remove alternatives correctly
(see http://bugs.debian.org/71621 for details) the following strategy
should work for regular cases:
* 'postinst configure' always installs the alternative
* 'prerm remove' removes the alternative
* 'postrm remove' and 'postrm disappear' remove the alternative
In all other cases a maintainer script is invoked (e.g. upgrade,
deconfigure) the alternatives are not modified to preserve user
configuration.
Removing the alternative in 'prerm remove' avoids having a dangling link
once the actual file gets removed, but 'prerm remove' is not called in
all cases (e.g. deconfigured or disappearing packages) so the postrm
must remove the alternative again (update-alternatives gracefully
handles removal of non-existing alternatives).

Note that the arguments for adding and removing alternatives differ, for
removal it's 'update-alternatives --remove <name> <path>'.

Filing this as important as having a piuparts clean archive is a release
goal since lenny.

>From the attached log (scroll to the bottom...):

1m0.6s ERROR: WARN: Broken symlinks:
  /etc/alternatives/rt-preferences-viewer -> /usr/sbin/rt-preferences-viewer-4
  /etc/alternatives/rt-preferences-viewer.8.gz -> /usr/share/man/man8/rt-preferences-viewer-4.8.gz
  /usr/sbin/rt-preferences-viewer -> /etc/alternatives/rt-preferences-viewer
  /usr/share/man/man8/rt-preferences-viewer.8.gz -> /etc/alternatives/rt-preferences-viewer.8.gz

1m2.6s ERROR: FAIL: Package purging left files on system:
  /etc/alternatives/rt-preferences-viewer	 not owned
  /etc/alternatives/rt-preferences-viewer.8.gz	 not owned
  /etc/cron.d	 owned by: cron
  /etc/cron.d/request-tracker4	 not owned
  /usr/sbin/rt-preferences-viewer	 not owned
  /usr/share/man/man8/rt-preferences-viewer.8.gz	 not owned


cheers,

Andreas
-------------- next part --------------
A non-text attachment was scrubbed...
Name: request-tracker4_4.0.5-1.log.gz
Type: application/x-gzip
Size: 25047 bytes
Desc: not available
URL: <http://lists.alioth.debian.org/pipermail/pkg-request-tracker-maintainers/attachments/20120411/0343efc8/attachment-0001.bin>


More information about the pkg-request-tracker-maintainers mailing list