summaryrefslogtreecommitdiff
diff options
authorJakub Adam <jakub.adam@ktknet.cz>2011-11-24 18:36:08 +0100
committergit-ubuntu importer <ubuntu-devel-discuss@lists.ubuntu.com>2011-12-03 03:24:49 +0000
commit6aeb0daeb4479c37bdc47724fdc62ca00ddd4f90 (patch)
treede0cdb420448b868d9e5c025af8eaa248a57a7a6
parentca3898e9c02f7eead6b4e8beb1e2b2ee38e8a478 (diff)
Imported using git-ubuntu import.
Notes
Notes: * Add OSGi metadata to jar manifest * Add javahelper to Build-Depends * Add Jakub Adam to Uploaders
-rw-r--r--debian/changelog8
-rw-r--r--debian/control4
-rw-r--r--debian/manifest8
-rwxr-xr-xdebian/rules1
4 files changed, 19 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 39efb9a..23206fc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+libxerces2-java (2.11.0-4) unstable; urgency=low
+
+ * Add OSGi metadata to jar manifest
+ * Add javahelper to Build-Depends
+ * Add Jakub Adam to Uploaders
+
+ -- Jakub Adam <jakub.adam@ktknet.cz> Thu, 24 Nov 2011 18:36:08 +0100
+
libxerces2-java (2.11.0-3) unstable; urgency=low
* Team upload.
diff --git a/debian/control b/debian/control
index dd22b1c..c892a97 100644
--- a/debian/control
+++ b/debian/control
@@ -3,9 +3,9 @@ Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Marcus Better <marcus@better.se>, Matthias Klose <doko@ubuntu.com>, Michael Koch <konqueror@gmx.de>,
- Damien Raude-Morvan <drazzib@debian.org>
+ Damien Raude-Morvan <drazzib@debian.org>, Jakub Adam <jakub.adam@ktknet.cz>
Build-Depends: cdbs (>= 0.4.8), debhelper (>= 7), default-jdk, gcj-native-helper, ant,
- maven-repo-helper, libxml-commons-resolver1.1-java, libstylebook-java,
+ maven-repo-helper, javahelper, libxml-commons-resolver1.1-java, libstylebook-java,
libxml-commons-external-java (>= 1.4.01-2)
Standards-Version: 3.9.2
Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libxerces2-java
diff --git a/debian/manifest b/debian/manifest
new file mode 100644
index 0000000..7c98fca
--- /dev/null
+++ b/debian/manifest
@@ -0,0 +1,8 @@
+usr/share/java/xercesImpl.jar:
+ Bundle-ManifestVersion: 2
+ Bundle-Name: Xerces XML parser
+ Bundle-Vendor: Apache Software Foundation
+ Bundle-Version: 2.11.0
+ Bundle-SymbolicName: org.apache.xerces
+ Export-Package: org.apache.html.dom,org.apache.wml,org.apache.wml.dom,org.apache.xerces.dom,org.apache.xerces.dom.events,org.apache.xerces.dom3.as,org.apache.xerces.impl,org.apache.xerces.impl.dtd,org.apache.xerces.impl.dtd.models,org.apache.xerces.impl.dv,org.apache.xerces.impl.dv.dtd,org.apache.xerces.impl.dv.util,org.apache.xerces.impl.dv.xs,org.apache.xerces.impl.io,org.apache.xerces.impl.msg,org.apache.xerces.impl.validation,org.apache.xerces.impl.xpath,org.apache.xerces.impl.xpath.regex,org.apache.xerces.impl.xs,org.apache.xerces.impl.xs.identity,org.apache.xerces.impl.xs.models,org.apache.xerces.impl.xs.opti,org.apache.xerces.impl.xs.traversers,org.apache.xerces.impl.xs.util,org.apache.xerces.jaxp,org.apache.xerces.jaxp.datatype,org.apache.xerces.jaxp.validation,org.apache.xerces.parsers,org.apache.xerces.stax,org.apache.xerces.stax.events,org.apache.xerces.util,org.apache.xerces.xinclude,org.apache.xerces.xni,org.apache.xerces.xni.grammars,org.apache.xerces.xni.parser,org.apache.xerces.xpointer,org.apache.xerces.xs,org.apache.xerces.xs.datatypes,org.apache.xml.serialize,org.w3c.dom.html
+ Require-Bundle: org.apache.xml.resolver
diff --git a/debian/rules b/debian/rules
index a036b0c..f9b1b34 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,6 +2,7 @@
# debian/rules file for libxerces2-java (uses cdbs)
include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/javahelper.mk
include /usr/share/cdbs/1/class/ant.mk
PACKAGE := $(DEB_SOURCE_PACKAGE)