File: control

package info (click to toggle)
otpw 1.5-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster
  • size: 384 kB
  • sloc: ansic: 2,858; makefile: 302
file content (49 lines) | stat: -rw-r--r-- 1,541 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: otpw
Priority: optional
Section: libs
Maintainer: Thorsten Alteholz <debian@alteholz.de>
Build-Depends: debhelper (>= 11)
	, libpam-dev
Standards-Version: 4.3.0
Testsuite: autopkgtest
Homepage: https://www.cl.cam.ac.uk/~mgk25/otpw.html
Vcs-Browser: https://salsa.debian.org/alteholz/otpw
Vcs-Git: https://salsa.debian.org/alteholz/otpw.git

Package: libotpw-dev
Section: libdevel
Architecture: any
Depends: ${misc:Depends}
Recommends: otpw-bin
Description: OTPW library development files and documentation
 OTPW is a one-time password system which is robust against
 the password list being stolen and race for the last digit
 attacks.
 .
 This package contains the development files needed to write
 programs using OTPW and the documentation of the OTPW system.

Package: libpam-otpw
Architecture: any
Recommends: otpw-bin
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Use OTPW for PAM authentication
 OTPW is a one-time password system which is robust against
 the password list being stolen and race for the last digit
 attacks.
 .
 This package contains the PAM library to use OTPW in any
 program which uses PAM.

Package: otpw-bin
Section: admin
Architecture: any
Suggests: libpam-otpw
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: OTPW programs for generating OTPW lists
 OTPW is a one-time password system which is robust against
 the password list being stolen and race for the last digit
 attacks.
 .
 This package contains the programs used to setup OTPW for
 a user and generate the password lists.