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=6e9917da2297714ce7ff194f7fc739d6d8ba68f0

commit 6e9917da2297714ce7ff194f7fc739d6d8ba68f0
Author: Guillem Jover <[email protected]>
AuthorDate: Mon May 5 01:55:26 2025 +0200

    Dpkg::Vendor::Debian: Add tag2upload OpenPGP keyring to package-keyrings
    
    This keyring is part of the dgit infrastructure integration, and new
    source packages will be signed by certificates from this keyring.
---
 debian/control                | 2 ++
 scripts/Dpkg/Vendor/Debian.pm | 1 +
 2 files changed, 3 insertions(+)

diff --git a/debian/control b/debian/control
index d3a6fff86..4db8436f9 100644
--- a/debian/control
+++ b/debian/control
@@ -136,6 +136,7 @@ Recommends:
  libalgorithm-merge-perl,
 Suggests:
  debian-keyring,
+ debian-tag2upload-keyring,
 Breaks:
 # Force R³ support, w/o requiring debhelper users to depend on dpkg-dev.
  debhelper (<< 10.10.1~),
@@ -180,6 +181,7 @@ Recommends:
  xz-utils (>= 5.4.0),
 Suggests:
  debian-keyring,
+ debian-tag2upload-keyring,
  sq | sqop | rsop | gosop | pgpainless-cli | gpg-sq | gnupg,
  sq | sqopv | rsopv | sopv | gosop | pgpainless-cli | gpgv-sq | gpgv,
  gcc | c-compiler,
diff --git a/scripts/Dpkg/Vendor/Debian.pm b/scripts/Dpkg/Vendor/Debian.pm
index 1af60dabd..d12af16e5 100644
--- a/scripts/Dpkg/Vendor/Debian.pm
+++ b/scripts/Dpkg/Vendor/Debian.pm
@@ -52,6 +52,7 @@ sub run_hook {
 
     if ($hook eq 'package-keyrings') {
         return ('/usr/share/keyrings/debian-keyring.gpg',
+                '/usr/share/keyrings/debian-tag2upload.pgp',
                 '/usr/share/keyrings/debian-nonupload.gpg',
                 '/usr/share/keyrings/debian-maintainers.gpg');
     } elsif ($hook eq 'archive-keyrings') {

-- 
Dpkg.Org's dpkg

Reply via email to