1
0

control 1.6 KB

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