File: control

package info (click to toggle)
tang 15-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 468 kB
  • sloc: ansic: 1,079; sh: 439; makefile: 13
file content (61 lines) | stat: -rw-r--r-- 1,672 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
61
Source: tang
Maintainer: Christoph Biedl <debian.axhn@manchmal.in-ulm.de>
Homepage: https://github.com/latchset/tang
Standards-Version: 4.7.0
Vcs-Browser: https://git.in-ulm.de/cbiedl/tang
Vcs-Git: https://git.in-ulm.de/cbiedl/tang.git
Build-Depends: debhelper-compat (= 13),
    asciidoctor,
    curl,
    iproute2,
    jose,
    libhttp-parser-dev,
    libjansson-dev,
    libjose-dev,
    meson,
    pkgconf,
Priority: optional
Rules-Requires-Root: no
Section: net

Package: tang
Architecture: all
Depends: ${misc:Depends},
    tang-common (>= ${source:Version}),
Recommends:
    curl,
Description: network-based cryptographic binding server
 Tang is a service for binding cryptographic keys to network presence.
 It offers a secure, stateless, anonymous alternative to key escrow
 services.

Package: tang-xinetd
Architecture: all
Depends: ${misc:Depends},
    adduser,
    moreutils,
    tang-common (>= ${source:Version}),
    xinetd,
Recommends:
    curl,
Description: network-based cryptographic binding server - xinet version
 Tang is a service for binding cryptographic keys to network presence.
 It offers a secure, stateless, anonymous alternative to key escrow
 services.
 .
 This package uses xinetd to provide the service.

Package: tang-common
Architecture: linux-any
Depends: ${misc:Depends}, ${shlibs:Depends},
    adduser,
    jose,
    libjansson4,
Suggests:
    curl,
Description: network-based cryptographic binding server - common files
 Tang is a service for binding cryptographic keys to network presence.
 It offers a secure, stateless, anonymous alternative to key escrow
 services.
 .
 This package provides the files common for both backends.