From 2b2f67c7fb50c89b86668adbd0bb2265e5927787 Mon Sep 17 00:00:00 2001 From: Thomas Bechtold Date: Fri, 10 Sep 2021 09:12:14 +0200 Subject: [PATCH] Keep changelogs in minimized builds for native deb pkgs Debian changelog.Debian.* files are already keept for minimized builds. But those changelogs are from non-native .deb packages (see man dh_installchangelogs). Native .deb packages name their changelog just changelog.* . So keep them in a minimized build, too. LP: #1943114 --- live-build/auto/build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/live-build/auto/build b/live-build/auto/build index 3133972b..950d95db 100755 --- a/live-build/auto/build +++ b/live-build/auto/build @@ -188,8 +188,8 @@ path-exclude=/usr/share/doc/* # ... except copyright files ... path-include=/usr/share/doc/*/copyright -# ... and Debian changelogs -path-include=/usr/share/doc/*/changelog.Debian.* +# ... and Debian changelogs for native & non-native packages +path-include=/usr/share/doc/*/changelog.* EOF # Remove docs installed by bootstrap