control 1.3 KB

123456789101112131415161718192021222324252627282930
  1. Source: cjdns
  2. Section: comm
  3. Priority: optional
  4. Maintainer: Sergey "Shnatsel" Davidoff <shnatsel@gmail.com>
  5. Build-Depends: debhelper (>= 9.20160114), nodejs (>= 0.8.15) | wget, python (>= 2.7),
  6. dh-systemd (>= 1.5), dh-python (>= 1.20141111-2)
  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-dynamic
  22. Architecture: any
  23. Priority: extra
  24. Depends: cjdns (= ${binary:Version}), ${misc:Depends}, python (>= 2.7)
  25. Description: cjdns dynamic DNS peer resolver service
  26. This package contains a dynamic DNS peer resolver script that allows you to use
  27. hostnames instead of IP addresses for your cjdns mesh network peers. This
  28. package is configured through /etc/cjdns-dynamic.conf