1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163
|
Source: rust-sequoia-chameleon-gnupg
Section: utils
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-sequence-cargo
Build-Depends-Arch: cargo:native,
rustc:native (>= 1.79),
libstd-rust-dev,
librust-anyhow-1+default-dev,
librust-base64+default-dev (<< 0.23-~~),
librust-base64+default-dev (>= 0.21-~~),
librust-buffered-reader-1+default-dev (>= 1.4-~~),
librust-chrono-0.4+default-dev,
librust-clap-4+default-dev (>= 4.4.18-~~),
librust-clap-complete-4+default-dev (>= 4.4.9-~~),
librust-clap-mangen-0.2+default-dev (>= 0.2.19-~~),
librust-daemonize-0.5+default-dev,
librust-dirs+default-dev (<< 7-~~),
librust-dirs+default-dev (>= 5-~~),
librust-fd-lock-dev (<< 5-~~),
librust-fd-lock-dev (>= 3-~~),
librust-filetime-0.2+default-dev,
librust-futures-0.3+default-dev,
librust-indexmap-2+default-dev,
librust-interprocess-dev (<< 3-~~),
librust-interprocess-dev (>= 1-~~),
librust-libc-0.2+default-dev,
librust-memchr-2+default-dev,
librust-openssh-keys-0.6-dev,
librust-percent-encoding-2+default-dev,
librust-rand-0.8+default-dev,
librust-rand-distr-0.4-dev,
librust-rayon-1+default-dev,
librust-reqwest-0.12+default-dev,
librust-reqwest-0.12+socks-dev,
librust-roff-0.2+default-dev,
librust-rpassword-7+default-dev,
librust-rusqlite+default-dev (<< 0.32-~~),
librust-rusqlite+default-dev (>= 0.29-~~),
librust-sequoia-cert-store-0.7-dev,
librust-sequoia-gpg-agent-0.6-dev,
librust-sequoia-ipc-0.36-dev,
librust-sequoia-net-0.30-dev,
librust-sequoia-openpgp-2+compression-dev,
librust-sequoia-openpgp-2+crypto-nettle-dev,
librust-sequoia-policy-config-0.8-dev,
librust-sequoia-wot-0.15-dev,
librust-serde-1+default-dev,
librust-serde-1+derive-dev,
librust-serde-json-1+default-dev,
librust-shellexpand-3+default-dev,
librust-tempfile-3+default-dev,
librust-thiserror+default-dev (<< 3-~~),
librust-thiserror+default-dev (>= 1-~~),
librust-tokio-1+default-dev (>= 1.19-~~),
librust-tokio-1+fs-dev (>= 1.19-~~),
librust-tokio-1+io-std-dev (>= 1.19-~~),
librust-tokio-1+io-util-dev (>= 1.19-~~),
librust-tokio-1+net-dev (>= 1.19-~~),
librust-tokio-1+process-dev (>= 1.19-~~),
librust-tokio-1+rt-multi-thread-dev (>= 1.19-~~)
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Uploaders:
Alexander Kjäll <alexander.kjall@gmail.com>,
Holger Levsen <holger@debian.org>
Standards-Version: 4.7.2
Vcs-Git: https://salsa.debian.org/rust-team/debcargo-conf.git [src/sequoia-chameleon-gnupg]
Vcs-Browser: https://salsa.debian.org/rust-team/debcargo-conf/tree/master/src/sequoia-chameleon-gnupg
Homepage: https://sequoia-pgp.org/
X-Cargo-Crate: sequoia-chameleon-gnupg
Package: sequoia-chameleon-gnupg
Architecture: all
Depends:
gpg-sq,
gpgv-sq
Description: Sequoia's GnuPG CLI tools (metapackage)
This metapackage depends on the following binary packages:
- gpg-sq: gpg-like OpenPGP CLI toolkit
- gpgv-sq: gpgv-like validator for OpenPGP signatures
Both are drop-in replacements using the Sequoia OpenPGP implementation
provided in the Rust crate sequoia-chameleon-gnupg.
Package: gpg-sq
Architecture: any
Multi-Arch: allowed
Breaks: sequoia-chameleon-gnupg (<< 0.8.0-1)
Replaces: sequoia-chameleon-gnupg (<< 0.8.0-1)
Depends:
${misc:Depends},
${shlibs:Depends},
${cargo:Depends}
Recommends:
${cargo:Recommends},
sq
Suggests:
${cargo:Suggests}
Provides:
${cargo:Provides}
Built-Using: ${cargo:Built-Using}
Static-Built-Using: ${cargo:Static-Built-Using}
Description: gpg-like OpenPGP CLI toolkit
gpg-sq is Sequoia's alternative implementation of a tool following
the GnuPG command line interface. It provides a drop-in but not
feature-complete replacement for the GnuPG project's gpg.
.
It currently implements a commonly used subset of the signature
creation and verification commands, the encryption and decryption
commands, the key listing commands, and some miscellaneous commands.
.
Support for trust models is limited. Currently, the web-of-trust
and always-trust models are implemented (as "--pgp" and "--always").
.
This tool is provided by the Sequoia project via the sequoia-chameleon-gnupg
crate.
Package: gpgv-sq
Architecture: any
Multi-Arch: allowed
Breaks: sequoia-chameleon-gnupg (<< 0.8.0-1)
Replaces: sequoia-chameleon-gnupg (<< 0.8.0-1)
Depends:
${misc:Depends},
${shlibs:Depends},
${cargo:Depends}
Recommends:
${cargo:Recommends},
Suggests:
${cargo:Suggests},
sq
Provides:
${cargo:Provides}
Built-Using: ${cargo:Built-Using}
Static-Built-Using: ${cargo:Static-Built-Using}
Description: gpgv-like validator for OpenPGP signatures
gpgv-sq is Sequoia's alternative implementation of a verification-only
interface for OpenPGP signatures. It provides a feature-complete drop-in
replacement for the GnuPG project's gpgv.
.
This tool is provided by the Sequoia project via the sequoia-chameleon-gnupg
crate.
Package: gpg-from-sq
Architecture: all
Depends:
gpg-sq
Provides: gpg (= 2.2.46)
Recommends: gpgv-from-sq
Description: use gpg-sq for /usr/bin/gpg
This package diverts the GnuPG implementation of gpg (if installed)
to gpg-g10code, while /usr/bin/gpg is provided by the Rust crate
sequoia-chameleon-gnupg.
Package: gpgv-from-sq
Architecture: all
Depends:
gpgv-sq
Provides: gpgv (= 2.2.46)
Suggests: gpg-from-sq
Description: use gpgv-sq for /usr/bin/gpgv
This package diverts the GnuPG implementation of gpgv (if installed)
to gpgv-g10code, while /usr/bin/gpgv is provided by the Rust crate
sequoia-chameleon-gnupg.
|