2009-01-30 22:32:52 +00:00
|
|
|
Source: i2p
|
2011-05-25 23:09:58 +00:00
|
|
|
Maintainer: Kill Your TV <killyourtv@i2pmail.org>
|
2009-01-30 22:32:52 +00:00
|
|
|
Section: net
|
2015-02-18 22:25:24 +00:00
|
|
|
Standards-Version: 3.9.6
|
2009-01-30 22:32:52 +00:00
|
|
|
Priority: optional
|
2011-05-25 23:09:58 +00:00
|
|
|
Bugs: mailto:killyourtv@i2pmail.org
|
2014-03-13 02:29:41 +00:00
|
|
|
Homepage: https://geti2p.net
|
|
|
|
Build-Depends: debhelper (>= 7.0.50~)
|
|
|
|
,ant (>= 1.8)
|
|
|
|
,ant-optional
|
|
|
|
,debconf
|
2015-12-06 03:08:23 +00:00
|
|
|
,default-jdk | openjdk-7-jdk
|
2015-02-18 22:25:24 +00:00
|
|
|
,dh-apparmor
|
2014-03-13 02:29:41 +00:00
|
|
|
,gettext
|
2015-06-14 20:12:00 +00:00
|
|
|
,libgmp-dev (>= 2:5.0.5)
|
2014-03-13 02:29:41 +00:00
|
|
|
# uncomment the next line for official builds
|
|
|
|
# ,libservice-wrapper-java
|
|
|
|
,libcommons-logging-java
|
|
|
|
,hardening-wrapper
|
|
|
|
,po-debconf
|
|
|
|
# Uncomment the next line for Debian unstable or Ubuntu Saucy (and newer)
|
|
|
|
# ,dh-systemd
|
2009-01-30 22:32:52 +00:00
|
|
|
|
|
|
|
Package: i2p
|
2011-05-25 23:09:58 +00:00
|
|
|
Architecture: all
|
2009-01-30 22:32:52 +00:00
|
|
|
Section: net
|
|
|
|
Priority: optional
|
2014-04-06 16:04:17 +00:00
|
|
|
Depends: ${java:Depends}, ${shlibs:Depends},
|
2011-10-08 10:40:15 +00:00
|
|
|
adduser,
|
2011-05-27 09:33:20 +00:00
|
|
|
i2p-router (>= 0.8.6-5),
|
2012-11-18 18:52:13 +00:00
|
|
|
libjbigi-jni,
|
2011-06-22 21:31:31 +00:00
|
|
|
lsb-base,
|
2011-10-08 10:40:15 +00:00
|
|
|
service-wrapper
|
2010-10-31 19:41:55 +00:00
|
|
|
Description: Load-balanced unspoofable packet switching network
|
2009-01-30 22:32:52 +00:00
|
|
|
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.
|
2011-05-27 09:33:20 +00:00
|
|
|
.
|
|
|
|
This package depends on the router, jbigi, the java service wrapper, and
|
|
|
|
includes support to run I2P as a daemon.
|
2011-05-25 23:09:58 +00:00
|
|
|
|
|
|
|
Package: libjbigi-jni
|
|
|
|
Architecture: any
|
|
|
|
Section: java
|
|
|
|
Priority: optional
|
2014-04-01 21:27:49 +00:00
|
|
|
Depends: ${shlibs:Depends}, i2p-router
|
2011-05-25 23:09:58 +00:00
|
|
|
Homepage: http://www.i2p2.de/jbigi
|
|
|
|
Description: Java Big Integer library
|
2011-08-18 17:36:00 +00:00
|
|
|
This Package contains the libjbigi JNI library (and on x86 platforms, jcpuid).
|
2011-05-25 23:09:58 +00:00
|
|
|
.
|
|
|
|
libjbigi is a math library that is part of the I2P installation. Use of this
|
|
|
|
library greatly enhances the efficiency of cryptographic algorithms, such as
|
|
|
|
the ones used by I2P. You can expect to see a 5-7x speed improvement on certain
|
|
|
|
tasks, such as elGamal encryption/decryption.
|
|
|
|
|
2014-04-01 21:27:49 +00:00
|
|
|
Package: i2p-doc
|
|
|
|
Architecture: all
|
|
|
|
Section: doc
|
|
|
|
Depends: ${misc:Depends}
|
|
|
|
Suggests: i2p, default-jdk-doc
|
|
|
|
Description: Documentation for I2P
|
|
|
|
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 Javadoc files.
|
2011-05-27 09:33:20 +00:00
|
|
|
|
|
|
|
Package: i2p-router
|
|
|
|
Architecture: all
|
|
|
|
Section: net
|
|
|
|
Priority: optional
|
2012-01-01 23:31:41 +00:00
|
|
|
Depends: ${misc:Depends}, ${java:Depends}, ${shlibs:Depends},
|
2015-12-06 03:08:23 +00:00
|
|
|
openjdk-8-jre-headless | openjdk-7-jre-headless | default-jre-headless | java8-runtime-headless | java7-runtime-headless, libecj-java
|
2011-05-27 09:33:20 +00:00
|
|
|
Replaces: i2p ( << 0.8.6-5)
|
|
|
|
Breaks: i2p (<< 0.8.6-5)
|
2014-03-13 02:29:41 +00:00
|
|
|
Recommends: libjbigi-jni, ttf-dejavu
|
|
|
|
Suggests: tor
|
|
|
|
,i2p-messenger
|
|
|
|
,i2phex
|
|
|
|
,i2p-tahoe-lafs
|
|
|
|
,imule
|
|
|
|
,irc-client
|
|
|
|
,itoopie
|
|
|
|
,mail-client
|
|
|
|
,mail-reader
|
|
|
|
,news-reader
|
|
|
|
,polipo
|
2015-02-18 22:25:24 +00:00
|
|
|
,privoxy
|
2014-03-13 02:29:41 +00:00
|
|
|
,robert
|
|
|
|
,syndie
|
|
|
|
,www-browser
|
|
|
|
,xul-ext-torbutton
|
2011-05-27 09:33:20 +00:00
|
|
|
Description: Load-balanced unspoofable packet switching network
|
|
|
|
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.
|
2011-08-18 17:36:00 +00:00
|
|
|
.
|
|
|
|
TrueType fonts (such as those provided in the package ttf-dejavu) are required
|
2011-10-08 10:40:15 +00:00
|
|
|
in order to generate graphs.
|