I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit 915755b3 authored by kytv's avatar kytv
Browse files

By request: Tighten package dependencies so that the -headless packages are

installed by default if a JRE isn't installed yet. Since the packages
previously depended on "default-jre|java5-runtime|java6-runtime", an
already-installed headless package would have satisfied the dependency.
parent 255ccdcb
No related branches found
No related tags found
No related merge requests found
i2p (0.8.7-5) stable; urgency=low
* Depend on default-jre-headless | java5-runtime-headless |
java6-runtime-headless instead of the non-headless versions. Sure the
-headless packages fulfilled the dependency, but this way it should pull in
the headless package by default.
* Remove unused lock from core/java/src/net/i2p/crypto/ElGamalEngine.java to
fix lock-ups on arm/ppc CPUs
-- Kill Your TV <killyourtv@i2pmail.org> Mon, 01 Aug 2011 17:51:14 +0000
i2p (0.8.7-4) stable; urgency=low i2p (0.8.7-4) stable; urgency=low
* Change to allow jbigi to be built on non-x86 * Change to allow jbigi to be built on non-x86
......
...@@ -18,7 +18,7 @@ Package: i2p ...@@ -18,7 +18,7 @@ Package: i2p
Architecture: all Architecture: all
Section: net Section: net
Priority: optional Priority: optional
Depends: ${misc:Depends}, ${java:Depends}, ${shlibs:Depends}, default-jre | java5-runtime | java6-runtime, Depends: ${misc:Depends}, ${java:Depends}, ${shlibs:Depends},
adduser, adduser,
i2p-router (>= 0.8.6-5), i2p-router (>= 0.8.6-5),
libjbigi-jni (>= ${source:Version}), libjbigi-jni (>= ${source:Version}),
...@@ -65,12 +65,13 @@ Package: i2p-router ...@@ -65,12 +65,13 @@ Package: i2p-router
Architecture: all Architecture: all
Section: net Section: net
Priority: optional Priority: optional
Depends: ${misc:Depends}, ${java:Depends}, ${shlibs:Depends}, default-jre | java5-runtime | java6-runtime Depends: ${misc:Depends}, ${java:Depends}, ${shlibs:Depends}, default-jre-headless | java5-runtime-headless | java6-runtime-headless
Replaces: i2p ( << 0.8.6-5) Replaces: i2p ( << 0.8.6-5)
Breaks: i2p (<< 0.8.6-5) Breaks: i2p (<< 0.8.6-5)
Recommends: libjbigi-jni (>= ${source:Version}), libjbigi-jni (<< ${source:Version}.1~) Recommends: libjbigi-jni (>= ${source:Version}), libjbigi-jni (<< ${source:Version}.1~)
Suggests: tor, Suggests: tor,
i2p-messenger, i2p-messenger,
i2phex,
i2p-tahoe-lafs, i2p-tahoe-lafs,
imule, imule,
i2pfox, i2pfox,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment