summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control52
1 files changed, 52 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..259539b
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,52 @@
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,
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: fido2-tools
46Section: utils
47Architecture: any
48Multi-Arch: foreign
49Depends: libfido2-1 (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}
50Description: command-line tools to configure and use a FIDO 2 token
51 A set of tools to manage a FIDO 2 token, generate credentials and
52 assertions, and verify them.