summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog13
-rw-r--r--debian/compat1
-rw-r--r--debian/control20
-rw-r--r--debian/copyright18
-rw-r--r--debian/dirs1
-rw-r--r--debian/docs1
-rwxr-xr-xdebian/rules64
-rw-r--r--debian/watch8
8 files changed, 126 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..ca08a3d
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,13 @@
+nat-traverse (0.4-1) unstable; urgency=low
+
+ * New upstream release.
+ * Bumbed Standards-Version to 3.6.2 (no further changes).
+
+ -- Michael Prokop <mika@grml.org> Wed, 24 Aug 2005 11:59:18 +0200
+
+nat-traverse (0.3-1) unstable; urgency=low
+
+ * Initial release.
+
+ -- Michael Prokop <mika@grml.org> Mon, 18 Jul 2005 22:01:25 +0200
+
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..b8626c4
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+4
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/
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..5410130
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,18 @@
+This package was debianized by Michael Prokop <mika@grml.org> on
+Mon, 18 Jul 2005 22:01:25 +0200.
+
+It was downloaded from http://linide.sourceforge.net/nat-traverse/
+
+Copyright Holder: Ingo Blechschmidt <iblech@web.de>
+
+License:
+
+Copyright (C) 2005 Ingo Blechschmidt, <iblech@web.de>.
+
+This program is free software; you can redistribute it and/or
+modify it under the terms of the GNU General Public License as
+published by the Free Software Foundation; either version 2 of
+the License, or (at your option) any later version.
+
+On Debian GNU/Linux systems, the complete text of the GNU General
+Public License can be found in `/usr/share/common-licenses/GPL'.
diff --git a/debian/dirs b/debian/dirs
new file mode 100644
index 0000000..e772481
--- /dev/null
+++ b/debian/dirs
@@ -0,0 +1 @@
+usr/bin
diff --git a/debian/docs b/debian/docs
new file mode 100644
index 0000000..e845566
--- /dev/null
+++ b/debian/docs
@@ -0,0 +1 @@
+README
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..6424430
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,64 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+# Sample debian/rules that uses debhelper.
+# This file was originally written by Joey Hess and Craig Small.
+# As a special exception, when this file is copied by dh-make into a
+# dh-make output file, you may use that output file without restriction.
+# This special exception was added by Craig Small in version 0.37 of dh-make.
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+
+configure-stamp:
+ dh_testdir
+
+ touch configure-stamp
+
+
+build: build-stamp
+
+build-stamp: configure-stamp
+ dh_testdir
+
+ touch build-stamp
+
+clean:
+ dh_testdir
+ dh_testroot
+ rm -f build-stamp configure-stamp
+
+ dh_clean
+
+install: build
+ dh_testdir
+ dh_testroot
+ dh_clean -k
+ dh_installdirs
+
+ # Add here commands to install the package into debian/nat-traverse.
+ install -m 755 nat-traverse debian/nat-traverse/usr/bin/
+
+# Build architecture-independent files here.
+binary-indep: build install
+# We have nothing to do by default.
+
+# Build architecture-dependent files here.
+binary-arch: build install
+ dh_testdir
+ dh_testroot
+ dh_installchangelogs ChangeLog
+ dh_installdocs
+ dh_installman nat-traverse.1
+ dh_link
+ dh_strip
+ dh_compress
+ dh_fixperms
+ dh_installdeb
+ dh_shlibdeps
+ dh_gencontrol
+ dh_md5sums
+ dh_builddeb
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..6289d7a
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,8 @@
+# Example watch control file for uscan
+# Rename this file to "watch" and then you can run the "uscan" command
+# to check for upstream updates and more.
+# See uscan(1) for format
+
+# Compulsory line, this is a version 3 file
+version=3
+http://people.debian.org/~lolando/sfdlr.php?project=nat-traverse nat-traverse-([\d.]*).tar.bz2