[Pkg-fonts-devel] Bug#776108: fonts-ipafont-nonfree-jisx0208: leaves alternatives after purge: /usr/share/fonts/truetype/ttf-japanese-{gothic, mincho}.ttf
Andreas Beckmann
anbe at debian.org
Sat Jan 24 00:58:11 UTC 2015
Source: fonts-ipafont-nonfree-jisx0208
Version: 1:00103-2
Severity: important
Tags: patch
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:
https://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 https://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...):
2m13.4s INFO: Warning: Package purging left files on system:
/etc/alternatives/ttf-japanese-gothic.ttf -> /usr/share/fonts/truetype/ipafont-jisx0208/ipag0208_for_legacy_compatibility.ttf not owned
/etc/alternatives/ttf-japanese-mincho.ttf -> /usr/share/fonts/truetype/ipafont-jisx0208/ipam0208_for_legacy_compatibility.ttf not owned
/usr/share/fonts/ owned by: fonts-ipafont-nonfree-jisx0208
/usr/share/fonts/truetype/ owned by: fonts-ipafont-nonfree-jisx0208
/usr/share/fonts/truetype/ttf-japanese-gothic.ttf -> /etc/alternatives/ttf-japanese-gothic.ttf not owned
/usr/share/fonts/truetype/ttf-japanese-mincho.ttf -> /etc/alternatives/ttf-japanese-mincho.ttf not owned
A patch is following ... please get this fixed for jessie.
cheers,
Andreas
-------------- next part --------------
A non-text attachment was scrubbed...
Name: ttf-ipafont-jisx0208_None.log.gz
Type: application/gzip
Size: 36739 bytes
Desc: not available
URL: <http://lists.alioth.debian.org/pipermail/pkg-fonts-devel/attachments/20150124/b73a229a/attachment-0001.bin>
More information about the Pkg-fonts-devel
mailing list