From 79975f02d2510ea6a801d5691143a8a5c18d41f4 Mon Sep 17 00:00:00 2001 From: Alexander Sulfrian Date: Sat, 28 Sep 2013 18:39:29 +0200 Subject: debianization --- debian/changelog | 5 +++++ debian/compat | 1 + debian/control | 16 ++++++++++++++++ debian/copyright | 26 ++++++++++++++++++++++++++ debian/rules | 3 +++ 5 files changed, 51 insertions(+) create mode 100644 debian/changelog create mode 100644 debian/compat create mode 100644 debian/control create mode 100644 debian/copyright create mode 100755 debian/rules diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..7013071 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +util-vserver-netns (1.0-1) unstable; urgency=low + + * Initial release + + -- Alexander Sulfrian 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 +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 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 + +Copyright: + + Copyright (C) 2013 Alexander Sulfrian + +License: + + as-is + +The Debian packaging is: + + Copyright (C) 2013 Alexander Sulfrian + +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 $@ -- cgit v1.2.3-1-g7c22