This is an automated email from the git hooks/post-receive script. guillem pushed a commit to branch main in repository dpkg.
View the commit online: https://git.dpkg.org/cgit/dpkg/dpkg.git/commit/?id=e8bfb3e588af8a19cc86582782b75e3dbe96b868 commit e8bfb3e588af8a19cc86582782b75e3dbe96b868 Author: Guillem Jover <[email protected]> AuthorDate: Sun Feb 13 19:28:44 2022 +0100 build: Mark libcompat and libdpkg as internal components in changelog These components are internal components, and changes in them are in most cases of internal nature. --- build-aux/gen-changelog | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-aux/gen-changelog b/build-aux/gen-changelog index 8bda13b86..f1e950df1 100755 --- a/build-aux/gen-changelog +++ b/build-aux/gen-changelog @@ -83,6 +83,8 @@ my %sections = ( 'code-int' => { title => 'Code internals', type => 'internal', + match => qr/^lib(compat|dpkg): /, + keep => 1, }, 'build-sys' => { title => 'Build system', -- Dpkg.Org's dpkg

