tag 641378 + patch thanks The attached patch solves this issue. BTW, the default-jdk on s390 recently switched to openjdk-6-jdk, so I'm not sure if the conditional setting of JAVA_HOME is still needed.
-- Miguel Landaeta, miguel at miguel.cc secure email with PGP 0x7D8967E9 available at http://keyserver.pgp.com/ "Faith means not wanting to know what is true." -- Nietzsche
--- sat4j-2.3.0/debian/rules 2011-08-09 18:04:02.000000000 -0430 +++ sat4j-2.3.0/debian/rules 2011-09-13 08:00:15.000000000 -0430 @@ -9,11 +9,7 @@ # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 -ifeq (s390,$(shell dpkg --print-architecture)) - JAVA_HOME := /usr/lib/jvm/java-6-cacao -else - JAVA_HOME := /usr/lib/jvm/java-6-openjdk -endif +JAVA_HOME := /usr/lib/jvm/default-java DEB_JARS := ant ant-launcher ant-junit commons-cli commons-beanutils js junit4 jmock hamcrest-core DEB_CLASSPATH = $(shell for jar in $(DEB_JARS:%=/usr/share/java/%.jar); do \
signature.asc
Description: Digital signature

