[libxalan2-java] 45/71: Add OSGi metadata to jar manifest

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Fri Oct 13 15:38:31 UTC 2017


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

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

commit f3fc72f639a5213aba0a665110aeb82dfad7e523
Author: Jakub Adam <jakub.adam at ktknet.cz>
Date:   Sun Nov 27 12:26:50 2011 +0000

    Add OSGi metadata to jar manifest
---
 debian/changelog |  7 +++++++
 debian/control   |  2 +-
 debian/manifest  | 16 ++++++++++++++++
 debian/rules     |  1 +
 4 files changed, 25 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 134eed3..00c6b38 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+libxalan2-java (2.7.1-7) UNRELEASED; urgency=low
+
+  * Add OSGi metadata to jar manifest
+  * Add javahelper to Build-Depends
+
+ -- Jakub Adam <jakub.adam at ktknet.cz>  Sat, 26 Nov 2011 21:10:08 +0100
+
 libxalan2-java (2.7.1-6) unstable; urgency=low
 
   * Team upload
diff --git a/debian/control b/debian/control
index a177176..46d3ea2 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
 Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
 Uploaders: Marcus Better <marcus at better.se>, Matthias Klose <doko at ubuntu.com>, Michael Koch <konqueror at gmx.de>
 Build-Depends: debhelper (>= 5.0.0), cdbs (>= 0.4.8), default-jdk, ant (>= 1.6.3),
- maven-repo-helper, libxerces2-java (>= 2.8.0), libbsf-java, 
+ maven-repo-helper, libxerces2-java (>= 2.8.0), libbsf-java, javahelper,
  libregexp-java, libbcel-java (>= 5.0), jlex, cup, libjaxp1.3-java, libstylebook-java
 Standards-Version: 3.8.2
 Vcs-Svn: svn://svn.debian.org/pkg-java/trunk/libxalan2-java
diff --git a/debian/manifest b/debian/manifest
new file mode 100644
index 0000000..e2e44d0
--- /dev/null
+++ b/debian/manifest
@@ -0,0 +1,16 @@
+usr/share/java/xalan2.jar:
+ Bundle-ManifestVersion: 2
+ Bundle-Name: Xalan XSLT processor
+ Bundle-Vendor: Apache Software Foundation
+ Bundle-Version: 2.7.1
+ Bundle-SymbolicName: org.apache.xalan
+ Export-Package: java_cup.runtime,org.apache.bcel,org.apache.bcel.classfile,org.apache.bcel.generic,org.apache.bcel.util,org.apache.bcel.verifier,org.apache.bcel.verifier.exc,org.apache.bcel.verifier.statics,org.apache.bcel.verifier.structurals,org.apache.regexp,org.apache.xalan,org.apache.xalan.client,org.apache.xalan.extensions,org.apache.xalan.lib,org.apache.xalan.lib.sql,org.apache.xalan.processor,org.apache.xalan.res,org.apache.xalan.serialize,org.apache.xalan.templates,org.apache.x [...]
+ Require-Bundle: org.apache.xerces,org.apache.xml.serializer
+
+usr/share/java/serializer.jar:
+ Bundle-ManifestVersion: 2
+ Bundle-Name: Apache XML serializer
+ Bundle-Vendor: Apache Software Foundation
+ Bundle-Version: 2.7.1
+ Bundle-SymbolicName: org.apache.xml.serializer
+ Export-Package: org.apache.xml.serializer,org.apache.xml.serializer.dom3,org.apache.xml.serializer.utils
diff --git a/debian/rules b/debian/rules
index 3678a8b..aa2be15 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,6 +2,7 @@
 # debian/rules file for libxalan2-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/libxalan2-java.git



More information about the pkg-java-commits mailing list