This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository libxml-commons-resolver1.1-java.
commit 8594efc142f5e409acd177babed6b3a17f5e23d5 Author: Arnaud Vandyck <[email protected]> Date: Fri Sep 23 16:16:28 2005 +0000 libxml-commons-resolver1.1-java (1.1-5) unstable; urgency=low * build with kaffe, no more with sablevm * policy 3.6.2, no change needed * ant transition (closes: #326437) -- Arnaud Vandyck <[email protected]> Fri, 23 Sep 2005 17:47:14 +0200 --- debian/changelog | 8 ++++++++ debian/control | 4 ++-- debian/rules | 7 +++---- 3 files changed, 13 insertions(+), 6 deletions(-) diff --git a/debian/changelog b/debian/changelog index 52d02ee..d7b9391 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +libxml-commons-resolver1.1-java (1.1-5) unstable; urgency=low + + * build with kaffe, no more with sablevm + * policy 3.6.2, no change needed + * ant transition (closes: #326437) + + -- Arnaud Vandyck <[email protected]> Fri, 23 Sep 2005 17:47:14 +0200 + libxml-commons-resolver1.1-java (1.1-4) unstable; urgency=low * added CatalogManager.properties to /etc/xml/resolver (closes: #268786) diff --git a/debian/control b/debian/control index 776d22b..4fc2df4 100644 --- a/debian/control +++ b/debian/control @@ -3,8 +3,8 @@ Section: libs Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Stefan Gybas <[email protected]>, Arnaud Vandyck <[email protected]> -Build-Depends: cdbs (>= 0.4.8), debhelper (>= 4.2.0), sablevm (>= 1.1.5), jikes, libant1.6-java, libxerces-java, libjaxp1.2-java -Standards-Version: 3.6.1 +Build-Depends: cdbs (>= 0.4.8), debhelper (>= 4.2.0), kaffe, jikes, ant, libxerces-java, libjaxp1.2-java +Standards-Version: 3.6.2 Package: libxml-commons-resolver1.1-java Architecture: all diff --git a/debian/rules b/debian/rules index 9c56245..aad8265 100755 --- a/debian/rules +++ b/debian/rules @@ -7,13 +7,12 @@ include /usr/share/cdbs/1/class/ant.mk API_VERSION := 1.1 # These two must be specified -#JAVACMD := /usr/bin/kaffe -JAVACMD := /usr/bin/java-sablevm -ANT_HOME := /usr/share/ant1.6 +JAVACMD := /usr/bin/kaffe +ANT_HOME := /usr/share/ant # 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 := xerces /usr/share/ant1.6/lib/ant-launcher.jar jaxp-1.2 +DEB_JARS := xerces $(ANT_HOME)/lib/ant-launcher.jar jaxp-1.2 # Build compiler DEB_ANT_COMPILER := jikes -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libxml-commons-resolver1.1-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

