File: control

package info (click to toggle)
duo-unix 1.11.3-1
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye, trixie
  • size: 2,880 kB
  • sloc: sh: 12,108; ansic: 9,223; python: 1,639; makefile: 156
file content (49 lines) | stat: -rw-r--r-- 1,797 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
Source: duo-unix
Priority: optional
Maintainer: Kees Cook <kees@debian.org>
Build-Depends: debhelper-compat (= 12), libcurl4-openssl-dev,
 libssl-dev, libpam-dev
Standards-Version: 4.5.0
Section: libs
Homepage: https://github.com/duosecurity/duo_unix

Package: libpam-duo
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}, libduo3 (= ${binary:Version}),
 libpam-runtime (>= 1.1.1-3~)
Description: PAM module for Duo Security two-factor authentication
 This provides the PAM module needed to interact with the Duo Security
 API for handling out-of-band two-factor authentication. Also includes
 manpage.

Package: login-duo
Section: admin
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, libduo3 (= ${binary:Version}),
 openssh-server
Description: login wrapper for Duo Security two-factor authentication
 This provides the login wrapper needed to interact with the Duo Security
 API for handling out-of-band two-factor authentication, mostly designed to
 be used along with global OpenSSH server configurations. Also includes
 manpage and configuration.

Package: libduo3
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Duo Security library
 This package provides the shared library used for making use of the
 Duo Security two-factor authentication functionality. Also includes
 manpage.

Package: libduo-dev
Section: libdevel
Architecture: any
Depends: libduo3 (= ${binary:Version}), ${misc:Depends}
Description: Duo Security development libraries and header files
 This package provides the development libraries and header files needed to
 link against the Duo Security library functions. Also includes the manpages
 for library functions.