Package: libtexttools3-dev Version: 2.1.0-3 Severity: serious User: debian...@lists.debian.org 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: testing -> sid 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...): 0m30.1s ERROR: FAIL: silently overwrites files via directory symlinks: /usr/share/doc/libtexttools3-dev/README.Debian (libtexttools3-dev) != /usr/share/doc/libtexttools5/README.Debian (?) /usr/share/doc/libtexttools3-dev/changelog.Debian.gz (libtexttools3-dev) != /usr/share/doc/libtexttools5/changelog.Debian.gz (libtexttools5:amd64) /usr/share/doc/libtexttools3-dev/copyright (libtexttools3-dev) != /usr/share/doc/libtexttools5/copyright (libtexttools5:amd64) debsums: missing file /usr/share/doc/libtexttools3-dev/README.Debian (from libtexttools3-dev package) cheers,
libtexttools3-dev_2.1.0-3.log.gz
Description: GNU Zip compressed data