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=015d9fb115235ff2face9f16bd9b8df8660725d6 commit 015d9fb115235ff2face9f16bd9b8df8660725d6 Author: Guillem Jover <[email protected]> AuthorDate: Wed Jun 11 02:20:15 2025 +0200 Test::Dpkg: Add all maintscripts to all_shell_files() This makes sure these files get tested with shellcheck. --- scripts/Test/Dpkg.pm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/Test/Dpkg.pm b/scripts/Test/Dpkg.pm index a21774b50..d8a2255f7 100644 --- a/scripts/Test/Dpkg.pm +++ b/scripts/Test/Dpkg.pm @@ -161,7 +161,9 @@ sub all_shell_files build-aux/get-version build-aux/run-script debian/dpkg.cron.daily + debian/dpkg.postinst debian/dpkg.postrm + debian/dselect.postrm src/dpkg-db-backup.sh src/dpkg-db-keeper.sh src/dpkg-maintscript-helper.sh -- Dpkg.Org's dpkg

