control 1.7 KB

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