control 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. Source: cjdns
  2. Section: comm
  3. Priority: optional
  4. Maintainer: Sergey "Shnatsel" Davidoff <shnatsel@gmail.com>
  5. Build-Depends: debhelper (>= 8.0.0), nodejs (>= 0.8.15) | wget, python (>= 2.7),
  6. dh-systemd (>= 1.5)
  7. Standards-Version: 3.9.5
  8. Homepage: https://github.com/cjdelisle/cjdns/
  9. Vcs-Git: git://github.com/cjdelisle/cjdns.git
  10. Vcs-Browser: https://github.com/cjdelisle/cjdns/
  11. X-Python-Version: >= 2.7
  12. Package: cjdns
  13. Architecture: any
  14. Depends: ${shlibs:Depends}, ${misc:Depends}, python (>= 2.7)
  15. Suggests: cjdns-dynamic
  16. Description: Encrypted networking for regular people
  17. Cjdns implements an encrypted IPv6 network using public key cryptography
  18. for address allocation and a distributed hash table for routing.
  19. This provides near zero-configuration networking without many of the security
  20. and robustness issues that regular IPv4 and IPv6 networks have.
  21. Package: cjdns-dbg
  22. Architecture: any
  23. Section: debug
  24. Priority: extra
  25. Depends: cjdns (= ${binary:Version}), ${misc:Depends}
  26. Enhances: cjdns
  27. Description: Encrypted networking for regular people (debugging symbols)
  28. Cjdns implements an encrypted IPv6 network using public key cryptography
  29. for address allocation and a distributed hash table for routing.
  30. This provides near zero-configuration networking without many of the security
  31. and robustness issues that regular IPv4 and IPv6 networks have.
  32. .
  33. This package contains debugging symbols for cjdns.
  34. Package: cjdns-dynamic
  35. Architecture: any
  36. Priority: extra
  37. Depends: cjdns (= ${binary:Version}), ${misc:Depends}, python (>= 2.7)
  38. Description: cjdns dynamic DNS peer resolver service
  39. This package contains a dynamic DNS peer resolver script that allows you to use
  40. hostnames instead of IP addresses for your cjdns mesh network peers. This
  41. package is configured through /etc/cjdns-dynamic.conf