summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README7
-rw-r--r--debian/changelog5
-rw-r--r--debian/compat1
-rw-r--r--debian/control55
-rw-r--r--debian/copyright29
-rw-r--r--debian/itzks-virtman-packages.docs1
-rwxr-xr-xdebian/rules5
-rw-r--r--debian/source/format1
8 files changed, 104 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..656f6bb
--- /dev/null
+++ b/README
@@ -0,0 +1,7 @@
+IT-Zukunft Schule: meta-package for KVM hosts (virt-man-XX)
+------------------
+
+This meta package pulls in software required for running a
+Debian system as virtual machine host system.
+
+Mike Gabriel, 20120727 \ No newline at end of file
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..77e666e
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+itzks-virtman-packages (2012.07.27.1) UNRELEASED; urgency=low
+
+ * First package release.
+
+ -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Tue, 24 Jul 2012 15:58:46 +0200
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..c793025
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+7 \ No newline at end of file
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..ad9677e
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,55 @@
+Source: itzks-virtman-packages
+Section: misc
+Priority: optional
+Maintainer: ITZkS Packaging <admin@lists.it-zukunft-schule.de>
+Uploaders:
+ Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
+Build-Depends:
+ debhelper (>= 7.0.50~)
+Homepage: http://wiki.it-zukunft-schule.de
+Vcs-Git: git://code.it-zukunft-schule.de/itzks-virtman-packages.git
+Vcs-Browser: http://code.it-zukunft-schule.de/gitweb?p=itzks-virtman-packages.git;a=summary
+Standards-Version: 3.9.3
+
+Package: itzks-virtman-packages
+Architecture: all
+Depends:
+ ${misc:Depends},
+ arj,
+ bzip2,
+ catdvi,
+ etckeeper,
+ firmware-linux-free,
+ firmware-linux-nonfree,
+ git,
+ htop,
+ iceweasel,
+ iceweasel-l10n-de,
+ itzks-keyring,
+ links,
+ linux-image-amd64,
+ lxde,
+ mc,
+ nload,
+ nmap,
+ odt2txt,
+ postfix,
+ pyhoca-gui,
+ reportbug,
+ sysstat,
+ tree,
+ unzip,
+ x2go-keyring,
+ x2goserver,
+ x2goserver-xsession,
+ x2golxdebindings,
+ x2gognomebindings,
+ x2godesktopsharing,
+ x2goclient,
+ xpdf,
+ zip,
+Description: Meta-package for ITZkS-VirtMan systems
+ Install this package to pull in all dependencies required on
+ ITZkS VirtMan Debian systems.
+ .
+ Note: this package does not contain any configuration files.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..46c21ca
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,29 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: ITZkS VirtMan Host Meta-Package
+Upstream-Contact: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
+Source: http://code.it-zukunft-schule.de/gitweb?p=itzks-virtman-packages.git;a=summary
+
+Files: *
+Copyright: 2012, Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
+License: GPL-2+
+ 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.
+ .
+ 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 package; if not, write to the Free
+ Software Foundation, Inc., 51 Franklin St, Fifth Floor,
+ Boston, MA 02110-1301 USA
+ .
+ On Debian systems, the full text of the GNU General Public
+ License version 2 can be found in the file
+ `/usr/share/common-licenses/GPL-2'.
+
diff --git a/debian/itzks-virtman-packages.docs b/debian/itzks-virtman-packages.docs
new file mode 100644
index 0000000..100b938
--- /dev/null
+++ b/debian/itzks-virtman-packages.docs
@@ -0,0 +1 @@
+README \ No newline at end of file
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..65d054b
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,5 @@
+#!/usr/bin/make -f
+# debian/rules file - for itzks-virtman-packages
+
+%:
+ dh ${@}
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..89ae9db
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (native)