Hi, if you test my linkchecker .deb package: I just noticed that lintian gives the following warnings on my 1.2.12 package of LinkChecker: W: linkchecker: postinst-does-not-set-usr-doc-link W: linkchecker: prerm-does-not-remove-usr-doc-link
This is a lintian (or debconf) bug because I see the following lines in the postinst script: # Automatically added by dh_installdocs if [ "$1" = "configure" ]; then if [ -d /usr/doc -a ! -e /usr/doc/linkchecker -a -d /usr/share/doc/linkc hecker ]; then ln -sf ../share/doc/linkchecker /usr/doc/linkchecker fi fi # End automatically added section And the same applies for prerm My installed version: ii debhelper 2.2.8 helper programs for debian/rules ii lintian 1.11.12 Debian package checker Greetings, Bastian