Your message dated Fri, 21 Mar 2008 11:02:03 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#471209: fixed in jsch 0.1.37-3
has caused the Debian Bug report #471209,
regarding libjsch-java: OSGi manifest
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)


-- 
471209: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=471209
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: libjsch-java
Tags: patch

Michael Koch wrote:
> I'm currently in the process to merge my work into pkg-java svn. Its
> work in progress. Not finished yet.
>
> If you wanna help you can start by writing a patch for libjsch-java to
> add the OSGi manifest stuff to the Debian package.

Here is the OSGi manifest and the ant build file patch:
manifest.mf 
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


--- jsch-0.1.37.orig/build.xml  2008-01-08 18:57:25.000000000 +0000
+++ jsch-0.1.37/build.xml       2008-03-16 17:11:27.000000000 +0000
@@ -42,7 +42,11 @@
     <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="manifest.mf"
+    />
   </target>

   <target name="examples"



Ahora también puedes acceder a tu correo Terra desde el móvil.
Infórmate pinchando aquí.





--- End Message ---
--- Begin Message ---
Source: jsch
Source-Version: 0.1.37-3

We believe that the bug you reported is fixed in the latest version of
jsch, which is due to be installed in the Debian FTP archive:

jsch_0.1.37-3.diff.gz
  to pool/main/j/jsch/jsch_0.1.37-3.diff.gz
jsch_0.1.37-3.dsc
  to pool/main/j/jsch/jsch_0.1.37-3.dsc
libjsch-java-doc_0.1.37-3_all.deb
  to pool/main/j/jsch/libjsch-java-doc_0.1.37-3_all.deb
libjsch-java_0.1.37-3_all.deb
  to pool/main/j/jsch/libjsch-java_0.1.37-3_all.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Michael Koch <[EMAIL PROTECTED]> (supplier of updated jsch package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Fri, 21 Mar 2008 11:41:01 +0100
Source: jsch
Binary: libjsch-java libjsch-java-doc
Architecture: source all
Version: 0.1.37-3
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers 
<[email protected]>
Changed-By: Michael Koch <[EMAIL PROTECTED]>
Description: 
 libjsch-java - java secure channel
 libjsch-java-doc - java secure channel examples
Closes: 471209
Changes: 
 jsch (0.1.37-3) unstable; urgency=low
 .
   * Add OSGi manifest patch. Thanks to Roberto Jimenoca. Closes: #471209.
Files: 
 6efa78a8be70fc2e36ddd25e1d440709 912 libs optional jsch_0.1.37-3.dsc
 84200a57af951d8b528a8483dc021db2 3265 libs optional jsch_0.1.37-3.diff.gz
 26d3e6cf3b7bbe4bf81e0a96b358bc85 206428 libs optional 
libjsch-java_0.1.37-3_all.deb
 ebb708a1b415114f6a47ee2f991ac8e1 53012 doc optional 
libjsch-java-doc_0.1.37-3_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFH45JTWSOgCCdjSDsRAvHSAJ48ncytXWeNcILK/AYTw8zOhdEYtQCgmFp7
hdtpFQVFQ6levXrnkeKmCGw=
=BSZE
-----END PGP SIGNATURE-----



--- End Message ---
_______________________________________________
pkg-java-maintainers mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers

Reply via email to