]> git.proxmox.com Git - pve-qemu-kvm.git/blobdiff - Makefile
refresh and enable debian/patches/backup-add-vma-verify-command.patch
[pve-qemu-kvm.git] / Makefile
index 3f342bebd9fc7cce672f5e8ef4415bc3928f0bfe..0419ae206509119f65f15612b95ee29ac3fb039c 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,8 +1,8 @@
 RELEASE=3.2
 
 # also update debian/changelog
-KVMVER=1.7
-KVMPKGREL=7
+KVMVER=2.0
+KVMPKGREL=1
 
 KVMPACKAGE=pve-qemu-kvm
 KVMDIR=qemu-kvm
@@ -18,9 +18,8 @@ all: ${KVM_DEB} ${KVMSRC}
 .PHONY: download
 download:
        rm -rf ${KVMDIR} ${KVMSRC}
-       git clone git://git.qemu-project.org/qemu.git -b stable-1.7 ${KVMDIR} 
-#      cd ${KVMDIR}; git checkout v1.7.0 
-#      git clone git://git.qemu-project.org/qemu-stable-1.7.git -b stable-1.7 ${KVMDIR}
+       git clone git://git.qemu-project.org/qemu.git -b master ${KVMDIR} 
+       cd ${KVMDIR}; git checkout v2.0.0 
        tar czf ${KVMSRC} --exclude CVS --exclude .git --exclude .svn ${KVMDIR}
 
 ${KVM_DEB} kvm: ${KVMSRC}