Andreas Beckmann <a...@debian.org> writes:

> 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 is interesting.  The openafs source package does:

# Symlink /usr/share/doc for some packages.
override_dh_installdocs-indep:
        dh_installdocs $(DOC_PACKAGES) --link-doc=openafs-client
        dh_installdocs --remaining-packages

where DOC_PACKAGES is:

DOC_PACKAGES = -plibpam-openafs-kaserver -popenafs-fuse -popenafs-kpasswd

This used to work, but indeed seems to just be ignored in the current
build, resulting in real /usr/share/doc directories for those packages.

I wonder if something about dh_installdocs behavior changed or is broken?

-- 
Russ Allbery (r...@debian.org)               <http://www.eyrie.org/~eagle/>


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to