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=035d596be6b05a3a8023bd92b8809e9c2aba45a5

commit 035d596be6b05a3a8023bd92b8809e9c2aba45a5
Author: Guillem Jover <[email protected]>
AuthorDate: Fri Dec 9 23:40:22 2022 +0100

    build: Consider lib and utils prefixes as internal in gen-changelog
---
 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 cdd75fcd1..927944948 100755
--- a/build-aux/gen-changelog
+++ b/build-aux/gen-changelog
@@ -68,7 +68,7 @@ my %sections = (
     'code-int' => {
         title => 'Code internals',
         type => 'internal',
-        match => qr/^(?:lib(?:compat|dpkg)|src|scripts): /,
+        match => qr/^(?:lib(?:compat|dpkg)?|src|scripts|utils): /,
         keep => 1,
     },
     'build-sys' => {

-- 
Dpkg.Org's dpkg

Reply via email to