CVS libbsf-java/debian
Arnaud Vandyck
avdyk@haydn.debian.org
Thu Jun 2 22:40:11 2005
Update of /cvsroot/pkg-java/libbsf-java/debian
In directory haydn:/tmp/cvs-serv25044/debian
Modified Files:
changelog control docs rules
Log Message:
move to main, thanks to Wolfgang
--- /cvsroot/pkg-java/libbsf-java/debian/changelog 2005/03/22 22:14:42 1.4
+++ /cvsroot/pkg-java/libbsf-java/debian/changelog 2005/06/02 22:39:15 1.5
@@ -1,3 +1,20 @@
+libbsf-java (1:2.3.0+cvs20050308-3) experimental; urgency=low
+
+ * Move to main (together with libxalan2-java)
+ * Added BeanShell as supported scripting language to description
+ (provides its own bsf adapter) and also to Suggests
+ * Enabled junit tests and added junit to build-dependencies
+ + Removed unsupported script engines from tests
+ (03_RemoveUnsupportedTestcases.patch)
+ * Included documentation html files
+ * Unified build.xml patch (02_Build_xml.patch)
+ + Incorporated former 02_Build_Javadoc.patch to exclude test classes
+ + Fixed jar target to not include test classes
+ + Added correct classpath for test target
+ + Added target=1.3 as javac option to support JDK 1.3
+
+ -- Wolfgang Baer <WBaer@gmx.de> Wed, 11 May 2005 19:14:16 +0200
+
libbsf-java (1:2.3.0+cvs20050308-2) unstable; urgency=low
* Fixed depends (as non-free vm's do not provide java1-runtime)
--- /cvsroot/pkg-java/libbsf-java/debian/control 2005/03/22 22:14:42 1.4
+++ /cvsroot/pkg-java/libbsf-java/debian/control 2005/06/02 22:39:15 1.5
@@ -1,16 +1,16 @@
Source: libbsf-java
-Section: contrib/libs
+Section: libs
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Stefan Gybas <sgybas@debian.org>, Arnaud Vandyck <avdyk@debian.org>, Wolfgang Baer <WBaer@gmx.de>
-Build-Depends-Indep: debhelper (>= 4.2.30), cdbs, libant1.6-java, kaffe (>=2:1.1.4.PRECVS9-1), libservlet2.3-java, libxalan2-java, jython, rhino
+Build-Depends-Indep: debhelper (>= 4.2.30), cdbs, libant1.6-java, kaffe (>=2:1.1.5-1), libservlet2.3-java, libxalan2-java, jython, rhino, junit
Standards-Version: 3.6.1
Package: libbsf-java
Architecture: all
-Section: contrib/libs
+Section: libs
Depends: kaffe | java1-runtime | java2-runtime
-Suggests: libservlet2.3-java, libxalan2-java, jython, rhino
+Suggests: libservlet2.3-java, libxalan2-java, jython, rhino, bsh
Description: Bean Scripting Framework to support scripting languages in Java
Bean Scripting Framework (BSF) is a set of Java classes which provides
scripting language support within Java applications, and access to Java
@@ -26,6 +26,7 @@
* Python (using Jython)
* JavaScript (using rhino)
* XSLT Stylesheets (as a component of Apache XML project's Xalan and Xerces)
+ * BeanShell (using bsh) via its own bsf adapter
.
Support for Tcl, NetRexx is not available in this Debian
package since Jacl, NetRexx (non-free) are not packaged.
--- /cvsroot/pkg-java/libbsf-java/debian/docs 2005/03/22 22:14:43 1.1
+++ /cvsroot/pkg-java/libbsf-java/debian/docs 2005/06/02 22:39:15 1.2
@@ -1 +1,2 @@
build/javadocs
+docs
--- /cvsroot/pkg-java/libbsf-java/debian/rules 2005/03/22 22:14:43 1.4
+++ /cvsroot/pkg-java/libbsf-java/debian/rules 2005/06/02 22:39:15 1.5
@@ -7,18 +7,14 @@
export UPSTREAM_VERSION = 2.3.0
-# Java and Ant home (required)
JAVA_HOME := /usr/lib/kaffe
ANT_HOME := /usr/share/ant1.6
-# Additional JARs to add to the class path, either full path or just the
-# basename for JARs in /usr/share/java. The ".jar" suffix may also be ommitted
-DEB_JARS := ${ANT_HOME}/lib/ant-launcher.jar xalan2 servlet-2.3 jython js
-
-# Build compiler
+DEB_JARS := ${ANT_HOME}/lib/ant-launcher.jar xalan2 servlet-2.3 jython js ${ANT_HOME}/lib/ant-junit.jar junit
DEB_ANT_COMPILER := jikes
DEB_ANT_BUILD_TARGET := compile javadocs
+DEB_ANT_CHECK_TARGET := test
install/libbsf-java::
install -m 644 build/lib/bsf.jar debian/libbsf-java/usr/share/java/bsf-$(UPSTREAM_VERSION).jar