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

Skip to content
Snippets Groups Projects
Commit 74f4859e authored by kytv's avatar kytv
Browse files

explicitly prefer openjdk-*-headless over default-jre-headless.

On Debian Squeeze the default-jre-* packages point to gij/gcj which is suboptimal.
Openjdk cannot be forced since not all platforms--such as kFreeBSD--have it as
an available option.
parent addfff86
No related branches found
No related tags found
No related merge requests found
......@@ -20,8 +20,7 @@ Priority: optional
Depends: ${misc:Depends}, ${java:Depends}, ${shlibs:Depends},
adduser,
i2p-router (>= 0.8.6-5),
libjbigi-jni (>= ${source:Version}),
libjbigi-jni (<< ${source:Version}.1~),
libjbigi-jni,
lsb-base,
service-wrapper
Description: Load-balanced unspoofable packet switching network
......@@ -65,7 +64,7 @@ Architecture: all
Section: net
Priority: optional
Depends: ${misc:Depends}, ${java:Depends}, ${shlibs:Depends},
default-jre-headless | java5-runtime-headless | java6-runtime-headless, libecj-java
openjdk-6-jre-headless | openjdk-7-jre-headless | default-jre-headless | java5-runtime-headless | java6-runtime-headless, libecj-java
Replaces: i2p ( << 0.8.6-5)
Breaks: i2p (<< 0.8.6-5)
Recommends: libjbigi-jni (>= ${source:Version}), libjbigi-jni (<< ${source:Version}.1~), ttf-dejavu
......
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