diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2012-07-30 15:56:33 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2012-07-30 15:56:33 +0200 |
commit | 0e37ff455dcf865106b786e199b34a92bd048889 (patch) | |
tree | c2cb7336c82e510ed639f1e0be96bcbc6024f756 | |
parent | 214f412673a4b3d62156e2124a1ed7050b43e860 (diff) | |
download | itzks-systems-0e37ff455dcf865106b786e199b34a92bd048889.tar.gz itzks-systems-0e37ff455dcf865106b786e199b34a92bd048889.tar.bz2 itzks-systems-0e37ff455dcf865106b786e199b34a92bd048889.zip |
Add package: izks-packages-disklserver
-rw-r--r-- | README.disklserver | 7 | ||||
-rw-r--r-- | README.virtman | 7 | ||||
-rw-r--r-- | debian/changelog | 7 | ||||
-rw-r--r-- | debian/control | 27 | ||||
-rw-r--r-- | debian/itzks-packages-disklserver.docs | 1 | ||||
-rw-r--r-- | debian/itzks-packages-virtman.docs | 1 |
6 files changed, 48 insertions, 2 deletions
diff --git a/README.disklserver b/README.disklserver new file mode 100644 index 0000000..e7acc12 --- /dev/null +++ b/README.disklserver @@ -0,0 +1,7 @@ +IT-Zukunft Schule: meta-package for Diskless Workstation Server (disklserver.intern) +------------------ + +This meta package pulls in software required for running a +Debian system as diskless workstation server. + +Mike Gabriel, 20120730
\ No newline at end of file diff --git a/README.virtman b/README.virtman new file mode 100644 index 0000000..7a2b34a --- /dev/null +++ b/README.virtman @@ -0,0 +1,7 @@ +IT-Zukunft Schule: meta-package for KVM hosts (virt-man-XX.backbone) +------------------ + +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 index df80c2b..9a28572 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +itzks-packages (2012.07.30.1) UNRELEASED; urgency=low + + * Add meta-package: + + itzks-packages-disklserver + + -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Mon, 30 Jul 2012 15:55:21 +0200 + itzks-packages (2012.07.27.3) squeeze-backports; urgency=low * /debian/control (itzks-packages-virtman): diff --git a/debian/control b/debian/control index f221658..7e1ade4 100644 --- a/debian/control +++ b/debian/control @@ -59,5 +59,28 @@ Conflicts: 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. + +Package: itzks-packages-disklserver +Architecture: all +Depends: + ${misc:Depends}, + arj, + atftpd, + bzip2, + htop, + itzks-keyring, + links, + mc, + nfs-kernel-server, + nload, + nmap, + reportbug, + syslinux, + sysstat, + tree, + unzip, + xpdf, + zip, +Description: Meta-package for ITZkS-DisklServer systems + Install this package to pull in all dependencies required on + ITZkS Diskless Workstation Server systems. diff --git a/debian/itzks-packages-disklserver.docs b/debian/itzks-packages-disklserver.docs new file mode 100644 index 0000000..bc2d29c --- /dev/null +++ b/debian/itzks-packages-disklserver.docs @@ -0,0 +1 @@ +README.disklserver diff --git a/debian/itzks-packages-virtman.docs b/debian/itzks-packages-virtman.docs new file mode 100644 index 0000000..7e878f8 --- /dev/null +++ b/debian/itzks-packages-virtman.docs @@ -0,0 +1 @@ +README.virtman
\ No newline at end of file |