[pkg-java] r6013 - in trunk/jsch/debian: . patches

mkoch at alioth.debian.org mkoch at alioth.debian.org
Fri Mar 21 10:44:58 UTC 2008


Author: mkoch
Date: 2008-03-21 10:44:57 +0000 (Fri, 21 Mar 2008)
New Revision: 6013

Added:
   trunk/jsch/debian/manifest.mf
   trunk/jsch/debian/patches/
   trunk/jsch/debian/patches/jsch-build-xml.patch
Modified:
   trunk/jsch/debian/changelog
Log:
jsch (0.1.37-3) unstable; urgency=low

  * Add OSGi manifest patch. Thanks to Roberto Jimenoca. Closes: #471209.

 -- Michael Koch <konqueror at gmx.de>  Fri, 21 Mar 2008 11:41:01 +0100



Modified: trunk/jsch/debian/changelog
===================================================================
--- trunk/jsch/debian/changelog	2008-03-20 10:15:26 UTC (rev 6012)
+++ trunk/jsch/debian/changelog	2008-03-21 10:44:57 UTC (rev 6013)
@@ -1,3 +1,9 @@
+jsch (0.1.37-3) unstable; urgency=low
+
+  * Add OSGi manifest patch. Thanks to Roberto Jimenoca. Closes: #471209.
+
+ -- Michael Koch <konqueror at gmx.de>  Fri, 21 Mar 2008 11:41:01 +0100
+
 jsch (0.1.37-2) unstable; urgency=low
 
   * Don't install examples into libjsch-java. Closes: #463847

Added: trunk/jsch/debian/manifest.mf
===================================================================
--- trunk/jsch/debian/manifest.mf	                        (rev 0)
+++ trunk/jsch/debian/manifest.mf	2008-03-21 10:44:57 UTC (rev 6013)
@@ -0,0 +1,9 @@
+Bundle-ManifestVersion: 2
+Bundle-Version: 0.1.37
+Export-Package: com.jcraft.jsch, com.jcraft.jsch.jce;x-internal:=true, com.jcraft.jsch.jcraft;x-internal:=true
+Bundle-SymbolicName: com.jcraft.jsch
+Bundle-Name: %bundleName
+Bundle-Localization: plugin
+Bundle-Vendor: %venderName
+Bundle-ClassPath: .
+Bundle-RequiredExecutionEnvironment: J2SE-1.4

Added: trunk/jsch/debian/patches/jsch-build-xml.patch
===================================================================
--- trunk/jsch/debian/patches/jsch-build-xml.patch	                        (rev 0)
+++ trunk/jsch/debian/patches/jsch-build-xml.patch	2008-03-21 10:44:57 UTC (rev 6013)
@@ -0,0 +1,12 @@
+diff -Nur jsch-0.1.37/build.xml jsch-0.1.37.new/build.xml
+--- jsch-0.1.37/build.xml	2008-01-08 19:57:25.000000000 +0100
++++ jsch-0.1.37.new/build.xml	2008-03-21 11:38:58.000000000 +0100
+@@ -42,7 +42,7 @@
+     <mkdir dir="${dist}/lib"/>
+ 
+     <!-- Put everything in ${build} into the MyProject-${DSTAMP}.jar file -->
+-    <jar jarfile="${dist}/lib/jsch-${DSTAMP}.jar" basedir="${build}"/>
++    <jar jarfile="${dist}/lib/jsch-${DSTAMP}.jar" basedir="${build}" manifest="debian/manifest.mf" />
+   </target>
+ 
+   <target name="examples"




More information about the pkg-java-commits mailing list