[jnr-constants] 02/09: * Adopt the package under the pkg-java umbrella (Closes: #705826) * Standards-Version updated to 3.9.5 * Import in the pkg-java VCS * Switch to dpkg-source 3.0 (quilt) format * add OSGi metadata to constantine.jar manifest Thanks to Jakub Adam (Closes: #698487)

Tim Potter tpot-guest at moszumanska.debian.org
Tue Feb 10 03:09:08 UTC 2015


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

tpot-guest pushed a commit to branch master
in repository jnr-constants.

commit bfba584a409388ef30f5e34898382d42706d36c0
Author: Sylvestre Ledru <sylvestre at debian.org>
Date:   Thu Nov 21 13:54:44 2013 +0000

    * Adopt the package under the pkg-java umbrella
      (Closes: #705826)
    * Standards-Version updated to 3.9.5
    * Import in the pkg-java VCS
    * Switch to dpkg-source 3.0 (quilt) format
    * add OSGi metadata to constantine.jar manifest
      Thanks to Jakub Adam (Closes: #698487)
---
 debian/changelog       | 12 ++++++++++++
 debian/constantine.bnd |  5 +++++
 debian/control         |  9 ++++++---
 debian/rules           |  4 ++++
 debian/source/format   |  1 +
 5 files changed, 28 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 6216a60..4ffd758 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,15 @@
+libconstantine-java (0.7-5) unstable; urgency=low
+
+  * Adopt the package under the pkg-java umbrella
+    (Closes: #705826)
+  * Standards-Version updated to 3.9.5
+  * Import in the pkg-java VCS
+  * Switch to dpkg-source 3.0 (quilt) format
+  * add OSGi metadata to constantine.jar manifest
+    Thanks to Jakub Adam (Closes: #698487)
+
+ -- Sylvestre Ledru <sylvestre at debian.org>  Thu, 21 Nov 2013 14:35:16 +0100
+
 libconstantine-java (0.7-4) unstable; urgency=low
 
   * Orphaning this package.
diff --git a/debian/constantine.bnd b/debian/constantine.bnd
new file mode 100644
index 0000000..0569048
--- /dev/null
+++ b/debian/constantine.bnd
@@ -0,0 +1,5 @@
+Bundle-Name: platform constants for Java
+Bundle-SymbolicName: com.kenai.constantine
+Bundle-Version: 1.0.0
+Bundle-Vendor: Debian.org
+Import-Package: *
diff --git a/debian/control b/debian/control
index 8dde10e..4809972 100644
--- a/debian/control
+++ b/debian/control
@@ -1,11 +1,14 @@
 Source: libconstantine-java
 Section: java
 Priority: optional
-Maintainer: Debian QA Group <packages at qa.debian.org>
+Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
 Build-Depends: debhelper (>> 7.0.0), ant
-Build-Depends-Indep: default-jdk, junit4, ant-optional, maven-repo-helper
-Standards-Version: 3.9.1
+Build-Depends-Indep: default-jdk, junit4, ant-optional, maven-repo-helper, bnd
+Standards-Version: 3.9.5
 Homepage: http://github.com/wmeissner/jnr-constants/
+Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libconstantine-java
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libconstantine-java
+
 
 Package: libconstantine-java
 Architecture: all
diff --git a/debian/rules b/debian/rules
index a4e268e..5fe4469 100755
--- a/debian/rules
+++ b/debian/rules
@@ -16,6 +16,10 @@ build-stamp:
 	dh_testdir
 
 	ant -Dlibs.junit_4.classpath=/usr/share/java/junit4.jar
+
+	# Generate OSGi metadata for constantine.jar
+	bnd wrap -properties debian/constantine.bnd -output dist/constantine.jar dist/constantine.jar
+
 	touch build-stamp
 
 clean:
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jnr-constants.git



More information about the pkg-java-commits mailing list