[SCM] small XML parser, designed for small environments branch, master, updated. debian/2.3.0+ds1-2-5-g7ac4865

Jakub Adam jakub.adam at ktknet.cz
Sat Oct 27 12:20:56 UTC 2012


The following commit has been merged in the master branch:
commit 7ac486512f188a803a223b24c98320fd6f870bd8
Author: Jakub Adam <jakub.adam at ktknet.cz>
Date:   Sat Oct 27 14:05:27 2012 +0200

    Generate OSGi metadata into kxml2-min jar manifest

diff --git a/debian/changelog b/debian/changelog
index ce3567a..f572076 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ kxml2 (2.3.0+ds1-3) UNRELEASED; urgency=low
     - fixes lintian-reported warning obsolete-field-in-dep5-copyright.
   * Add Jakub Adam to Uploaders.
   * Bump Standards-Version to 3.9.4: no changes needed.
+  * Generate OSGi metadata into kxml2-min jar manifest.
 
  -- Jakub Adam <jakub.adam at ktknet.cz>  Sat, 27 Oct 2012 13:43:09 +0200
 
diff --git a/debian/control b/debian/control
index f9ddb60..726ccbe 100644
--- a/debian/control
+++ b/debian/control
@@ -9,6 +9,7 @@ Build-Depends:
  , ant
  , default-jdk
  , maven-repo-helper (>= 1.5~)
+ , bnd
 Standards-Version: 3.9.4
 Homepage: http://kxml.sourceforge.net/
 Vcs-Git: git://git.debian.org/pkg-java/kxml2.git
diff --git a/debian/kxml2-min.bnd b/debian/kxml2-min.bnd
new file mode 100644
index 0000000..e50352b
--- /dev/null
+++ b/debian/kxml2-min.bnd
@@ -0,0 +1,5 @@
+Bundle-Name: kXML parser library
+Bundle-SymbolicName: org.kxml2
+Bundle-Version: 1.0.0
+Bundle-Vendor: Debian.org
+Import-Package: *
diff --git a/debian/rules b/debian/rules
index bd8c660..46bbb24 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,6 +12,7 @@ UPVER=$(shell echo $(CURVER) | cut -d+ -f1)
 
 override_dh_auto_build:
 	dh_auto_build -- build_jar
+	bnd wrap -properties debian/kxml2-min.bnd -output dist/kxml2-min-*.jar dist/kxml2-min-*.jar
 
 override_dh_auto_clean:
 	dh_clean dist/*

-- 
small XML parser, designed for small environments



More information about the pkg-java-commits mailing list