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=d816ddf670e215baf9a4c94e23f50f521fa7241c commit d816ddf670e215baf9a4c94e23f50f521fa7241c Author: Guillem Jover <[email protected]> AuthorDate: Fri Jan 19 01:27:38 2024 +0100 build: Add a new changelog section for the shell library --- build-aux/gen-changelog | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/build-aux/gen-changelog b/build-aux/gen-changelog index 43483587c..ad1444c94 100755 --- a/build-aux/gen-changelog +++ b/build-aux/gen-changelog @@ -34,6 +34,7 @@ my @sections = qw( port perl-mod make-mod + shell-mod doc code-int build-sys @@ -60,6 +61,10 @@ my %sections = ( title => 'Make fragments', match => qr{^scripts/mk: }, }, + 'shell-mod' => { + title => 'Shell library', + match => qr{^src/sh: }, + }, doc => { title => 'Documentation', match => qr/^(?:doc|man)[,:] /, -- Dpkg.Org's dpkg

