summaryrefslogtreecommitdiff
diff options
authorMatthias Klose <doko@ubuntu.com>2009-10-18 16:45:48 +0200
committergit-ubuntu importer <ubuntu-devel-discuss@lists.ubuntu.com>2009-10-19 13:46:43 +0000
commita8730908373b5b5a2127985fe5069656d29eb899 (patch)
tree27cf8bf00e2e634db4b5cd9b14148042bac7d9c5
parenta55a14998389b0c00f222f572d18357988ccfca4 (diff)
Imported using git-ubuntu import.
Notes
Notes: * Merge with Debian; remaining changes: - Suggest libxerces2-java-gcj instead of recommending it.
-rw-r--r--debian/changelog35
-rw-r--r--debian/control6
2 files changed, 38 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog
index a7f3833..9003c58 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+libxerces2-java (2.9.1-4ubuntu1) karmic; urgency=low
+
+ * Merge with Debian; remaining changes:
+ - Suggest libxerces2-java-gcj instead of recommending it.
+
+ -- Matthias Klose <doko@ubuntu.com> Sun, 18 Oct 2009 16:45:48 +0200
+
libxerces2-java (2.9.1-4) unstable; urgency=low
* Upload to unstable.
@@ -21,6 +28,34 @@ libxerces2-java (2.9.1-3) experimental; urgency=low
-- Ludovic Claude <ludovic.claude@laposte.net> Thu, 07 May 2009 20:44:34 +0100
+libxerces2-java (2.9.1-2ubuntu4) karmic; urgency=low
+
+ * debian/control: Fix FTBFS on certain archs by reverting previous change
+ and suggest the -gcj package on all archs (rather than trying to recommend
+ it on a few) (LP: #386307)
+
+ -- Thierry Carrez <thierry.carrez@ubuntu.com> Tue, 18 Aug 2009 11:47:48 +0200
+
+libxerces2-java (2.9.1-2ubuntu3) karmic; urgency=low
+
+ * debian/control: Only suggest -gcj on selected architectures, and
+ build libxerces2-java architecture "any" to have it work (LP: #386307)
+
+ -- Thierry Carrez <thierry.carrez@ubuntu.com> Fri, 14 Aug 2009 13:58:16 +0200
+
+libxerces2-java (2.9.1-2ubuntu2) intrepid; urgency=low
+
+ * Set java source and target version to 1.4. LP: #264808.
+
+ -- Matthias Klose <doko@ubuntu.com> Tue, 30 Sep 2008 00:09:46 +0200
+
+libxerces2-java (2.9.1-2ubuntu1) intrepid; urgency=low
+
+ * Depend on default-jre-headless.
+ * Set Ubuntu maintainer address.
+
+ -- Matthias Klose <doko@ubuntu.com> Thu, 31 Jul 2008 11:31:59 +0000
+
libxerces2-java (2.9.1-2) unstable; urgency=low
* Build-Depends on default-jdk-builddep. Closes: #477892
diff --git a/debian/control b/debian/control
index bdb8373..d47ce8a 100644
--- a/debian/control
+++ b/debian/control
@@ -1,7 +1,8 @@
Source: libxerces2-java
Section: java
Priority: optional
-Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
+Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
+XSBC-Original-Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Arnaud Vandyck <avdyk@debian.org>, Marcus Better <marcus@better.se>, Matthias Klose <doko@ubuntu.com>, Michael Koch <konqueror@gmx.de>
Build-Depends: cdbs (>= 0.4.8), debhelper (>= 6), default-jdk-builddep, ant,
maven-repo-helper, libxml-commons-resolver1.1-java, libjaxp1.3-java, libstylebook-java
@@ -13,8 +14,7 @@ Homepage: http://xerces.apache.org/xerces2-j/
Package: libxerces2-java
Architecture: all
Depends: ${misc:Depends}, default-jre-headless | java1-runtime-headless | java2-runtime-headless, libjaxp1.3-java
-Recommends: libxerces2-java-gcj
-Suggests: libxerces2-java-doc
+Suggests: libxerces2-java-doc, libxerces2-java-gcj
Description: Validating XML parser for Java with DOM level 3 support
The Xerces2 Java parser is the reference implementation of XNI, the
Xerces Native Interface, and also a fully conforming XML Schema processor.