File: control

package info (click to toggle)
pam-u2f 1.0.4-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,668 kB
  • ctags: 287
  • sloc: sh: 11,547; ansic: 1,353; makefile: 82
file content (45 lines) | stat: -rw-r--r-- 1,777 bytes parent folder | download | duplicates (2)
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
Source: pam-u2f
Maintainer: Debian Authentication Maintainers <pkg-auth-maintainers@lists.alioth.debian.org>
Uploaders: Alessio Di Mauro <alessio@yubico.com>,
	   Simon Josefsson <simon@josefsson.org>,
	   Nicolas Braud-Santoni <nicolas@braud-santoni.eu>
Section: admin
Priority: optional
Build-Depends: debhelper (>= 9),
	dh-autoreconf,
	pkg-config,
	libpam0g-dev,
        libu2f-host-dev,
        libu2f-server-dev
Standards-Version: 3.9.8
Homepage: https://developers.yubico.com/pam-u2f/
Vcs-Browser: https://anonscm.debian.org/git/pkg-auth/pam-u2f.git/
Vcs-Git: https://anonscm.debian.org/git/pkg-auth/pam-u2f.git

Package: libpam-u2f
Architecture: any
Breaks: pamu2fcfg (<< 1.0.4-0.2)
Replaces: pamu2fcfg (<< 1.0.4-0.2)
Depends: ${shlibs:Depends}, ${misc:Depends}
Recommends: pamu2fcfg
Description: universal 2nd factor (U2F) PAM module
 Universal 2nd Factor (U2F) is an authentication mechanism that strengthen
 other authentications, and through this PAM module it can be used to
 require a U2F device in order to authenticate.
 .
 This package contains the PAM module, which performs the U2F
 Authentication step.  Before this, you need to perform the U2F Registration
 step which can be completed using the pamu2fcfg package.

Package: pamu2fcfg
Architecture: any
Breaks: libpam-u2f (<< 1.0.4-0.2)
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: universal 2nd factor (U2F) PAM module command-line helper tool
 Universal 2nd Factor (U2F) is an authentication mechanism that strengthen
 other authentications, and through this PAM module it can be used to
 require a U2F device in order to authenticate.
 .
 This package contains the command-line tool pamu2fcfg which is used
 to generate the information needed by libpam-u2f to perform an U2F
 authentication.