summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control66
1 files changed, 66 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..9a5dcaa
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,66 @@
1Source: libfido2
2Section: libs
3Priority: optional
4Maintainer: Debian Authentication Maintainers <pkg-auth-maintainers@lists.alioth.debian.org>
5Uploaders:
6 Colin Watson <cjwatson@debian.org>,
7 nicoo <nicoo@debian.org>
8Standards-Version: 4.5.0
9Build-Depends:
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
20
21Package: libfido2-1
22Architecture: any
23Multi-Arch: same
24Depends: ${shlibs:Depends}, ${misc:Depends}
25Description: library for generating and verifying FIDO 2.0 objects
26 A library for communicating with a FIDO device over USB, and for verifying
27 attestation and assertion signatures. FIDO U2F (CTAP 1) and FIDO 2.0 (CTAP 2)
28 are supported.
29 .
30 This package contains the library.
31
32Package: libfido2-dev
33Section: libdevel
34Architecture: any
35Multi-Arch: same
36Depends: libfido2-1 (= ${binary:Version}), ${misc:Depends}
37Suggests: libssl-dev
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
53 A library for communicating with a FIDO device over USB, and for verifying
54 attestation and assertion signatures. FIDO U2F (CTAP 1) and FIDO 2.0 (CTAP 2)
55 are supported.
56 .
57 This package contains the library's documentation (manpages & HTML).
58
59Package: fido2-tools
60Section: utils
61Architecture: any
62Multi-Arch: foreign
63Depends: libfido2-1 (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}
64Description: command-line tools to configure and use a FIDO 2 token
65 A set of tools to manage a FIDO 2 token, generate credentials and
66 assertions, and verify them.