File: control

package info (click to toggle)
libu2f-server 1.1.0-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 2,008 kB
  • sloc: sh: 4,599; ansic: 3,066; makefile: 136
file content (60 lines) | stat: -rw-r--r-- 2,152 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
Source: libu2f-server
Maintainer: Debian Authentication Maintainers <team+auth@tracker.debian.org>
Uploaders:
	Alessio Di Mauro <alessio@yubico.com>,
	nicoo <nicoo@debian.org>
Section: utils
Priority: optional
Build-Depends:
	debhelper-compat (= 13),
	pkg-config,
	libglib2.0-dev,
	libssl-dev,
	check,
	libjson-c-dev,
	gengetopt,
	help2man,
	dblatex
Standards-Version: 4.5.1
Homepage: https://developers.yubico.com/libu2f-server/
Vcs-Browser: https://salsa.debian.org/auth-team/libu2f-server
Vcs-Git: https://salsa.debian.org/auth-team/libu2f-server.git
Rules-Requires-Root: no

Package: libu2f-server0
Architecture: any
Section: libs
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Universal 2nd Factor (U2F) server communication C Library
 Libu2f-server is a package for doing Universal 2nd Factor (U2F) server
 communication and has functionality for the Registration and
 Authentication operations.  The package contains a C library, a
 command line tool, and documentation.
 .
 This package contains the run-time shared library, and you normally do
 not need to install this manually.

Package: libu2f-server-dev
Architecture: any
Section: libdevel
Depends: ${shlibs:Depends}, ${misc:Depends}, libu2f-server0 (= ${binary:Version})
Description: Development files for the U2F server C library libu2f-server
 Libu2f-server is a package for doing Universal 2nd Factor (U2F) server
 communication and has functionality for the Registration and
 Authentication operations.  The package contains a C library, a
 command line tool, and documentation.
 .
 This package contains development files for the libu2f-server0 library.

Package: u2f-server
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Command line tool to do Universal 2nd Factor (U2F) operations
 Libu2f-server is a package for doing Universal 2nd Factor (U2F) server
 communication and has functionality for the Registration and
 Authentication operations.  The package contains a C library, a
 command line tool, and documentation.
 .
 This is a command line tool to do registration and authentication
 with a U2F device.