summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <mail@daniel-baumann.ch>2016-05-06 12:00:09 +0000
committerDaniel Baumann <mail@daniel-baumann.ch>2016-05-06 12:00:09 +0000
commit2ab873a78a5b0ac53bda75a1c2c8c048f4f8ec7a (patch)
tree98325a076d90048127ccb545192004724105f812
parentAdding upstream version 20160301. (diff)
downloadopen-infrastructure-compute-tools-2ab873a78a5b0ac53bda75a1c2c8c048f4f8ec7a.tar.xz
open-infrastructure-compute-tools-2ab873a78a5b0ac53bda75a1c2c8c048f4f8ec7a.zip
Adding debian version 20160301-1.debian/20160301-1
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
-rw-r--r--debian/changelog5
-rw-r--r--debian/compat1
-rw-r--r--debian/control33
-rw-r--r--debian/copyright25
-rwxr-xr-xdebian/rules4
-rw-r--r--debian/source/format1
-rw-r--r--debian/source/local-options1
7 files changed, 70 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..b3117d7
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+open-infrastructure-container-tools (20160301-1) unstable; urgency=low
+
+ * Initial upload to sid (Closes: #816418).
+
+ -- Daniel Baumann <mail@daniel-baumann.ch> Wed, 02 Mar 2016 12:17:58 +0100
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..ec63514
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..7f5ddc6
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,33 @@
+Source: open-infrastructure-container-tools
+Section: admin
+Priority: optional
+Maintainer: Daniel Baumann <mail@daniel-baumann.ch>
+Build-Depends:
+ asciidoc,
+ debhelper (>= 9),
+ docbook-xml,
+ docbook-xsl,
+ libxml2-utils,
+ xsltproc,
+Standards-Version: 3.9.7
+Homepage: http://open-infrastructure.net/container-tools
+Vcs-Browser: https://github.com/open-infrastructure/container-tools
+Vcs-Git: git://github.com/open-infrastructure/container-tools
+
+Package: open-infrastructure-container-tools
+Architecture: all
+Depends:
+ dbus,
+ systemd-container | systemd (<< 224-2~),
+ ${misc:Depends},
+Recommends:
+ debootstrap,
+Conflicts:
+ radiance,
+Description: Tools to manage systemd-nspawn containers
+ A Linux Container is an operating-system-level virtualization environment for
+ running multiple isolated Linux systems (containers) on a single Linux control
+ host.
+ .
+ container-tools provides the integration for Debian based Containers using
+ systemd-nspawn.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..2b1841e
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,25 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: container-tools
+Upstream-Contact: Daniel Baumann <daniel.baumann@open-infrastructure.net>
+Source: https://github.com/open-infrastructure/container-tools
+
+Files: *
+Copyright: 2014-2016 Daniel Baumann <daniel.baumann@open-infrastructure.net>
+License: GPL-3+
+
+License: GPL-3+
+ 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 3 of the License, or
+ (at your option) any later version.
+ .
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+ .
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
+ .
+ The full text of the GNU General Public License version 3
+ can be found in the file /usr/share/common-licenses/GPL-3.
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..59ad07a
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+ dh ${@} --parallel
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/debian/source/local-options b/debian/source/local-options
new file mode 100644
index 0000000..2ee6f0f
--- /dev/null
+++ b/debian/source/local-options
@@ -0,0 +1 @@
+abort-on-upstream-changes