Your message dated Sat, 25 Jul 2015 16:58:43 +0000
with message-id <[email protected]>
and subject line Bug#791563: Removed package(s) from unstable
has caused the Debian Bug report #700345,
regarding axel-kapt: unhandled symlink to directory conversion:
/usr/share/doc/PACKAGE
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.)
--
700345: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=700345
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: axel-kapt
Version: 2.4-1.1
Severity: serious
User: [email protected]
Usertags: piuparts
Hi,
an upgrade test with piuparts revealed that your package installs files
over existing symlinks and possibly overwrites files owned by other
packages. This usually means an old version of the package shipped a
symlink but that was later replaced by a real (and non-empty)
directory. This kind of overwriting another package's files cannot be
detected by dpkg.
This was observed on the following upgrade paths:
sid -> experimental
For /usr/share/doc/PACKAGE this may not be problematic as long as both
packages are installed, ship byte-for-byte identical files and are
upgraded in lockstep. But once one of the involved packages gets
removed, the other one will lose its documentation files, too,
including the copyright file, which is a violation of Policy 12.5:
http://www.debian.org/doc/debian-policy/ch-docs.html#s-copyrightfile
For other overwritten locations anything interesting may happen.
Note that dpkg intentionally does not replace directories with symlinks
and vice versa, you need the maintainer scripts to do this.
See in particular the end of point 4 in
http://www.debian.org/doc/debian-policy/ch-maintainerscripts.html#s-unpackphase
For switching from a symlink to a directory, the *preinst* script
should do something like this:
DOCDIR=/usr/share/doc/@@PACKAGE@@
if [ -L $DOCDIR ] ; then
rm $DOCDIR
fi
>From the attached log (usually somewhere in the middle...):
0m31.9s ERROR: FAIL: silently overwrites files via directory symlinks:
/usr/share/doc/axel-kapt/changelog.Debian.gz (axel-kapt) !=
/usr/share/doc/axel/changelog.Debian.gz (axel)
/usr/share/doc/axel-kapt/changelog.gz (axel-kapt) !=
/usr/share/doc/axel/changelog.gz (axel)
/usr/share/doc/axel-kapt/copyright (axel-kapt) !=
/usr/share/doc/axel/copyright (axel)
0m35.0s ERROR: FAIL: debsums reports modifications inside the chroot:
/usr/share/doc/axel/copyright
/usr/share/doc/axel/changelog.Debian.gz
/usr/share/doc/axel/changelog.gz
cheers,
Andreas
axel-kapt_2.4-1.1.log.gz
Description: GNU Zip compressed data
--- End Message ---
--- Begin Message ---
Version: 2.4-1+rm
Dear submitter,
as the package axel has just been removed from the Debian archive
unstable we hereby close the associated bug reports. We are sorry
that we couldn't deal with your issue properly.
For details on the removal, please see https://bugs.debian.org/791563
The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.
This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
[email protected].
Debian distribution maintenance software
pp.
Scott Kitterman (the ftpmaster behind the curtain)
--- End Message ---