summaryrefslogtreecommitdiff
path: root/debian/control
blob: 213d6ceb1d862bb590bb3e8b9ffe99542908afdd (plain)
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
32
33
34
35
36
37
38
39
40
41
Source: rapid-tunneling
Section: net
Priority: extra
Maintainer: Alex Landau <alex.landau@xorcom.com>
Uploaders: Tzafrir Cohen <tzafrir.cohen@xorcom.com>
Build-Depends: cdbs, debhelper (>= 7)
Standards-Version: 3.8.0
Homepage: http://www.xorcom.com/

Package: rapid-tunneling
Architecture: all
Depends: ${misc:Depends}, openssh-client, gnupg
Description: RapidTunneling (tm) client
 RapidTunneling (tm) allows remote access to machines behind firewalls
 and NAT routers via SSH port forwarding.
 .
 This package contains the client-side scripts.

Package: rapid-tunneling-server
Architecture: all
Depends: ${misc:Depends}, openssh-server, gnupg, adduser
Description: RapidTunneling (tm) server
 RapidTunneling (tm) allows remote access to machines behind firewalls
 and NAT routers via SSH port forwarding.
 .
 This package contains the server-side scripts.

Package: rapid-tunneling-gui
Architecture: all
Depends: ${misc:Depends}, rapid-tunneling, sudo,
 libapache2-mod-php5 | php5-cgi | libapache-mod-php5
Recommends: apache2
Description: Xorcom RapidTunneling (tm) web GUI
 RapidTunneling (tm) allows remote access to machines behind firewalls
 and NAT routers via SSH port forwarding.
 .
 This package contains the web-based user interface to initiate and 
 control tunnels to the server.
 .
 Should work with any httpd that supports PHP, but any one other than
 apache2 will require manual configuration.