summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorAndrew Shadura <bugzilla@tut.by>2012-08-15 22:11:15 +0200
committerAndrew Shadura <bugzilla@tut.by>2012-08-15 22:11:15 +0200
commit02bc804b997f43ea112002310775e3238d218992 (patch)
tree7bce7705be7e844fed6c83fac256df9c4b64b299 /debian/control
Add initial packaging by GRML project.
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control20
1 files changed, 20 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..78be616
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,20 @@
+Source: nat-traverse
+Section: net
+Priority: optional
+Maintainer: Michael Prokop <mika@grml.org>
+Build-Depends: debhelper (>= 4.0.0)
+Standards-Version: 3.6.2
+
+Package: nat-traverse
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: establish connections between nodes behind NAT gateways
+ nat-traverse establishes connections between nodes which are
+ behind NAT gateways, i.e. hosts which do not have public IP
+ addresses. Additionally, you can setup a small VPN by using pppd
+ on top of nat-traverse. nat-traverse does not need an external
+ server on the Internet, and it isn't necessary to reconfigure
+ the involved NAT gateways, either. nat-traverse works
+ out-of-the-box.
+ .
+ Homepage: http://linide.sourceforge.net/nat-traverse/