[pkg-java] r17477 - in trunk/libconstantine-java/debian: . source

Sylvestre Ledru sylvestre at moszumanska.debian.org
Thu Nov 21 13:54:44 UTC 2013


Author: sylvestre
Date: 2013-11-21 13:54:44 +0000 (Thu, 21 Nov 2013)
New Revision: 17477

Added:
   trunk/libconstantine-java/debian/constantine.bnd
   trunk/libconstantine-java/debian/source/
   trunk/libconstantine-java/debian/source/format
Modified:
   trunk/libconstantine-java/debian/changelog
   trunk/libconstantine-java/debian/control
   trunk/libconstantine-java/debian/rules
Log:
* 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)

Modified: trunk/libconstantine-java/debian/changelog
===================================================================
--- trunk/libconstantine-java/debian/changelog	2013-11-21 13:34:31 UTC (rev 17476)
+++ trunk/libconstantine-java/debian/changelog	2013-11-21 13:54:44 UTC (rev 17477)
@@ -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.

Added: trunk/libconstantine-java/debian/constantine.bnd
===================================================================
--- trunk/libconstantine-java/debian/constantine.bnd	                        (rev 0)
+++ trunk/libconstantine-java/debian/constantine.bnd	2013-11-21 13:54:44 UTC (rev 17477)
@@ -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: *

Modified: trunk/libconstantine-java/debian/control
===================================================================
--- trunk/libconstantine-java/debian/control	2013-11-21 13:34:31 UTC (rev 17476)
+++ trunk/libconstantine-java/debian/control	2013-11-21 13:54:44 UTC (rev 17477)
@@ -1,12 +1,15 @@
 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
 Section: java

Modified: trunk/libconstantine-java/debian/rules
===================================================================
--- trunk/libconstantine-java/debian/rules	2013-11-21 13:34:31 UTC (rev 17476)
+++ trunk/libconstantine-java/debian/rules	2013-11-21 13:54:44 UTC (rev 17477)
@@ -16,6 +16,10 @@
 	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:

Added: trunk/libconstantine-java/debian/source/format
===================================================================
--- trunk/libconstantine-java/debian/source/format	                        (rev 0)
+++ trunk/libconstantine-java/debian/source/format	2013-11-21 13:54:44 UTC (rev 17477)
@@ -0,0 +1 @@
+3.0 (quilt)




More information about the pkg-java-commits mailing list