[libxml-commons-resolver1.1-java] 22/35: Add OSGi metadata to jar manifest
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Mon Jun 19 12:35:46 UTC 2017
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository libxml-commons-resolver1.1-java.
commit 5dbc6031f9f21524341182ef4d3ff7361c8ff0f2
Author: Jakub Adam <jakub.adam at ktknet.cz>
Date: Thu Nov 24 21:47:14 2011 +0000
Add OSGi metadata to jar manifest
---
debian/changelog | 7 +++++++
debian/control | 3 ++-
debian/manifest | 7 +++++++
debian/rules | 1 +
4 files changed, 17 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 4a9e61b..eb0176e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+libxml-commons-resolver1.1-java (1.2-7) UNRELEASED; urgency=low
+
+ * Add OSGi metadata to jar manifest
+ * Add javahelper to Build-Depends
+
+ -- Jakub Adam <jakub.adam at ktknet.cz> Thu, 24 Nov 2011 20:48:37 +0100
+
libxml-commons-resolver1.1-java (1.2-6) unstable; urgency=low
[ Giovanni Mascellani ]
diff --git a/debian/control b/debian/control
index 6b2277d..452d92c 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,8 @@ Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
Uploaders: Michael Koch <konqueror at gmx.de>, Torsten Werner <twerner at debian.org>
-Build-Depends: debhelper (>= 5), cdbs (>= 0.4.8), default-jdk-builddep, ant, libjaxp1.3-java, maven-repo-helper (>= 1.4)
+Build-Depends: debhelper (>= 5), cdbs (>= 0.4.8), default-jdk-builddep, ant,
+ javahelper, libjaxp1.3-java, maven-repo-helper (>= 1.4)
Standards-Version: 3.8.0
Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libxml-commons-resolver1.1-java
Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libxml-commons-resolver1.1-java
diff --git a/debian/manifest b/debian/manifest
new file mode 100644
index 0000000..d6e1e0e
--- /dev/null
+++ b/debian/manifest
@@ -0,0 +1,7 @@
+usr/share/java/xml-resolver.jar:
+ Bundle-ManifestVersion: 2
+ Bundle-Name: Apache XML Resolver
+ Bundle-SymbolicName: org.apache.xml.resolver
+ Bundle-Vendor: Apache Software Foundation
+ Bundle-Version: 1.2.0
+ Export-Package: org.apache.xml.resolver,org.apache.xml.resolver.apps,org.apache.xml.resolver.helpers,org.apache.xml.resolver.readers,org.apache.xml.resolver.tools
diff --git a/debian/rules b/debian/rules
index 51fc4c5..b57565b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,6 +2,7 @@
# debian/rules file for libxml-commons-resolver1.1-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
include /usr/share/gcj/debian_defaults
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libxml-commons-resolver1.1-java.git
More information about the pkg-java-commits
mailing list