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=a3dbcb32fcc9264013006cbe974ba0ee2aa2f2ad commit a3dbcb32fcc9264013006cbe974ba0ee2aa2f2ad Author: Guillem Jover <[email protected]> AuthorDate: Thu Jan 16 01:44:20 2025 +0100 debian: Add OpenPGP tools to Build-Depends as pkg.dpkg.author-testing build profile We should be testing all light weight dependency-wise OpenPGP implementations that we support sq during our author tests, more so if some of these are to become the primary recommended OpenPGP implementation in the future. --- debian/control | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/debian/control b/debian/control index 647bac2dc..af5fe3fff 100644 --- a/debian/control +++ b/debian/control @@ -37,6 +37,14 @@ Build-Depends: libmodule-build-perl <pkg.dpkg.author-release>, # Needed for the test suite in author mode. fakeroot <pkg.dpkg.author-testing>, + sq <pkg.dpkg.author-testing>, + sqop <pkg.dpkg.author-testing>, + sqopv <pkg.dpkg.author-testing>, + rsop <pkg.dpkg.author-testing>, + rsopv <pkg.dpkg.author-testing>, + gosop <pkg.dpkg.author-testing>, + gpg-sq <pkg.dpkg.author-testing>, + gpgv-sq <pkg.dpkg.author-testing>, gnupg <pkg.dpkg.author-testing>, cppcheck <pkg.dpkg.author-testing>, shellcheck <pkg.dpkg.author-testing>, -- Dpkg.Org's dpkg

