Package: doc-base
Version: 0.8.2
Severity: important

Hello,

It seems like you introduced a typo in doc-base.prerm, line 18:

14: remove_docs ( ) {
15:   if which install-docs >/dev/null 2>&1; then
16:     install-docs ${VERBOSE} --no-update-menus -r $package || true
17:     install-docs ${VERBOSE} -r install-docs-man || true
18:   lse
19:     echo "cannot find install-docs on path" 1>&2
20:   fi
21: }

This leads to a warning during the upgrade:

Preparing to replace doc-base 0.8.1 (using .../doc-base_0.8.2_all.deb) ...
/var/lib/dpkg/info/doc-base.prerm: line 18: lse: command not found
dpkg: warning - old pre-removal script returned error exit status 127
dpkg - trying script from the new package instead ...
dpkg: ... it looks like that went OK.
Unpacking replacement doc-base ...


This message by dpkg leads to the assumption that the new postrm script
from 0.8.2 has this bug fixed, but unfortunately this is not the case.

...
 jonas


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to