2014-09-19 02:07:41 +00:00
|
|
|
Source: i2pd
|
|
|
|
Section: net
|
|
|
|
Priority: extra
|
|
|
|
Maintainer: hagen <hagen@i2pmail.org>
|
2015-11-30 06:23:29 +00:00
|
|
|
Build-Depends: debhelper (>= 9.0.0), dpkg-dev (>= 1.16.1~),
|
2015-11-25 07:54:45 +00:00
|
|
|
gcc (>= 4.6) | clang (>= 3.3),
|
2014-09-19 02:07:41 +00:00
|
|
|
libboost-regex-dev,
|
|
|
|
libboost-system-dev (>= 1.46),
|
|
|
|
libboost-date-time-dev,
|
|
|
|
libboost-filesystem-dev,
|
|
|
|
libboost-program-options-dev,
|
2015-11-25 07:54:45 +00:00
|
|
|
libssl-dev
|
2014-09-19 02:07:41 +00:00
|
|
|
Standards-Version: 3.9.3
|
2015-11-25 07:54:45 +00:00
|
|
|
Homepage: https://github.com/PurpleI2P/i2pd
|
|
|
|
Vcs-Git: git://github.com/PurpleI2P/i2pd.git
|
|
|
|
Vcs-Browser: https://github.com/PurpleI2P/i2pd.git
|
2014-09-19 02:07:41 +00:00
|
|
|
|
|
|
|
Package: i2pd
|
|
|
|
Architecture: any
|
2015-12-16 13:22:55 +00:00
|
|
|
Pre-Depends: adduser
|
2014-09-19 02:07:41 +00:00
|
|
|
Depends: ${shlibs:Depends}, ${misc:Depends}
|
2015-11-27 12:09:31 +00:00
|
|
|
Recommends: privoxy
|
|
|
|
Suggests: tor
|
|
|
|
Description: load-balanced unspoofable packet switching network - C++ port
|
|
|
|
I2P is an anonymizing network, offering a simple layer that identity-sensitive
|
|
|
|
applications can use to securely communicate. All data is wrapped with several
|
|
|
|
layers of encryption, and the network is both distributed and dynamic, with no
|
|
|
|
trusted parties.
|
|
|
|
.
|
|
|
|
This package contains the port of the I2P router to C++. Unless willing
|
|
|
|
to test and report problems, you should install the 'i2p' package instead.
|
|
|
|
|
|
|
|
Package: i2pd-dbg
|
|
|
|
Architecture: any
|
|
|
|
Priority: extra
|
|
|
|
Section: debug
|
2015-11-27 13:35:09 +00:00
|
|
|
Depends: i2pd (= ${binary:Version}), ${misc:Depends}
|
2015-11-27 12:09:31 +00:00
|
|
|
Description: i2pd debugging symbols
|
|
|
|
I2P is an anonymizing network, offering a simple layer that identity-sensitive
|
|
|
|
applications can use to securely communicate. All data is wrapped with several
|
|
|
|
layers of encryption, and the network is both distributed and dynamic, with no
|
|
|
|
trusted parties.
|
|
|
|
.
|
|
|
|
This package contains symbols required for debugging.
|