]> git.proxmox.com Git - qemu-server.git/commitdiff
updates for debian jessie
authorDietmar Maurer <dietmar@proxmox.com>
Fri, 27 Feb 2015 12:01:18 +0000 (13:01 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Fri, 27 Feb 2015 12:01:18 +0000 (13:01 +0100)
Makefile
changelog.Debian
control.in
postinst
qemu.init.d

index f359153005087396519e2f12142971082e7a8f9b..068a8fab39ad80959b23e83451e2c7e0bdf5badb 100644 (file)
--- 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
index 87766dfa6145944b1c938e2d8c32c9f9a91695f2..df028ac826c048c99e031315b4e9c70db277ed83 100644 (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")
index cf9918d419a1840d7275d41eaf5b5df4e20fb4d6..dc87429f8af4ec5f2b3e52f6af3954c7b28a9dbe 100644 (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
index 477169b2112880ba301bcfd974cf43f841d7a5a7..e95eadb634ba04ed96f043a8ef6fa97b5dc25632 100644 (file)
--- 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
 
index 3b142ad0bbcec068fb10754ca947c184dec0baf4..c42f2a7cce4d837c63ee49494c256f491cf4621d 100644 (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