[pkg-java] r18292 - trunk/jython/debian

Jakub Adam xhaakon-guest at moszumanska.debian.org
Thu Jul 31 20:28:51 UTC 2014


Author: xhaakon-guest
Date: 2014-07-31 20:28:51 +0000 (Thu, 31 Jul 2014)
New Revision: 18292

Added:
   trunk/jython/debian/jython.bnd
Modified:
   trunk/jython/debian/changelog
   trunk/jython/debian/control
   trunk/jython/debian/rules
Log:
Generate OSGi metadata for jython.jar

Modified: trunk/jython/debian/changelog
===================================================================
--- trunk/jython/debian/changelog	2014-07-30 09:45:12 UTC (rev 18291)
+++ trunk/jython/debian/changelog	2014-07-31 20:28:51 UTC (rev 18292)
@@ -1,10 +1,14 @@
 jython (2.5.3-2) UNRELEASED; urgency=medium
 
+  [ Emmanuel Bourg ]
   * Team upload.
   * Use canonical URLs for the Vcs-* fields
 
- -- Emmanuel Bourg <ebourg at apache.org>  Wed, 12 Mar 2014 17:40:04 +0100
+  [ Jakub Adam ]
+  * Generate OSGi metadata for jython.jar.
 
+ -- Jakub Adam <jakub.adam at ktknet.cz>  Thu, 31 Jul 2014 22:06:36 +0200
+
 jython (2.5.3-1) unstable; urgency=low
 
   * New upstream release (Closes: #690116)

Modified: trunk/jython/debian/control
===================================================================
--- trunk/jython/debian/control	2014-07-30 09:45:12 UTC (rev 18291)
+++ trunk/jython/debian/control	2014-07-31 20:28:51 UTC (rev 18292)
@@ -6,6 +6,7 @@
 Build-Depends-Indep: default-jdk,
  python,
  junit,
+ bnd,
  libasm3-java,
  antlr3 (>= 3.1),
  libconstantine-java,

Added: trunk/jython/debian/jython.bnd
===================================================================
--- trunk/jython/debian/jython.bnd	                        (rev 0)
+++ trunk/jython/debian/jython.bnd	2014-07-31 20:28:51 UTC (rev 18292)
@@ -0,0 +1,7 @@
+Bundle-Name: Jython - Python for the Java Platform
+Bundle-SymbolicName: org.python
+Bundle-Version: 1.0.0
+Bundle-Vendor: Debian.org
+Import-Package: !jline, !org.gnu.readline, *
+Eclipse-BuddyPolicy: global
+-nouses: true

Modified: trunk/jython/debian/rules
===================================================================
--- trunk/jython/debian/rules	2014-07-30 09:45:12 UTC (rev 18291)
+++ trunk/jython/debian/rules	2014-07-31 20:28:51 UTC (rev 18292)
@@ -56,6 +56,9 @@
 	ant -nouserlib developer-build jar javadoc
 	# -nouserlib is required to prevent conflicts with the ant jython plugin
 
+	# Generate OSGi metadata for jython.jar
+	bnd wrap -properties debian/jython.bnd -output dist/jython-dev.jar dist/jython-dev.jar
+
 	touch build-stamp
 
 clean:




More information about the pkg-java-commits mailing list