diff options
| -rw-r--r-- | README | 7 | ||||
| -rw-r--r-- | debian/changelog | 10 | ||||
| -rw-r--r-- | debian/control | 8 | ||||
| -rwxr-xr-x | debian/rules | 2 | 
4 files changed, 13 insertions, 14 deletions
@@ -1,7 +0,0 @@ -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 index 30e25fc..df80c2b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,18 +1,18 @@ -itzks-packages-virtman (2012.07.27.3) squeeze-backports; urgency=low +itzks-packages (2012.07.27.3) squeeze-backports; urgency=low -  * /debian/control: +  * /debian/control (itzks-packages-virtman):      + Conflict with all exim4-* packages.   -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de>  Fri, 27 Jul 2012 13:32:03 +0200 -itzks-packages-virtman (2012.07.27.2) squeeze-backports; urgency=low +itzks-packages (2012.07.27.2) squeeze-backports; urgency=low -  * /debian/control: +  * /debian/control (itzks-packages-virtman):      + Conflict with exim4 to enable postfix installation.   -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de>  Fri, 27 Jul 2012 13:12:27 +0200 -itzks-packages-virtman (2012.07.27.1) squeeze-backports; urgency=low +itzks-packages (2012.07.27.1) squeeze-backports; urgency=low    * First package release. diff --git a/debian/control b/debian/control index 684e9a4..f221658 100644 --- a/debian/control +++ b/debian/control @@ -1,4 +1,4 @@ -Source: itzks-packages-virtman +Source: itzks-packages  Section: misc  Priority: optional  Maintainer: ITZkS Packaging <admin@lists.it-zukunft-schule.de> @@ -16,9 +16,11 @@ Architecture: all  Depends:   ${misc:Depends},   arj, + bridge-utils,   bzip2,   catdvi,   etckeeper, + etherboot-qemu,   firmware-linux-free,   firmware-linux-nonfree,   git, @@ -26,13 +28,16 @@ Depends:   iceweasel,   iceweasel-l10n-de,   itzks-keyring, + libvirt-bin,   links,   linux-image-amd64,   lxde, + lvm2,   mc,   nload,   nmap,   odt2txt, + qemu-kvm,   postfix,   pyhoca-gui,   reportbug, @@ -46,6 +51,7 @@ Depends:   x2gognomebindings,   x2godesktopsharing,   x2goclient, + xinit,   xpdf,   zip,  Conflicts: diff --git a/debian/rules b/debian/rules index 65d054b..4a7f0c2 100755 --- a/debian/rules +++ b/debian/rules @@ -1,5 +1,5 @@  #!/usr/bin/make -f -# debian/rules file - for itzks-virtman-packages +# debian/rules file - for itzks-packages  %:  	dh ${@}  | 
