CVS dresden-ocl/debian
Arnaud Vandyck
avdyk at haydn.debian.org
Fri Oct 14 14:01:19 UTC 2005
Update of /cvsroot/pkg-java/dresden-ocl/debian
In directory haydn:/tmp/cvs-serv28651/debian
Modified Files:
changelog control rules
Log Message:
dresden-ocl (1.1-8) unstable; urgency=low
* building with kaffe but not moving to main. I'll move it to main when
I'll be sure the package is correctly build (closes: 306760).
--- /cvsroot/pkg-java/dresden-ocl/debian/changelog 2005/09/20 12:53:52 1.4
+++ /cvsroot/pkg-java/dresden-ocl/debian/changelog 2005/10/14 14:01:18 1.5
@@ -1,3 +1,10 @@
+dresden-ocl (1.1-8) unstable; urgency=low
+
+ * building with kaffe but not moving to main. I'll move it to main when
+ I'll be sure the package is correctly build (closes: 306760).
+
+ -- Arnaud Vandyck <avdyk at debian.org> Fri, 14 Oct 2005 13:57:07 +0200
+
dresden-ocl (1.1-7) unstable; urgency=low
* debian/rules, debian/control: ant transition
--- /cvsroot/pkg-java/dresden-ocl/debian/control 2005/09/20 12:53:53 1.4
+++ /cvsroot/pkg-java/dresden-ocl/debian/control 2005/10/14 14:01:19 1.5
@@ -3,13 +3,13 @@
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
Uploaders: Arnaud Vandyck <avdyk at debian.org>
-Build-Depends-Indep: debhelper (>> 4.0.0), cdbs (>= 0.4.5.3), dpatch (>= 1.11), j2sdk1.4 | j2sdk1.3, ant, libgnujaxp-java, junit, libnsuml-java, sablecc
+Build-Depends-Indep: debhelper (>> 4.0.0), cdbs (>= 0.4.5.3), dpatch (>= 1.11), kaffe | j2sdk1.4 | java2-compiler, ant, ant-optional, junit, libnsuml-java, sablecc
Standards-Version: 3.6.2
Package: libocl-argo-java
Section: contrib/libs
Architecture: all
-Depends: j2re1.3 | j2re1.4 | java2-runtime, junit, libgnujaxp-java, sablecc
+Depends: kaffe | j2re1.3 | j2re1.4 | java2-runtime, junit, sablecc
Suggests: java-virtual-machine
Description: Dresden OCL (Object Constraint Language) Java Toolkit
This package contains part of OCL Toolkit which is needed by ArgoUML.
--- /cvsroot/pkg-java/dresden-ocl/debian/rules 2005/09/20 12:53:53 1.4
+++ /cvsroot/pkg-java/dresden-ocl/debian/rules 2005/10/14 14:01:19 1.5
@@ -13,10 +13,10 @@
include /usr/share/cdbs/1/class/ant.mk
include /usr/share/cdbs/1/rules/simple-patchsys.mk
-JAVA_HOME_DIRS := /usr/lib/j2se/1.4 /usr/local/IBMJava2-ppc-142
+JAVA_HOME_DIRS := /usr/lib/kaffe /usr/lib/j2se/1.4 /usr/local/IBMJava2-ppc-142
ANT_HOME := /usr/share/ant
-DEB_JARS := ant-optional gnujaxp junit sablecc nsuml $(ANT_HOME)/lib/ant-launcher.jar
-DEB_ANT_COMPILER := modern
+DEB_JARS := ant-optional junit sablecc nsuml $(ANT_HOME)/lib/ant-launcher.jar
+DEB_ANT_COMPILER := jikes
DEB_ANT_BUILD_TARGET := jar.ocl-argo
DEB_BUILDDIR := .
DEB_ANT_BUILDFILE := build.xml
More information about the pkg-java-commits
mailing list