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=615b8d38c1b32f23726167c667e4a0fa47b5a553 commit 615b8d38c1b32f23726167c667e4a0fa47b5a553 Author: Guillem Jover <[email protected]> AuthorDate: Sat Nov 19 01:47:10 2022 +0100 debian: Switch from gpg to gnupg for author testing Build-Depends When testing signing, we also need to get gpg-agent pulled in. Match the dependency to the ones used in the perl packages, so that this gives better test coverage. --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 39df862d3..b24ae38aa 100644 --- a/debian/control +++ b/debian/control @@ -26,7 +26,7 @@ Build-Depends: xz-utils <!nocheck>, # Needed for the test suite in author mode. fakeroot <pkg.dpkg.author-testing>, - gpg <pkg.dpkg.author-testing>, + gnupg <pkg.dpkg.author-testing>, cppcheck <pkg.dpkg.author-testing>, shellcheck <pkg.dpkg.author-testing>, aspell <pkg.dpkg.author-testing>, -- Dpkg.Org's dpkg

