From 6b0ddb3cf460de39987ac748cc742d8fdb2dec17 Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Fri, 27 Feb 2015 13:01:18 +0100 Subject: [PATCH] updates for debian jessie --- Makefile | 6 +++--- changelog.Debian | 6 ++++++ control.in | 2 +- postinst | 2 +- qemu.init.d | 4 ++-- 5 files changed, 13 insertions(+), 7 deletions(-) diff --git a/Makefile b/Makefile index f3591530..068a8fab 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,8 @@ -RELEASE=3.3 +RELEASE=4.0 -VERSION=3.3 +VERSION=4.0 PACKAGE=qemu-server -PKGREL=20 +PKGREL=1 DESTDIR= PREFIX=/usr diff --git a/changelog.Debian b/changelog.Debian index 87766dfa..df028ac8 100644 --- a/changelog.Debian +++ b/changelog.Debian @@ -1,3 +1,9 @@ +qemu-server (4.0-1) unstable; urgency=medium + + * updated for debian jessie + + -- Proxmox Support Team Fri, 27 Feb 2015 13:00:56 +0100 + qemu-server (3.3-20) unstable; urgency=low * correctly set an remove lock (fix "qm unlock") diff --git a/control.in b/control.in index cf9918d4..dc87429f 100644 --- a/control.in +++ b/control.in @@ -3,7 +3,7 @@ Version: @@VERSION@@-@@PKGRELEASE@@ Section: admin Priority: optional Architecture: @@ARCH@@ -Depends: libc6 (>= 2.7-18), perl (>= 5.10.0-19), libterm-readline-gnu-perl, pve-qemu-kvm (>= 1.7-1), netcat-traditional, libpve-access-control, libpve-storage-perl, pve-cluster, redhat-cluster-pve, libjson-perl, libjson-xs-perl, libio-multiplex-perl, libnet-ssleay-perl, socat, pve-firewall, libuuid-perl +Depends: libc6 (>= 2.7-18), perl (>= 5.10.0-19), libterm-readline-gnu-perl, pve-qemu-kvm (>= 2.2-1), netcat-traditional, libpve-access-control, libpve-storage-perl, pve-cluster, libjson-perl, libjson-xs-perl, libio-multiplex-perl, libnet-ssleay-perl, socat, pve-firewall, libuuid-perl Conflicts: netcat-openbsd Maintainer: Proxmox Support Team Description: Qemu Server Tools diff --git a/postinst b/postinst index 477169b2..e95eadb6 100644 --- a/postinst +++ b/postinst @@ -21,7 +21,7 @@ set -e case "$1" in configure) - update-rc.d qemu-server defaults 25 75 >/dev/null 2>&1 + update-rc.d qemu-server defaults >/dev/null 2>&1 # update old config files diff --git a/qemu.init.d b/qemu.init.d index 3b142ad0..c42f2a7c 100644 --- a/qemu.init.d +++ b/qemu.init.d @@ -2,8 +2,8 @@ ### BEGIN INIT INFO # Provides: qemu-server -# Required-Start: +iscsi pve-cluster cman clvm $network $local_fs $remote_fs -# Required-Stop: +iscsi pve-cluster cman clvm $network $local_fs $remote_fs +# Required-Start: $network $local_fs $remote_fs +# Required-Stop: $network $local_fs $remote_fs # Default-Start: 2 3 4 5 # Default-Stop: 0 1 6 # Short-Description: start all qemu/kvm virtual machines -- 2.39.5