2009-01-30 22:32:52 +00:00
|
|
|
Source: i2p
|
2016-03-26 14:44:37 +00:00
|
|
|
Maintainer: zzz <zzz@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
|
2016-03-26 14:44:37 +00:00
|
|
|
Bugs: mailto:zzz@i2pmail.org
|
2016-04-07 14:38:30 +00:00
|
|
|
Homepage: https://geti2p.net/
|
2014-03-13 02:29:41 +00:00
|
|
|
Build-Depends: debhelper (>= 7.0.50~)
|
|
|
|
,ant (>= 1.8)
|
|
|
|
,ant-optional
|
|
|
|
,debconf
|
2016-03-26 17:28:58 +00:00
|
|
|
,openjdk-7-jdk
|
2016-04-01 18:19:06 +00:00
|
|
|
,libjetty8-java, libservlet3.0-java
|
2016-04-04 18:07:43 +00:00
|
|
|
,glassfish-javaee
|
2015-02-18 22:25:24 +00:00
|
|
|
,dh-apparmor
|
2014-03-13 02:29:41 +00:00
|
|
|
,gettext
|
2016-04-29 18:40:02 +00:00
|
|
|
,libgetopt-java
|
2015-06-14 20:12:00 +00:00
|
|
|
,libgmp-dev (>= 2:5.0.5)
|
2016-03-26 13:56:57 +00:00
|
|
|
,libservice-wrapper-java
|
2014-03-13 02:29:41 +00:00
|
|
|
,hardening-wrapper
|
|
|
|
,po-debconf
|
2016-03-21 18:25:17 +00:00
|
|
|
,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,
|
2016-03-21 18:25:17 +00:00
|
|
|
debconf,
|
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
|
2016-10-20 17:23:42 +00:00
|
|
|
Description: I2P anonymous 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
|
2016-04-07 14:38:30 +00:00
|
|
|
Homepage: https://geti2p.net/
|
2016-10-20 17:23:42 +00:00
|
|
|
Description: I2P libjbigi 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
|
2016-10-20 17:23:42 +00:00
|
|
|
Description: I2P developer documentation
|
2014-04-01 21:27:49 +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.
|
|
|
|
.
|
|
|
|
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},
|
2016-10-20 17:23:42 +00:00
|
|
|
openjdk-9-jre-headless | openjdk-8-jre-headless | openjdk-7-jre-headless | default-jre-headless | java9-runtime-headless | java8-runtime-headless | java7-runtime-headless,
|
2016-03-27 12:55:28 +00:00
|
|
|
libecj-java,
|
2016-04-01 18:19:06 +00:00
|
|
|
geoip-database,
|
2016-04-29 16:39:16 +00:00
|
|
|
gettext-base,
|
2016-04-29 18:40:02 +00:00
|
|
|
libgetopt-java,
|
2016-04-04 18:07:43 +00:00
|
|
|
libjetty8-java, libservlet3.0-java,
|
|
|
|
glassfish-javaee
|
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
|
2016-03-21 18:25:17 +00:00
|
|
|
,apparmor
|
2014-03-13 02:29:41 +00:00
|
|
|
,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
|
2016-10-20 17:23:42 +00:00
|
|
|
Description: I2P router
|
2011-05-27 09:33:20 +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-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.
|