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=f089a3c89956e5a1ff2b96361c4e0201c27d598b

commit f089a3c89956e5a1ff2b96361c4e0201c27d598b (HEAD -> main)
Author: Guillem Jover <[email protected]>
AuthorDate: Sun May 18 23:33:30 2025 +0200

    debian: Document OpenPGP implementation dependencies
    
    Clarify that the ones are for full implementations, and the others are
    for at least verification-only implementations.
    
    Prompted-by: Paul Gevers <[email protected]>
---
 debian/control | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/debian/control b/debian/control
index 429a438e6..9e15c9bb4 100644
--- a/debian/control
+++ b/debian/control
@@ -131,7 +131,9 @@ Recommends:
  build-essential,
  gcc | c-compiler,
  fakeroot,
+# OpenPGP implementations providing full support.
  sq | sqop | rsop | gosop | pgpainless-cli | gpg-sq | gnupg,
+# OpenPGP implementations providing at least verification-only support.
  sqv | sqopv | rsopv | sopv | gosop | pgpainless-cli | gpgv-sq | gpgv,
 # Used by dpkg-mergechangelogs.
  libalgorithm-merge-perl,
@@ -185,7 +187,9 @@ Recommends:
 Suggests:
  debian-keyring,
  debian-tag2upload-keyring,
+# OpenPGP implementations providing full support.
  sq | sqop | rsop | gosop | pgpainless-cli | gpg-sq | gnupg,
+# OpenPGP implementations providing at least verification-only support.
  sqv | sqopv | rsopv | sopv | gosop | pgpainless-cli | gpgv-sq | gpgv,
  gcc | c-compiler,
  binutils,

-- 
Dpkg.Org's dpkg

Reply via email to