[Bug 461090] Re: updates for karmic and lucid needed to get maven plugins building

Martin Pitt martin.pitt at ubuntu.com
Thu Nov 5 10:42:26 GMT 2009


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?

-- 
updates for karmic and lucid needed to get maven plugins building
https://bugs.launchpad.net/bugs/461090
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to groovy in ubuntu.



More information about the Ubuntu-server-bugs mailing list