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 eeb67029e40d94dd670fd504396b2f61d15f588a Author: Jakub Adam <[email protected]> Date: Thu Nov 24 18:48:52 2011 +0000 Add OSGi metadata to jar manifest --- debian/changelog | 6 ++++++ debian/control | 2 +- debian/manifest | 8 ++++++++ debian/rules | 1 + 4 files changed, 16 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 39efb9a..b429caa 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +libxerces2-java (2.11.0-4) UNRELEASED; urgency=low + + * Add OSGi metadata to jar manifest + + -- Jakub Adam <[email protected]> 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..14a8143 100644 --- a/debian/control +++ b/debian/control @@ -5,7 +5,7 @@ Maintainer: Debian Java Maintainers <[email protected] Uploaders: Marcus Better <[email protected]>, Matthias Klose <[email protected]>, Michael Koch <[email protected]>, Damien Raude-Morvan <[email protected]> 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 [...] + 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) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libxerces2-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

