[Bug 1943114] Re: changelogs of "native" packages are missing
Launchpad Bug Tracker
1943114 at bugs.launchpad.net
Mon Sep 20 20:38:16 UTC 2021
This bug was fixed in the package livecd-rootfs - 2.738
---------------
livecd-rootfs (2.738) impish; urgency=medium
[ Thomas Bechtold ]
* Keep changelogs for native deb pkgs in minimized builds. LP: #1943114.
-- Steve Langasek <steve.langasek at ubuntu.com> Mon, 20 Sep 2021
09:40:28 -0700
** Changed in: livecd-rootfs (Ubuntu)
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to livecd-rootfs in Ubuntu.
https://bugs.launchpad.net/bugs/1943114
Title:
changelogs of "native" packages are missing
Status in cloud-images:
New
Status in livecd-rootfs package in Ubuntu:
Fix Released
Bug description:
/etc/dpkg/dpkg.cfg.d/excludes is only allowing
/usr/share/doc/*/changelog.Debian.* but not
/usr/share/doc/*/changelog.*
The result is that even the Debian changelog will be missing for
"native" packages.
http://manpages.ubuntu.com/manpages/impish/en/man1/dh_installchangelogs.1.html
The changelog file is installed with a name of changelog for native packages, and
changelog.Debian for non-native packages. The NEWS file is always installed with a
name of NEWS.Debian.
I think the excludes file should instead use
/usr/share/doc/*/changelog.* to include Debian changelogs no matter
what kind of package "native" vs. "non-native". Doing that would also
not exclude upstream changelogs, which might grow that image but
probably be just as valid as keeping the Debian changelog.
https://github.com/tianon/docker-brew-ubuntu-core/issues/216
To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-images/+bug/1943114/+subscriptions
More information about the foundations-bugs
mailing list