Comment 1 for bug 342889

Revision history for this message
Vince (vincent-vanackere) wrote : Re: keeps showing openoffice.org entries

I encountered the same problem.
After some analysis, this is triggered by the package uno-libs3 : apt-listchanges correctly infers that the package has source-package "openoffice.org" but unfortunately the version of uno-libs3 (currently 1.4.1+OOo3.0.1-9ubuntu2) doesn't match the version from the changelog/source package (3.0.1-9ubuntu2).
Therefore apt-listchanges tries to print the changelog of uno-libs3 between 1.4.1+OOo3.0.1-9ubuntu2
1.4.1+OOo3.0.1-9ubuntu1 but /usr/share/doc/uno-libs3/changelog.Debian.gz has only the base versions).

Either this is a bug in the debian packaging, or apt-listchanges needs to be made smarter to deal with such cases... Any comment from someone knowledgeable ?