File: control

package info (click to toggle)
jsch 0.1.28-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 856 kB
  • ctags: 1,765
  • sloc: java: 11,074; sh: 120; perl: 69; xml: 62; python: 54; makefile: 10
file content (31 lines) | stat: -rw-r--r-- 1,153 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
28
29
30
31
Source: jsch
Section: libs
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Jerry Haltom <wasabi@larvalstage.net>, Michael Koch <konqueror@gmx.de>
Build-Depends: debhelper (>= 4.1.0), cdbs
Build-Depends-Indep: java-gcj-compat-dev, ant (>= 1.6.5)
Standards-Version: 3.7.2

Package: libjsch-java
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.

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.
 .
 This package contains the example code.