control 1.3 KB

123456789101112131415161718192021222324252627282930313233
  1. Source: i2pd
  2. Section: net
  3. Priority: optional
  4. Maintainer: r4sas <r4sas@i2pmail.org>
  5. Build-Depends: debhelper (>= 9), dpkg-dev (>= 1.17.2~), gcc (>= 4.7) | clang (>= 3.3), libboost-system-dev (>= 1.46), libboost-date-time-dev (>= 1.46), libboost-filesystem-dev (>= 1.46), libboost-program-options-dev (>= 1.46), libminiupnpc-dev, libssl-dev, zlib1g-dev
  6. Standards-Version: 3.9.6
  7. Homepage: http://i2pd.website/
  8. Vcs-Git: git://github.com/PurpleI2P/i2pd.git
  9. Vcs-Browser: https://github.com/PurpleI2P/i2pd
  10. Package: i2pd
  11. Architecture: any
  12. Pre-Depends: adduser
  13. Depends: ${shlibs:Depends}, ${misc:Depends}, lsb-base,
  14. Description: Full-featured C++ implementation of I2P client.
  15. I2P (Invisible Internet Protocol) is a universal anonymous network layer. All
  16. communications over I2P are anonymous and end-to-end encrypted, participants
  17. don't reveal their real IP addresses.
  18. .
  19. This package contains the full-featured C++ implementation of I2P router.
  20. Package: i2pd-dbg
  21. Architecture: any
  22. Priority: extra
  23. Section: debug
  24. Depends: i2pd (= ${binary:Version}), ${misc:Depends}
  25. Description: i2pd debugging symbols
  26. I2P (Invisible Internet Protocol) is a universal anonymous network layer. All
  27. communications over I2P are anonymous and end-to-end encrypted, participants
  28. don't reveal their real IP addresses.
  29. .
  30. This package contains symbols required for debugging.