Package: forrest
Version: 0.5.1-4
Severity: normal
Tags: patch

Please Build-Depend on j2sdk1.4 instead of j2sdk1.3, because j2sdk1.3 is not
available on many architectures (e.g. amd64 and ppc64).

Please also amend debian/rules to set JAVA_HOME to the appropriate directory.
Without this, it is not possible to autobuild the package.

Regards
Andreas Jochens

diff -urN ../tmp-orig/forrest-0.5.1/debian/control ./debian/control
--- ../tmp-orig/forrest-0.5.1/debian/control    2004-08-29 14:10:27.000000000 
+0000
+++ ./debian/control    2004-11-03 16:07:15.411359280 +0000
@@ -2,8 +2,7 @@
 Section: contrib/devel
 Priority: optional
 Maintainer: Marcus Crafter <[EMAIL PROTECTED]>
-Build-Depends-Indep: debhelper (>= 4.0.0), j2sdk1.3 | java2-compiler,
- xsltproc, ant
+Build-Depends-Indep: debhelper (>= 4.0.0), j2sdk1.4 | java2-compiler, 
xsltproc, ant, docbook-xsl
 Standards-Version: 3.6.1.1
 
 Package: forrest
diff -urN ../tmp-orig/forrest-0.5.1/debian/rules ./debian/rules
--- ../tmp-orig/forrest-0.5.1/debian/rules      2004-08-29 14:18:19.000000000 
+0000
+++ ./debian/rules      2004-11-03 16:04:20.681922192 +0000
@@ -9,6 +9,8 @@
 # Forrest is installed into this location
 export FORREST_DIR=/usr/share/forrest
 
+JAVA_HOME_DIRS=/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:


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

Reply via email to