File: control

package info (click to toggle)
jsch 0.1.19-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 752 kB
  • ctags: 1,566
  • sloc: java: 9,667; sh: 120; perl: 69; xml: 62; python: 54; makefile: 13
file content (27 lines) | stat: -rw-r--r-- 1,010 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Source: jsch
Section: devel
Priority: optional
Maintainer: Jerry Haltom <wasabi@larvalstage.net>
Build-Depends-Indep: debhelper (>= 4.0.0), cdbs, kaffe (>= 2:1.1.4.PRECVS6-1), libant1.6-java, jikes-kaffe
Standards-Version: 3.6.1

Package: libjsch-java
Architecture: all
Depends: java-virtual-machine | kaffe
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.

Package: libjsch-java-doc
Architecture: all
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.
 .
 This package contains the example code.