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=ed51e46d960b388d1880eb25a752d10ca781a7ba commit ed51e46d960b388d1880eb25a752d10ca781a7ba Author: Guillem Jover <guil...@debian.org> AuthorDate: Fri Sep 16 04:05:15 2022 +0200 build: Consider Dselect prefixes as perl modules too in gen-changelog The perl modules for the dselect methods need to be matched. --- build-aux/gen-changelog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-aux/gen-changelog b/build-aux/gen-changelog index 93b8153f8..fc4baeb13 100755 --- a/build-aux/gen-changelog +++ b/build-aux/gen-changelog @@ -52,7 +52,7 @@ my %sections = ( }, 'perl-mod' => { title => 'Perl modules', - match => qr/^(?:Test|Dpkg).*[,:] /, + match => qr/^(?:Test|Dpkg|Dselect).*[,:] /, keep => 1, }, doc => { -- Dpkg.Org's dpkg