]> git.proxmox.com Git - pve-qemu-kvm.git/blobdiff - Makefile
re-enable balloon stats
[pve-qemu-kvm.git] / Makefile
index e609747f2fb3f10ba2bc82e59b0c842c9f5dcf99..9d4fb408371eb05f3d2115ab9ff5eb00e9f175ee 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,8 +1,8 @@
-RELEASE=2.0
+RELEASE=2.2
 
 # also update debian/changelog
-KVMVER=1.0
-KVMPKGREL=6
+KVMVER=1.3
+KVMPKGREL=8
 
 KVMPACKAGE=pve-qemu-kvm
 KVMDIR=qemu-kvm
@@ -17,16 +17,16 @@ all: ${KVM_DEB} ${KVMSRC}
 .PHONY: download
 download:
        rm -rf ${KVMDIR} ${KVMSRC}
-       git clone git://git.kernel.org/pub/scm/virt/kvm/qemu-kvm.git ${KVMDIR}
-       # fixme checkout correct version
-       # cd ${KVMDIR}; git checkout -b local qemu-kvm-${KVMVER}
+       git clone git://git.qemu-project.org/qemu.git -b master ${KVMDIR} 
+       cd ${KVMDIR}; git checkout -b local v1.3.0
+       cd ${KVMDIR}; git am ../seabios-update.patch
        tar czf ${KVMSRC} --exclude CVS --exclude .git --exclude .svn ${KVMDIR}
 
 ${KVM_DEB} kvm: ${KVMSRC}
        rm -rf ${KVMDIR}
        tar xf ${KVMSRC} 
        cp -a debian ${KVMDIR}/debian
-       cd ${KVMDIR}; dpkg-buildpackage -rfakeroot -us -uc
+       cd ${KVMDIR}; dpkg-buildpackage -b -rfakeroot -us -uc
        lintian ${KVM_DEB} || true
 
 .PHONY: upload