From 0779334c7ef83d40fc0cef69b454a2c2e3b5ed57 Mon Sep 17 00:00:00 2001
From: Daniel Baumann <daniel.baumann@progress-linux.org>
Date: Mon, 15 Apr 2024 22:45:25 +0200
Subject: Adding debian version 1.14.0-1.

Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
---
 debian/control | 66 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 66 insertions(+)
 create mode 100644 debian/control

(limited to 'debian/control')

diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..65f66df
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,66 @@
+Source: libfido2
+Section: libs
+Priority: optional
+Maintainer: Debian Authentication Maintainers <pkg-auth-maintainers@lists.alioth.debian.org>
+Uploaders:
+	Colin Watson <cjwatson@debian.org>,
+	nicoo <nicoo@debian.org>
+Standards-Version: 4.6.2
+Build-Depends:
+	debhelper-compat (= 13),
+	pkg-config,
+	cmake (>= 3.14),
+	mandoc,
+	libcbor-dev,
+	libssl-dev,
+	libudev-dev,
+	zlib1g-dev
+Homepage: https://developers.yubico.com/libfido2/
+Vcs-Browser: https://salsa.debian.org/auth-team/libfido2
+Vcs-Git: https://salsa.debian.org/auth-team/libfido2.git
+
+Package: libfido2-1
+Architecture: any
+Multi-Arch: same
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: library for generating and verifying FIDO 2.0 objects
+ A library for communicating with a FIDO device over USB or NFC, and for
+ verifying attestation and assertion signatures. FIDO U2F (CTAP 1) and FIDO
+ 2.0 (CTAP 2) are supported.
+ .
+ This package contains the library.
+
+Package: libfido2-dev
+Section: libdevel
+Architecture: any
+Multi-Arch: same
+Depends: libfido2-1 (= ${binary:Version}), libssl-dev, ${misc:Depends}
+Description: library for generating and verifying FIDO 2.0 objects -- headers
+ A library for communicating with a FIDO device over USB or NFC, and for
+ verifying attestation and assertion signatures. FIDO U2F (CTAP 1) and FIDO
+ 2.0 (CTAP 2) are supported.
+ .
+ This package contains the library's development headers.
+
+Package: libfido2-doc
+Section: doc
+Architecture: all
+Depends:
+	${misc:Depends},
+	libfido2-dev (<< ${source:Version}.1~),
+	libfido2-dev (>= ${source:Version})
+Description: library for generating and verifying FIDO 2.0 objects -- documentation
+ A library for communicating with a FIDO device over USB or NFC, and for
+ verifying attestation and assertion signatures. FIDO U2F (CTAP 1) and FIDO
+ 2.0 (CTAP 2) are supported.
+ .
+ This package contains the library's documentation (manpages & HTML).
+
+Package: fido2-tools
+Section: utils
+Architecture: any
+Multi-Arch: foreign
+Depends: libfido2-1 (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}
+Description: command-line tools to configure and use a FIDO 2 token
+ A set of tools to manage a FIDO 2 token, generate credentials and
+ assertions, and verify them.
-- 
cgit v1.2.3