[Pkg-xfce-devel] Bug#767822: xfce4-session: leaves alternatives after purge: /usr/bin/x-session-manager

Andreas Beckmann anbe at debian.org
Sun Nov 2 20:20:12 UTC 2014


Package: xfce4-session
Version: 4.10.1-9
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. unpacked but not configured packages 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...):

0m46.7s ERROR: FAIL: Package purging left files on system:
  /etc/alternatives/x-session-manager -> /usr/bin/startxfce4	 not owned
  /etc/alternatives/x-session-manager.1.gz -> /usr/share/man/man1/startxfce4.1.gz	 not owned
  /usr/bin/x-session-manager -> /etc/alternatives/x-session-manager	 not owned
  /usr/share/man/man1/x-session-manager.1.gz -> /etc/alternatives/x-session-manager.1.gz	 not owned


cheers,

Andreas
-------------- next part --------------
A non-text attachment was scrubbed...
Name: xfce4-session_4.10.1-9.log.gz
Type: application/gzip
Size: 14694 bytes
Desc: not available
URL: <http://lists.alioth.debian.org/pipermail/pkg-xfce-devel/attachments/20141102/a8953e0d/attachment-0001.bin>


More information about the Pkg-xfce-devel mailing list