Statistics
| Branch: | Tag: | Revision:

root / debian / control @ c99a8974

History | View | Annotate | Download (935 Bytes)

1
Source: snf-vncauthproxy
2
Section: python
3
Priority: optional
4
Maintainer: Vangelis Koukis <vkoukis@grnet.gr>
5
Build-Depends: debhelper (>= 7.0.50~), python-all (>= 2.5), python-setuptools
6
Standards-Version: 3.9.2
7
XS-Python-Version: >= 2.5
8
Homepage: https://code.grnet.gr/projects/snf-vncauthproxy
9
Vcs-Browser: https://code.grnet.gr/git/snf-vncauthproxy
10

    
11
Package: snf-vncauthproxy
12
Architecture: all
13
Depends: ${misc:Depends}, ${python:Depends}, python-setuptools
14
Provides: ${python:Provides}, vncauthproxy
15
Replaces: vncauthproxy
16
Conflicts: vncauthproxy
17
XB-Python-Version: ${python:Versions}
18
Description: VNC authentication proxy
19
 vncauthproxy listens on a UNIX TCP socket for control messages and sets up
20
 one-time port forwardings upon request.
21
 .
22
 Main features include:
23
  * Lightweight, coroutine-based main loop with gevent
24
  * Supports RFB protocol version 3.8
25
  * IPv4 and IPv6 support
26
  * Configurable timeout for client connections