[libws-commons-util-java] 08/30: libws-commons-util (1.0.1-5) UNRELEASED; urgency=low

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Fri Apr 20 16:55:19 BST 2018


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

ebourg-guest pushed a commit to branch master
in repository libws-commons-util-java.

commit 355ef011c97d80c1e8f9d66d76c608863f163f33
Author: Niels Thykier <nthykier at debian.org>
Date:   Thu Jan 28 08:59:01 2010 +0000

    libws-commons-util (1.0.1-5) UNRELEASED; urgency=low
    
      * Added OSGi metadata to the jar file.
      * Removed reference to cdbs's simple patch system in debian/rules.
    
     -- Niels Thykier <niels at thykier.net>  Thu, 28 Jan 2010 09:57:29 +0100
---
 debian/changelog        |  7 +++++++
 debian/osgi-MANIFEST.MF | 11 +++++++++++
 debian/rules            |  2 +-
 3 files changed, 19 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 9a9fb1f..6b9a718 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+libws-commons-util (1.0.1-5) UNRELEASED; urgency=low
+
+  * Added OSGi metadata to the jar file.
+  * Removed reference to cdbs's simple patch system in debian/rules.
+
+ -- Niels Thykier <niels at thykier.net>  Thu, 28 Jan 2010 09:57:29 +0100
+
 libws-commons-util (1.0.1-4) unstable; urgency=low
 
   * Replaced java-gcj-compat with default-jdk as Build-Depends.
diff --git a/debian/osgi-MANIFEST.MF b/debian/osgi-MANIFEST.MF
new file mode 100644
index 0000000..2f09bf6
--- /dev/null
+++ b/debian/osgi-MANIFEST.MF
@@ -0,0 +1,11 @@
+Bundle-Localization: plugin
+Bundle-RequiredExecutionEnvironment: J2SE-1.4,CDC-1.0/Foundation-1.0,J
+ 2SE-1.3
+Bundle-Name: WS Commons Util Plug-in
+Bundle-SymbolicName: org.apache.ws.commons.util
+Export-Package: org.apache.ws.commons.serialize;version="1.0.1",org.ap
+ ache.ws.commons.util;version="1.0.1"
+Bundle-Version: 1.0.1
+Bundle-ManifestVersion: 2
+Import-Package: javax.xml,javax.xml.namespace,org.w3c.dom,org.xml.sax,
+ org.xml.sax.ext,org.xml.sax.helpers
diff --git a/debian/rules b/debian/rules
index 05f2042..9f1261a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,12 +2,12 @@
 # debian/rules file for libws-commons-util-java (uses cdbs)
 
 include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/rules/simple-patchsys.mk
 include /usr/share/cdbs/1/class/ant.mk
 
 DEB_UPSTREAM_VERSION := $(shell dpkg-parsechangelog | egrep '^Version:' | cut -f2 -d' ' | cut -f1 -d-)
 
 install/libws-commons-util-java::
+	jar umf debian/osgi-MANIFEST.MF  ws-commons-util-$(DEB_UPSTREAM_VERSION).jar
 	dh_install ws-commons-util-$(DEB_UPSTREAM_VERSION).jar usr/share/java
 	dh_link usr/share/java/ws-commons-util-$(DEB_UPSTREAM_VERSION).jar usr/share/java/ws-commons-util.jar
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libws-commons-util-java.git



More information about the pkg-java-commits mailing list