Comment 8 for bug 917153

Revision history for this message
Steve Langasek (vorlon) wrote :

I'm not sure splitting unopkg out into a separate package would actually help, given that it would need to have the libraries it depends on also included, which is some 13 libs from libreoffice-core.

$ ldd /usr/lib/libreoffice/program/unopkg.bin | awk '/=>/ { print $3 }'| xargs -n1 readlink -f | sort -u | xargs dpkg -S | grep -c libreoffice-core
18
$

Why does this trigger belong to libreoffice-common in the first place? Wouldn't it be better to have the postinst trigger in the libreoffice-core package?

Note that regardless of whether the package is split or the trigger is moved, precise libreoffice-core probably needs to declare a Breaks: on the old version of libreoffice-common, since libreoffice-common hasn't yet been touched as part of this upgrade when this breakage happened.