diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-13 14:25:48 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-13 14:25:48 +0000 |
commit | 281c4da64e4ffcbc1b029be17aa5acf6766fe968 (patch) | |
tree | bdfa19f86e1aa7c003be7e2c5bd28e32d3d2bf34 /debian/control | |
parent | Adding upstream version 2023.12.24. (diff) | |
download | debian-keyring-281c4da64e4ffcbc1b029be17aa5acf6766fe968.tar.xz debian-keyring-281c4da64e4ffcbc1b029be17aa5acf6766fe968.zip |
Adding debian version 2023.12.24.debian/2023.12.24
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/control')
-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 |