summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control25
1 files changed, 25 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..f9a165e
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,25 @@
+Source: rapid-tunneling
+Section: net
+Priority: extra
+Maintainer: Alex Landau <alex.landau@xorcom.com>
+Build-Depends: cdbs, debhelper (>= 7)
+Standards-Version: 3.8.0
+Homepage: http://www.xorcom.com/
+
+Package: rapid-tunneling
+Architecture: all
+Depends: ${shlibs:Depends}, ${misc:Depends} openssh-client
+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: ${shlibs:Depends}, ${misc:Depends} openssh-server
+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.