1
0

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.7.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. libjansson-dev,
  13. libjose-dev,
  14. libllhttp-dev,
  15. meson,
  16. pkgconf,
  17. Priority: optional
  18. Section: net
  19. Package: tang
  20. Architecture: all
  21. Depends: ${misc:Depends},
  22. tang-common (>= ${source:Version}),
  23. Recommends:
  24. curl,
  25. Description: network-based cryptographic binding server
  26. Tang is a service for binding cryptographic keys to network presence.
  27. It offers a secure, stateless, anonymous alternative to key escrow
  28. services.
  29. Package: tang-xinetd
  30. Architecture: all
  31. Depends: ${misc:Depends},
  32. adduser,
  33. moreutils,
  34. tang-common (>= ${source:Version}),
  35. xinetd,
  36. Recommends:
  37. curl,
  38. Description: network-based cryptographic binding server - xinet version
  39. Tang is a service for binding cryptographic keys to network presence.
  40. It offers a secure, stateless, anonymous alternative to key escrow
  41. services.
  42. .
  43. This package uses xinetd to provide the service.
  44. Package: tang-common
  45. Architecture: linux-any
  46. Depends: ${misc:Depends}, ${shlibs:Depends},
  47. adduser,
  48. jose,
  49. libjansson4,
  50. Suggests:
  51. curl,
  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.