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
|
Source: rust-nitrocli
Section: utils
Priority: optional
Build-Depends: debhelper (>= 12),
dh-cargo (>= 25),
cargo:native,
rustc:native,
libstd-rust-dev,
librust-argparse-0.2+default-dev (>= 0.2.2-~~),
librust-base32-0.4+default-dev,
librust-libc-0.2+default-dev,
librust-nitrokey-0.3+default-dev (>= 0.3.1-~~),
librust-nitrokey-sys-dev (>=3.4.3-2)
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Uploaders:
Robin Krahl <robin.krahl@ireas.org>
Standards-Version: 4.5.1
Vcs-Git: https://salsa.debian.org/rust-team/debcargo-conf.git [src/nitrocli]
Vcs-Browser: https://salsa.debian.org/rust-team/debcargo-conf/tree/master/src/nitrocli
Homepage: https://github.com/d-e-s-o/nitrocli
Rules-Requires-Root: no
Package: nitrocli
Architecture: any
Multi-Arch: allowed
Depends:
${misc:Depends},
${shlibs:Depends},
${cargo:Depends}
Recommends:
${cargo:Recommends},
gnupg-agent
Suggests:
${cargo:Suggests}
Provides:
${cargo:Provides}
Built-Using: ${cargo:Built-Using}
XB-X-Cargo-Built-Using: ${cargo:X-Cargo-Built-Using}
Description: command line interface for Nitrokey devices
nitrocli provides access to the password safe, the encrypted storage and the
one-time password generator on Nitrokey Pro and Nitrokey Storage devices. It
can also be used to manage the device configuration and PINs.
|