mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-03-26 02:11:15 +00:00
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
This commit is contained in:
parent
23f307754c
commit
2b2f67c7fb
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user