forked from I2P_Developers/i2p.i2p

This commit splits the i2p package into a second package, i2p-router. * The new 'i2p-router' package does not depend on the java-wrapper nor jbigi. Jbigi is recommended. This package can be installed on the ports or distributions that the java-wrapper is not available for. * The new 'i2p' package depends on i2p-router, libjbigi-jni, and the java-wrapper. This package will add the i2psvc system user and the initscript. Existing users of the i2p package will have the i2p-router package pulled in automatically and for them there will be no usability changes. Executive summary: No functionality changes will take place for either those that installed the i2p package in the past or those that install the newly split i2p package. For them, "The Song Remains the Same."
92 lines
2.8 KiB
Plaintext
92 lines
2.8 KiB
Plaintext
Source: i2p
|
|
Maintainer: Kill Your TV <killyourtv@i2pmail.org>
|
|
Section: net
|
|
Standards-Version: 3.9.2
|
|
Priority: optional
|
|
Bugs: mailto:killyourtv@i2pmail.org
|
|
Homepage: http://www.i2p2.de/
|
|
Build-Depends: debhelper (>= 7.0.50~),
|
|
ant,
|
|
debconf,
|
|
default-jdk,
|
|
libgmp3-dev,
|
|
po-debconf
|
|
Build-Depends-Indep: tor-geoipdb
|
|
|
|
Package: i2p
|
|
Architecture: all
|
|
Section: net
|
|
Priority: optional
|
|
Depends: ${misc:Depends}, ${java:Depends}, ${shlibs:Depends}, default-jre | java5-runtime | java6-runtime,
|
|
adduser,
|
|
i2p-router (>= 0.8.6-5),
|
|
libjbigi-jni (>= ${source:Version}),
|
|
libjbigi-jni (<< ${source:Version}.1~),
|
|
lsb-base (>= 3.2-14),
|
|
service-wrapper
|
|
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.
|
|
.
|
|
This package depends on the router, jbigi, the java service wrapper, and
|
|
includes support to run I2P as a daemon.
|
|
|
|
Package: libjbigi-jni
|
|
Architecture: any
|
|
Section: java
|
|
Priority: optional
|
|
Depends: ${misc:Depends}, ${shlibs:Depends}
|
|
Homepage: http://www.i2p2.de/jbigi
|
|
Description: Java Big Integer library
|
|
This Package contains the libjbigi JNI library
|
|
.
|
|
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.
|
|
|
|
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.
|
|
|
|
Package: i2p-router
|
|
Architecture: all
|
|
Section: net
|
|
Priority: optional
|
|
Depends: ${misc:Depends}, ${java:Depends}, ${shlibs:Depends}, default-jre | java5-runtime | java6-runtime
|
|
Replaces: i2p ( << 0.8.6-5)
|
|
Breaks: i2p (<< 0.8.6-5)
|
|
Recommends: libjbigi-jni (>= ${source:Version}), libjbigi-jni (<< ${source:Version}.1~)
|
|
Suggests: tor,
|
|
i2p-messenger,
|
|
i2p-tahoe-lafs,
|
|
imule,
|
|
i2pfox,
|
|
irc-client,
|
|
jircii,
|
|
mail-client,
|
|
mail-reader,
|
|
news-reader,
|
|
polipo,
|
|
privoxy,
|
|
robert,
|
|
syndie,
|
|
www-browser,
|
|
xul-ext-torbutton
|
|
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.
|