Package: aspectj
Version: 1.1.1-1
Severity: wishlist
Tags: patch

Please allow to build the package with blackdown-j2sdk1.4 and ibm-j2sdk1.4.
On some architectures like amd64 and ppc64 there is no sun-j2sdk1.4
available.

Regards
Andreas Jochens

diff -urN ../tmp-orig/aspectj-1.1.1/debian/control ./debian/control
--- ../tmp-orig/aspectj-1.1.1/debian/control    2004-10-04 12:44:53.726409616 
+0200
+++ ./debian/control    2004-10-04 12:43:43.439094912 +0200
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Takashi Okamoto <[EMAIL PROTECTED]>
 Uploaders: James LewisMoss <[EMAIL PROTECTED]>
-Build-Depends-Indep: debhelper (>> 3.0.0), sun-j2sdk1.4
+Build-Depends-Indep: debhelper (>> 3.0.0), j2sdk1.4
 Standards-Version: 3.5.8
 
 Package: aspectj
diff -urN ../tmp-orig/aspectj-1.1.1/debian/rules ./debian/rules
--- ../tmp-orig/aspectj-1.1.1/debian/rules      2004-10-04 12:44:53.727409464 
+0200
+++ ./debian/rules      2004-10-04 12:37:06.462444536 +0200
@@ -10,7 +10,7 @@
 
 VERSION=1.1.1
 
-jdk_dirs:=/usr/lib/j2sdk1.4-sun
+jdk_dirs:=/usr/lib/j2sdk1.4-sun /usr/lib/j2sdk1.4-ibm 
/usr/lib/j2sdk1.4-blackdown
 JAVA_HOME=$(shell for jdir in $(jdk_dirs); do if [ -d "$$jdir" ]; then echo 
$$jdir; exit 0; fi; done)
 
 CLASSPATH=.:${JAVA_HOME}/lib/tools.jar:${JAVA_HOME}/jre/lib/rt.jar


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

Reply via email to