summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorAlex Landau <alex.landau@xorcom.com>2008-12-28 08:55:04 +0000
committerAlex Landau <alex.landau@xorcom.com>2008-12-28 08:55:04 +0000
commit94e268f4d359d6d2de417f991b8ea6f420d60d58 (patch)
treed0f4b90f8b72fb198d14ea976523a5519f118f8e /debian/control
parentbfcceffc9b62841da0d48a87aeceead870a5092c (diff)
rapid-tunneling:
- deb support (not tested, probably not working) git-svn-id: svn+ssh://xorcom/home/svn/debs/components/rapid-tunneling@6500 283159da-0705-0410-b60c-f2062b4bb6ad
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.