Comment 5 for bug 201114

Revision history for this message
Martin Pitt (pitti) wrote : Re: -help packages need alternate language-support- dependencies

I confirmed that the dependencies are correct in Intrepid:

$ apt-cache show openoffice.org-l10n-de|grep Depends
Depends: openoffice.org-l10n-common (>= 1:2.4.1), openoffice.org-common (>= 1:2.4.1) | language-support-translations-de, openoffice.org-common (<< 1:2.4.1.1) | language-support-translations-de
$ apt-cache show openoffice.org-l10n-de|grep Depends
Depends: openoffice.org-l10n-common (>= 1:2.4.1), openoffice.org-common (>= 1:2.4.1) | language-support-
translations-de, openoffice.org-common (<< 1:2.4.1.1) | language-support-translations-de

In Hardy, -help-de is fine as well

$ apt-cache show openoffice.org-help-de|grep Depends
Depends: openoffice.org-l10n-de, openoffice.org-writer | language-support-translations-de

However, in hardy -l10n-de has a duplicate dependency to ooo-common, the latter one without alternative:

$ apt-cache show openoffice.org-l10n-de|grep Depends
Depends: openoffice.org-common (>= 1:2.4.1) | language-support-translations-de, openoffice.org-common (<< 1:2.4.1.1) | language-support-translations-de, openoffice.org-l10n-common (>= 1:2.4.1)

This is what is pulling in much of the openoffice.org stack.

Chris, can we please fix this along with the next OO.o hardy upload? Thank you!