Author: mkoch Date: 2008-04-09 19:01:40 +0000 (Wed, 09 Apr 2008) New Revision: 6133
Modified: trunk/jsch/debian/changelog trunk/jsch/debian/control Log: jsch (0.1.37-4) UNRELEASED; urgency=low * Revised package descriptions. Thanks to Marcus Better. Closes: #475162. -- Michael Koch <[EMAIL PROTECTED]> Wed, 09 Apr 2008 21:04:04 +0200 Modified: trunk/jsch/debian/changelog =================================================================== --- trunk/jsch/debian/changelog 2008-04-09 18:41:04 UTC (rev 6132) +++ trunk/jsch/debian/changelog 2008-04-09 19:01:40 UTC (rev 6133) @@ -1,3 +1,9 @@ +jsch (0.1.37-4) UNRELEASED; urgency=low + + * Revised package descriptions. Thanks to Marcus Better. Closes: #475162. + + -- Michael Koch <[EMAIL PROTECTED]> Wed, 09 Apr 2008 21:04:04 +0200 + jsch (0.1.37-3) unstable; urgency=low * Add OSGi manifest patch. Thanks to Roberto Jimenoca. Closes: #471209. Modified: trunk/jsch/debian/control =================================================================== --- trunk/jsch/debian/control 2008-04-09 18:41:04 UTC (rev 6132) +++ trunk/jsch/debian/control 2008-04-09 19:01:40 UTC (rev 6133) @@ -14,21 +14,15 @@ Architecture: all Section: libs Depends: java-gcj-compat | java-virtual-machine -Description: java secure channel - JSch is a pure Java implementation of SSH2. JSch allows you to - connect to an sshd server and use port forwarding, X11 forwarding, - file transfer, etc., and you can integrate its functionality - into your own Java programs. JSch is licensed under a BSD style - license. +Description: pure Java implementation of the SSH2 protocol + JSch allows your programs to connect to an SSH server. It supports + port forwarding, X11 forwarding, file transfer and more. Package: libjsch-java-doc Architecture: all Section: doc -Description: java secure channel examples - JSch is a pure Java implementation of SSH2. JSch allows you to - connect to an sshd server and use port forwarding, X11 forwarding, - file transfer, etc., and you can integrate its functionality - into your own Java programs. JSch is licensed under a BSD style - license. +Description: pure Java implementation of the SSH2 protocol + JSch allows your programs to connect to an SSH server. It supports + port forwarding, X11 forwarding, file transfer and more. . This package contains the example code. _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits

