File: control

package info (click to toggle)
yubikey-manager 4.0.0~a1-4
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,108 kB
  • sloc: python: 12,671; sh: 21; makefile: 9
file content (76 lines) | stat: -rw-r--r-- 2,974 bytes parent folder | download
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
Source: yubikey-manager
Maintainer: Debian Authentication Maintainers <pkg-auth-maintainers@lists.alioth.debian.org>
Uploaders: Afif Elghraoui <afif@debian.org>,
           nicoo <nicoo@debian.org>,
           Taowa <taowa@debian.org>
Section: utils
Priority: optional
Rules-Requires-Root: no
Standards-Version: 4.5.1
Build-Depends: debhelper-compat (= 13),
               dh-python,
               libpcsclite1,
               libykpers-1-dev,
               python3-all,
               python3-click,
               python3-cryptography,
               python3-openssl,
               python3-pyscard,
               python3-setuptools,
               python3-fido2-api (= 0.9),
Homepage: https://developers.yubico.com/yubikey-manager/
Vcs-Git: https://salsa.debian.org/auth-team/yubikey-manager.git
Vcs-Browser: https://salsa.debian.org/auth-team/yubikey-manager

Package: yubikey-manager
Architecture: all
Depends: ${misc:Depends},
         ${python3:Depends},
         python3-click,
         python3-ykman (= ${binary:Version}),
         pcscd,
         python3-cryptography (>= 3.0.0),
         python3-cryptography (<< 4),
         python3-fido2 (>= 0.9),
         python3-fido2 (<< 1.0)
Description: Python library and command line tool for configuring a YubiKey
 YubiKey Manager (ykman) is a command line tool for configuring a YubiKey over
 all transports. It is capable of reading out device information as well as
 configuring several aspects of a YubiKey, including enabling or disabling
 connection transports an programming various types of credentials.
 .
 YubiKey is a specific series of personal Hardware Security Modules,
 meant to protect private keys tied to its users (for 2nd factor authentication,
 use with OpenPGP, ...).

Package: python3-ykman
Architecture: all
Section: python
Depends: ${misc:Depends},
         ${python3:Depends},
         python3-cryptography (>= 3.0.0),
         python3-cryptography (<< 4),
         python3-fido2 (>= 0.9),
         python3-fido2 (<< 1.0)
Recommends: pcscd
Breaks: python3-yubikey-manager (<= 3.1.1-1),
        yubioath-desktop (<< 5.0.4+post1)
Replaces: python3-yubikey-manager (<= 3.1.1-1)
Description: Python 3 library for configuring a YubiKey
 A Python library for configuring YubiKey over all transport modes.
 This is the Python 3 version of the package.
 .
 YubiKey is a specific series of personal Hardware Security Modules,
 meant to protect private keys tied to its users (for 2nd factor authentication,
 use with OpenPGP, ...).

Package: python3-yubikey-manager
Architecture: all
Section: oldlibs
Depends: python3-ykman (= ${binary:Version}), ${misc:Depends}
Description: Python 3 library for configuring a YubiKey — transitional package
 A Python library for configuring YubiKey over all transport modes.
 This is the Python 3 version of the package.
 .
 python3-yubikey-manager was renamed to python3-ykman in v3.1.1-2,
 in accordance with naming conventions for packages of Python modules.