control 1.2 KB

1234567891011121314151617181920212223242526272829303132
  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
  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. Package: cjdns
  11. Architecture: any
  12. Depends: ${shlibs:Depends}, ${misc:Depends}
  13. Description: Encrypted networking for regular people
  14. Cjdns implements an encrypted IPv6 network using public key cryptography
  15. for address allocation and a distributed hash table for routing.
  16. This provides near zero-configuration networking without many of the security
  17. and robustness issues that regular IPv4 and IPv6 networks have.
  18. Package: cjdns-dbg
  19. Architecture: any
  20. Section: debug
  21. Priority: extra
  22. Depends: cjdns (= ${binary:Version}), ${misc:Depends}
  23. Enhances: cjdns
  24. Description: Encrypted networking for regular people (debugging symbols)
  25. Cjdns implements an encrypted IPv6 network using public key cryptography
  26. for address allocation and a distributed hash table for routing.
  27. This provides near zero-configuration networking without many of the security
  28. and robustness issues that regular IPv4 and IPv6 networks have.
  29. .
  30. This package contains debugging symbols for cjdns.