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=c2522bd7db0b7b05c7f9a4013b33b61f04e3f04b commit c2522bd7db0b7b05c7f9a4013b33b61f04e3f04b Author: Guillem Jover <[email protected]> AuthorDate: Thu Mar 23 23:59:30 2023 +0100 debian: Remove executable permissions from maintscripts in source Only two maintscripts had executable permissions set, so this was already inconsistent. But having these as executable in the source tree is dangerous as they could be executed by accident (although that would require root privileges) and that would run on the main system. --- debian/dpkg.postrm | 0 debian/dselect.postrm | 0 2 files changed, 0 insertions(+), 0 deletions(-) diff --git a/debian/dpkg.postrm b/debian/dpkg.postrm old mode 100755 new mode 100644 diff --git a/debian/dselect.postrm b/debian/dselect.postrm old mode 100755 new mode 100644 -- Dpkg.Org's dpkg

