control 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  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.1
  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. jose,
  11. libhttp-parser-dev (>= 2.8.0),
  12. libjansson-dev (>= 2.10),
  13. libjose-dev (>= 8),
  14. meson,
  15. pkg-config,
  16. systemd,
  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 (>= 2.10~),
  51. Breaks:
  52. tang (<< 10-3~),
  53. Replaces:
  54. tang (<< 10-3~),
  55. Description: network-based cryptographic binding server - common files
  56. Tang is a service for binding cryptographic keys to network presence.
  57. It offers a secure, stateless, anonymous alternative to key escrow
  58. services.
  59. .
  60. This package provides the files common for both backends.