MoveToUniverse
The purpose of this page is to evaluate java applications/libraries for a move from multiverse to universe.
Here is a command to find which multiverse packages with 'java' in name are in Debian main. You need to have multiverse repository enabled in /etc/apt/sources.list
grep 'java' /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_*_multiverse_binary-i386_Packages |grep Package|cut -d ':' -f 2|xargs rmadison -u debian|grep ' unstable |'
In case you have deb-src line for jaunty (multiverse) in your /etc/apt/sources.list file use following commands.
grep-dctrl -sPackage -F Build-Depends,Build-Depends-Indep java-gcj-compat-dev /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_jaunty_multiverse_source_Sources |cut -d ':' -f 2|xargs rmadison -u debian|grep ' unstable |'
grep-dctrl -sPackage -F Build-Depends,Build-Depends-Indep sun-java5-jdk /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_jaunty_multiverse_source_Sources |cut -d ':' -f 2|xargs rmadison -u debian|grep ' unstable |'
grep-dctrl -sPackage -F Build-Depends,Build-Depends-Indep sun-java6-jdk /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_jaunty_multiverse_source_Sources |cut -d ':' -f 2|xargs rmadison -u debian|grep ' unstable |'
In case you don't have deb-src line for jaunty (multiverse) in your /etc/apt/sources.list file ...
Few more commands that will help you which java applications or libraries package live in multiverse in Ubuntu but are in Debian main. The versions in both archives may not be same.
reverse-build-depends sun-java5-jdk|sort -u|xargs rmadison|grep 'jaunty/multiverse'|cut -d '|' -f1|xargs rmadison -u debian|grep ' unstable |'
reverse-build-depends sun-java6-jdk|sort -u|xargs rmadison|grep 'jaunty/multiverse'|cut -d '|' -f1|xargs rmadison -u debian|grep ' unstable |'
reverse-build-depends java-gcj-compat-dev|sort -u|xargs rmadison|grep 'jaunty/multiverse'|cut -d '|' -f1|xargs rmadison -u debian|grep ' unstable |'
Package Name |
Build with OpenJDK |
Build with GCJ |
Any license problems |
Any multiverse dependencies |
Bug number(s) if any |
bytecode |
? |
? |
? |
? |
|
libjdic-java |
? |
? |
? |
? |
|
libjibx-java |
? |
? |
? |
? |
|
libjogl-java |
Yes |
|
No |
|
|
libswingx-java |
? |
? |
? |
? |
|
worldwind |
? |
? |
? |
libjogl-java |
|
JavaTeam/MoveToUniverse (last edited 2008-12-15 10:47:52 by 220)