Hi Andreas,

Thanks for the bug report - I'll update the classworlds package shortly and upload an fixed version.

Thanks again for your feedback.

Cheers,

Marcus

Andreas Jochens wrote:
Package: classworlds
Version: 1.0.1-1
Severity: serious
Tags: patch

The package FTBFS in a clean chroot environment because a Build-Depends
on 'junit' is missing.

Please add the missing Build-Depends on 'junit' to debian/control.

Please also set JAVA_HOME in debian/rules to the directories used
by the {sun,ibm,blackdown}-j2sdk1.x packages which are created
by java-package.

Regards
Andreas Jochens

diff -urN ../tmp-orig/classworlds-1.0.1/debian/control ./debian/control
--- ../tmp-orig/classworlds-1.0.1/debian/control 2005-04-30 10:22:58.709141990 +0200
+++ ./debian/control 2005-04-30 10:22:51.845185470 +0200
@@ -2,7 +2,7 @@
Section: contrib/devel
Priority: optional
Maintainer: Marcus Crafter <[EMAIL PROTECTED]>
-Build-Depends-Indep: debhelper (>= 4.0.0), libasm-java, libxerces2-java, ant, j2sdk1.4 | java2-compiler
+Build-Depends-Indep: debhelper, junit, libasm-java, libxerces2-java, ant, java2-compiler
Standards-Version: 3.6.1.1
Package: libclassworlds-java
diff -urN ../tmp-orig/classworlds-1.0.1/debian/rules ./debian/rules
--- ../tmp-orig/classworlds-1.0.1/debian/rules 2005-04-30 10:22:58.709141990 +0200
+++ ./debian/rules 2005-04-30 10:13:27.195025342 +0200
@@ -6,6 +6,9 @@
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
+JAVA_HOME_DIRS=/usr/lib/j2sdk1.5-sun /usr/lib/j2sdk1.4-sun /usr/lib/j2sdk1.4-ibm /usr/lib/j2sdk1.4-blackdown
+export JAVA_HOME ?= $(shell for j in $(JAVA_HOME_DIRS); do [ -d "$$j" ] && echo $$j && exit 0; done)
+
configure: configure-stamp
configure-stamp:
dh_testdir





--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Reply via email to