[libxerces2-java] 11/61: Debian release 2.6.2-1

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Sun Jun 18 22:23:39 UTC 2017


This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch master
in repository libxerces2-java.

commit 818394f0b78a2b01a444c98e0668273b7d427c07
Author: Stefan Gybas <sgybas at debian.org>
Date:   Sun Jun 6 16:10:30 2004 +0000

    Debian release 2.6.2-1
---
 debian/changelog | 12 ++++++++++++
 debian/control   |  6 +++---
 debian/rules     |  7 +------
 3 files changed, 16 insertions(+), 9 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 71ee5af..04455b1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,15 @@
+libxerces2-java (2.6.2-1) unstable; urgency=low
+
+  * New upstream release
+  * Build with free-java-sdk / SableVM instead of Kaffe so I don't need the
+    ugly LD_LIBRARY_PATH hack any longer (closes: #246468)
+  * Use libgnujaxp-java instead of libxerces-java to call Ant since it's
+    included by the SableVM wrapper automatically. It's a bit strange to use
+    an external XML parser to build an XML parser but such is life...
+  * Change the classpath dependency to classpath-common
+
+ -- Stefan Gybas <sgybas at debian.org>  Sun,  6 Jun 2004 18:00:26 +0200
+
 libxerces2-java (2.6.1-1) unstable; urgency=low
 
   * New upstream release
diff --git a/debian/control b/debian/control
index 1d676cf..8c5becb 100644
--- a/debian/control
+++ b/debian/control
@@ -2,14 +2,14 @@ Source: libxerces2-java
 Section: libs
 Priority: optional
 Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
-Uploaders: Stefan Gybas <sgybas at debian.org>, Takashi Okamoto <tora at debian.org>
-Build-Depends: cdbs (>= 0.4.8), debhelper (>= 4.1.0), kaffe (>= 1.1.3-1), jikes (>= 1.18), libant1.6-java, libxerces-java, libjaxp1.2-java, libxml-commons-resolver1.1-java
+Uploaders: Stefan Gybas <sgybas at debian.org>, Arnaud Vandyck <avdyk at debian.org>, Takashi Okamoto <tora at debian.org>
+Build-Depends: cdbs (>= 0.4.8), debhelper (>= 4.2.0), free-java-sdk, sablevm (>= 1.1.5-1), libgnujaxp-java, libant1.6-java, libjaxp1.2-java, libxml-commons-resolver1.1-java
 Standards-Version: 3.6.1
 
 Package: libxerces2-java
 Architecture: all
 Section: libs
-Depends: classpath | java1-runtime | java2-runtime, libjaxp1.2-java
+Depends: classpath-common | java1-runtime | java2-runtime, libjaxp1.2-java
 Suggests: libxerces2-java-doc
 Description: Validating XML parser for Java with DOM level 3 support
  The Xerces2 Java parser is the reference implementation of XNI, the
diff --git a/debian/rules b/debian/rules
index 03cd1a1..8f9576b 100644
--- a/debian/rules
+++ b/debian/rules
@@ -5,13 +5,8 @@ include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/rules/simple-patchsys.mk
 include /usr/share/cdbs/1/class/ant.mk
 
-# Ugly hack to use a different XML parser than the one that is included
-# with Kaffe. Kaffe's wrapper script does not support overriding BOOTCLASSPATH
-JAVA_HOME := /usr/lib/kaffe
-JAVACMD   := ${JAVA_HOME}/jre/bin/kaffe-bin
+JAVA_HOME := /usr/lib/fjsdk
 ANT_HOME  := /usr/share/ant1.6
-export BOOTCLASSPATH = /usr/share/java/jaxp-1.2.jar:/usr/share/java/xerces.jar:${JAVA_HOME}/jre/lib/rt.jar
-export LD_LIBRARY_PATH = ${JAVA_HOME}/jre/lib/${DEB_ARCH}
 
 # 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

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libxerces2-java.git



More information about the pkg-java-commits mailing list