summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--debian/changelog12
-rw-r--r--debian/compat1
-rw-r--r--debian/control16
-rw-r--r--debian/copyright26
-rwxr-xr-xdebian/rules3
5 files changed, 58 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..fa0fd04
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,12 @@
+util-vserver-netns (1.1-1) unstable; urgency=low
+
+ * vservers-default: include configuration for initscripts
+ * vserver.netns: do not try use netns during stop, if netns does not exists
+
+ -- Alexander Sulfrian <alex@spline.inf.fu-berlin.de> Fri, 28 Feb 2014 21:07:00 +0100
+
+util-vserver-netns (1.0-1) unstable; urgency=low
+
+ * Initial release
+
+ -- Alexander Sulfrian <alex@spline.inf.fu-berlin.de> Sat, 28 Sep 2013 23:21:50 +0200
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..7f8f011
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+7
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..7e56a72
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,16 @@
+Source: util-vserver-netns
+Section: unknown
+Priority: extra
+Maintainer: Alexander Sulfrian <alex@spline.inf.fu-berlin.de>
+Build-Depends: debhelper (>= 7.0.50~)
+Standards-Version: 3.9.1
+Homepage: http://git.spline.inf.fu-berlin.de/util-vserver-netns/
+Vcs-Git: git://git.spline.inf.fu-berlin.de/util-vserver-netns/
+
+Package: util-vserver-netns
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, util-vserver
+Description: util-vserver wrapper scripts for network namespaces
+ With this scripts you could start each vserver in its own
+ network namespace. The network namespace setup and interface
+ initialization are handled by the wrapper script.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..f1d38ab
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,26 @@
+This work was packaged for Debian by:
+
+ Alexander Sulfrian <alex@spline.inf.fu-berlin.de> on Mon, 21 Jan 2013 22:01:44 +0100
+
+It was downloaded from:
+
+ http://git.spline.inf.fu-berlin.de/util-vserver-netns/
+
+Upstream Author(s):
+
+ Alexander Sulfrian <alex@spline.inf.fu-berlin.de>
+
+Copyright:
+
+ Copyright (C) 2013 Alexander Sulfrian
+
+License:
+
+ as-is
+
+The Debian packaging is:
+
+ Copyright (C) 2013 Alexander Sulfrian <alex@spline.inf.fu-berlin.de>
+
+and is licensed under the GPL version 3,
+see "/usr/share/common-licenses/GPL-3".
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..cbe925d
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,3 @@
+#!/usr/bin/make -f
+%:
+ dh $@