File: control

package info (click to toggle)
stoken 0.93-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 688 kB
  • sloc: ansic: 4,707; perl: 191; sh: 184; java: 123; makefile: 104; xml: 33
file content (55 lines) | stat: -rw-r--r-- 2,158 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
Source: stoken
Maintainer: Boyuan Yang <byang@debian.org>
Section: utils
Build-Depends: dpkg-dev (>= 1.22.5), debhelper-compat (= 13), libgtk-3-dev, libtomcrypt-dev, libxml2-dev
Standards-Version: 4.7.3
Vcs-Browser: https://salsa.debian.org/debian/stoken
Vcs-Git: https://salsa.debian.org/debian/stoken.git
Homepage: https://github.com/stoken-dev/stoken
Description: Software Token for cryptographic authentication
 stoken is a software token which generates one-time passwords compatible
 with RSA SecurID 128-bit (AES) tokens.  SecurID tokens are commonly
 used to authenticate end users to protected network resources and VPNs,
 as OTPs provide greater resistance to many attacks associated with static
 passwords.
 .
 stoken aims to provide a Linux-friendly, free software alternative to the
 proprietary RSA SecurID Software Authenticators.

Package: stoken
Architecture: any
Depends: libstoken1t64 (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}
Suggests: imagemagick, qrencode, zbar-tools
Description: ${source:Synopsis}
 ${source:Extended-Description}
 .
 This package contains standalone command-line and GTK+ GUI programs that
 allow for importing token seeds, generating tokencodes, and various
 utility/testing functions.

Package: libstoken1t64
Provides: ${t64:Provides}
Replaces: libstoken1
Architecture: any
Multi-Arch: same
Section: libs
Depends: ${misc:Depends}, ${shlibs:Depends}
Pre-Depends: ${misc:Pre-Depends}
Breaks: libstoken1 (<< ${source:Version}), stoken (<< 0.5)
Description: ${source:Synopsis} - shared library
 ${source:Extended-Description}
 .
 This package provides a shared library allowing other applications, such
 as VPN clients and web browsers, to generate tokencodes.  This can improve
 both ease of use and security, as the user does not need to copy and paste
 tokencodes between applications.

Package: libstoken-dev
Architecture: any
Multi-Arch: same
Section: libdevel
Depends: libstoken1t64 (= ${binary:Version}), libtomcrypt-dev, ${misc:Depends}
Description: ${source:Synopsis} - development files
 ${source:Extended-Description}
 .
 This package provides the headers and static libraries for libstoken.