5
0
mirror of git://git.proxmox.com/git/qemu-server.git synced 2025-01-21 18:03:56 +03:00

updates for debian jessie

This commit is contained in:
Dietmar Maurer 2015-02-27 13:01:18 +01:00
parent 025e1d900b
commit 6b0ddb3cf4
5 changed files with 13 additions and 7 deletions

View File

@ -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

View File

@ -1,3 +1,9 @@
qemu-server (4.0-1) unstable; urgency=medium
* updated for debian jessie
-- Proxmox Support Team <support@proxmox.com> Fri, 27 Feb 2015 13:00:56 +0100
qemu-server (3.3-20) unstable; urgency=low
* correctly set an remove lock (fix "qm unlock")

View File

@ -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 <support@proxmox.com>
Description: Qemu Server Tools

View File

@ -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

View File

@ -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