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=122a575b0acc52041135dc323a640563bb22b228

commit 122a575b0acc52041135dc323a640563bb22b228
Author: Guillem Jover <[email protected]>
AuthorDate: Mon Nov 28 00:18:10 2022 +0100

    build: Consider src and scripts prefixes as internal in gen-changelog
    
    These are global changes, so consider them by default internal code
    changes and refactoring. They can always get marked as public changes.
---
 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 fc4baeb13..834c75675 100755
--- a/build-aux/gen-changelog
+++ b/build-aux/gen-changelog
@@ -63,7 +63,7 @@ my %sections = (
     'code-int' => {
         title => 'Code internals',
         type => 'internal',
-        match => qr/^lib(?:compat|dpkg): /,
+        match => qr/^(?:lib(?:compat|dpkg)|src|scripts): /,
         keep => 1,
     },
     'build-sys' => {

-- 
Dpkg.Org's dpkg

Reply via email to