control 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. Source: tang
  2. Maintainer: Christoph Biedl <debian.axhn@manchmal.in-ulm.de>
  3. Homepage: https://github.com/latchset/tang
  4. Standards-Version: 4.6.2
  5. Vcs-Browser: https://git.in-ulm.de/cbiedl/tang
  6. Vcs-Git: https://git.in-ulm.de/cbiedl/tang.git
  7. Build-Depends: debhelper-compat (= 13),
  8. asciidoctor,
  9. curl,
  10. iproute2,
  11. jose,
  12. libhttp-parser-dev,
  13. libjansson-dev,
  14. libjose-dev,
  15. meson,
  16. pkg-config,
  17. systemd,
  18. Priority: optional
  19. Rules-Requires-Root: no
  20. Section: net
  21. Package: tang
  22. Architecture: all
  23. Depends: ${misc:Depends},
  24. tang-common (>= ${source:Version}),
  25. Recommends:
  26. curl,
  27. Description: network-based cryptographic binding server
  28. Tang is a service for binding cryptographic keys to network presence.
  29. It offers a secure, stateless, anonymous alternative to key escrow
  30. services.
  31. Package: tang-xinetd
  32. Architecture: all
  33. Depends: ${misc:Depends},
  34. adduser,
  35. moreutils,
  36. tang-common (>= ${source:Version}),
  37. xinetd,
  38. Recommends:
  39. curl,
  40. Description: network-based cryptographic binding server - xinet version
  41. Tang is a service for binding cryptographic keys to network presence.
  42. It offers a secure, stateless, anonymous alternative to key escrow
  43. services.
  44. .
  45. This package uses xinetd to provide the service.
  46. Package: tang-common
  47. Architecture: linux-any
  48. Depends: ${misc:Depends}, ${shlibs:Depends},
  49. adduser,
  50. jose,
  51. libjansson4,
  52. Description: network-based cryptographic binding server - common files
  53. Tang is a service for binding cryptographic keys to network presence.
  54. It offers a secure, stateless, anonymous alternative to key escrow
  55. services.
  56. .
  57. This package provides the files common for both backends.