diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 09:19:44 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 09:19:44 +0000 |
commit | 8c4716026e5eefef3a8d384d4fed74683391e8cc (patch) | |
tree | a7e46e7056e84fad965c38d6243ba52e09baba13 /debian/control | |
parent | Adding upstream version 2022.12.24. (diff) | |
download | debian-keyring-8c4716026e5eefef3a8d384d4fed74683391e8cc.tar.xz debian-keyring-8c4716026e5eefef3a8d384d4fed74683391e8cc.zip |
Adding debian version 2022.12.24.debian/2022.12.24debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | debian/control | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..4a266c3 --- /dev/null +++ b/debian/control @@ -0,0 +1,40 @@ +Source: debian-keyring +Section: misc +Priority: optional +Maintainer: Debian Keyring Maintainers <keyring-maint@debian.org> +Uploaders: Daniel Kahn Gillmor <dkg@fifthhorseman.net>, + Gunnar Wolf <gwolf@debian.org>, + John Sullivan <johns@debian.org>, + Jonathan McDowell <noodles@earth.li> +Build-Depends: debhelper-compat (= 12), gnupg, gawk +Homepage: https://keyring.debian.org/ +Standards-Version: 3.9.8 +Vcs-Browser: https://salsa.debian.org/debian-keyring/keyring +Vcs-Git: https://salsa.debian.org/debian-keyring/keyring.git +Rules-Requires-Root: no + +Package: debian-keyring +Architecture: all +Multi-Arch: foreign +Depends: ${misc:Depends} +Recommends: gnupg (>= 1.0.6-4) +Provides: debian-maintainers +Conflicts: debian-maintainers +Replaces: debian-maintainers +Description: GnuPG keys of Debian Developers and Maintainers + The Debian project wants developers to digitally sign the + announcements of their packages with GnuPG, to protect against + forgeries. This package contains keyrings of GnuPG and keys of + Debian Developers (uploading and non-uploading), as well as of Debian + Maintainers. + . + Do note that, although this package is provided for convenience, it + is not necessarily kept updated with the latest changes; the authoritative + source for keyring information is publicly accessible via rsync at: + . + keyring.debian.org::keyrings/keyrings/ + . + Finally, the following Git repository is usually kept up to date with the + public authoritative data: + . + https://salsa.debian.org/debian-keyring/keyring.git |