summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control65
1 files changed, 39 insertions, 26 deletions
diff --git a/debian/control b/debian/control
index 50b9482..9a5dcaa 100644
--- a/debian/control
+++ b/debian/control
@@ -1,26 +1,33 @@
1Source: libfido2 1Source: libfido2
2Priority: optional
3Maintainer: Yubico Open Source Maintainers <ossmaint@yubico.com>
4Uploaders: pedro martelletto <pedro@yubico.com>
5Standards-Version: 4.1.2
6Section: libs 2Section: libs
7Homepage: https://github.com/yubico/libfido2 3Priority: optional
8Build-Depends: debhelper (>= 9), 4Maintainer: Debian Authentication Maintainers <pkg-auth-maintainers@lists.alioth.debian.org>
9 pkg-config, 5Uploaders:
10 cmake, 6 Colin Watson <cjwatson@debian.org>,
11 mandoc, 7 nicoo <nicoo@debian.org>
12 libcbor-dev, 8Standards-Version: 4.5.0
13 libssl-dev, 9Build-Depends:
14 libudev-dev 10 debhelper-compat (= 12),
11 pkg-config,
12 cmake (>= 3.14),
13 mandoc,
14 libcbor-dev,
15 libssl-dev,
16 libudev-dev
17Homepage: https://developers.yubico.com/libfido2/
18Vcs-Browser: https://salsa.debian.org/auth-team/libfido2
19Vcs-Git: https://salsa.debian.org/auth-team/libfido2.git
15 20
16Package: libfido2-1 21Package: libfido2-1
17Architecture: any 22Architecture: any
18Multi-Arch: same 23Multi-Arch: same
19Depends: libcbor0, libssl1.1, libudev1, ${shlibs:Depends}, ${misc:Depends} 24Depends: ${shlibs:Depends}, ${misc:Depends}
20Description: library for generating and verifying FIDO 2.0 objects 25Description: library for generating and verifying FIDO 2.0 objects
21 A library for communicating with a FIDO device over USB, and for verifying 26 A library for communicating with a FIDO device over USB, and for verifying
22 attestation and assertion signatures. FIDO U2F (CTAP 1) and FIDO 2.0 (CTAP 2) 27 attestation and assertion signatures. FIDO U2F (CTAP 1) and FIDO 2.0 (CTAP 2)
23 are supported. This package contains the runtime library. 28 are supported.
29 .
30 This package contains the library.
24 31
25Package: libfido2-dev 32Package: libfido2-dev
26Section: libdevel 33Section: libdevel
@@ -28,10 +35,26 @@ Architecture: any
28Multi-Arch: same 35Multi-Arch: same
29Depends: libfido2-1 (= ${binary:Version}), ${misc:Depends} 36Depends: libfido2-1 (= ${binary:Version}), ${misc:Depends}
30Suggests: libssl-dev 37Suggests: libssl-dev
31Description: library for generating and verifying FIDO 2.0 objects (development headers) 38Description: library for generating and verifying FIDO 2.0 objects -- headers
39 A library for communicating with a FIDO device over USB, and for verifying
40 attestation and assertion signatures. FIDO U2F (CTAP 1) and FIDO 2.0 (CTAP 2)
41 are supported.
42 .
43 This package contains the library's development headers.
44
45Package: libfido2-doc
46Section: doc
47Architecture: all
48Depends:
49 ${misc:Depends},
50 libfido2-dev (<< ${source:Version}.1~),
51 libfido2-dev (>= ${source:Version})
52Description: library for generating and verifying FIDO 2.0 objects -- documentation
32 A library for communicating with a FIDO device over USB, and for verifying 53 A library for communicating with a FIDO device over USB, and for verifying
33 attestation and assertion signatures. FIDO U2F (CTAP 1) and FIDO 2.0 (CTAP 2) 54 attestation and assertion signatures. FIDO U2F (CTAP 1) and FIDO 2.0 (CTAP 2)
34 are supported. This package contains the development headers. 55 are supported.
56 .
57 This package contains the library's documentation (manpages & HTML).
35 58
36Package: fido2-tools 59Package: fido2-tools
37Section: utils 60Section: utils
@@ -41,13 +64,3 @@ Depends: libfido2-1 (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}
41Description: command-line tools to configure and use a FIDO 2 token 64Description: command-line tools to configure and use a FIDO 2 token
42 A set of tools to manage a FIDO 2 token, generate credentials and 65 A set of tools to manage a FIDO 2 token, generate credentials and
43 assertions, and verify them. 66 assertions, and verify them.
44
45Package: libfido2-udev
46Section: libs
47Architecture: all
48Multi-Arch: foreign
49Depends: ${misc:Depends}
50Conflicts: libu2f-udev
51Description: udev rules for access to U2F and FIDO2 devices
52 A set of udev rules allowing unprivileged system-level access
53 to U2F and FIDO2 USB devices for logged-on users.