Comment 32 for bug 461090

Revision history for this message
Martin Pitt (pitti) wrote :

libxpp3-java, libregexp-java, libbcel-java-doc dropped the autogenerated install-docs calls:

----------- postinst ---------------
#!/bin/sh
set -e
# Automatically added by dh_installdocs
if [ "$1" = configure ] && which install-docs >/dev/null 2>&1; then
        install-docs -i /usr/share/doc-base/libxpp3-java
fi
# End automatically added section
----------- prerm ---------------
#!/bin/sh
set -e
# Automatically added by dh_installdocs
if [ "$1" = remove ] || [ "$1" = upgrade ] && \
   which install-docs >/dev/null 2>&1; then
 install-docs -r libxpp3-java
fi
# End automatically added section
----------------------------------

libbcel-java didn't drop postinst/prerm, and is fine.

I think they should be put back. I assume that something in the build system chagned which dropped dh_installdocs?