File: control

package info (click to toggle)
pylibssh2 1.0.0-1.1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd, wheezy
  • size: 292 kB
  • ctags: 384
  • sloc: ansic: 2,278; python: 573; makefile: 10
file content (21 lines) | stat: -rw-r--r-- 835 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
Source: pylibssh2
Priority: optional
Maintainer: Fabien Boucher <fabien.dot.boucher@gmail.com>
Build-Depends: debhelper (>= 7.0.50~), python-all-dev (>= 2.5.4-9), libssh2-1-dev (>= 1.2.4), python-epydoc, python-support
Standards-Version: 3.8.4
Section: python
Homepage: http://pypi.python.org/pypi/pylibssh2

Package: python-libssh2
Architecture: any
Depends: ${shlibs:Depends}, ${python:Depends}, ${misc:Depends} 
Provides: ${python:Provides}
XB-Python-Version: ${python:Versions}
Description: Python binding for libssh2 library
 libssh2 is a client-side C library implementing the SSH2 protocol
 with support for regular terminal, scp and SFTP sessions; port
 forwarding; password, key-based and keyboard-interactive
 authentication.
 .
 This package contains the python bindings libssh2. It is a fork and
 rewrite of org.keyphrene.