X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=Makefile;h=9452c09835f11cc6d7647ce2fa21c6206686a3e2;hb=e8fd8a3fa33a91b71101f9d91311253e65e03acc;hp=b5523d75bb5470bd5ea0ea376434fafeec6254ea;hpb=f6c8be515da787ee783ae456761fffe00068440c;p=pve-qemu-kvm.git diff --git a/Makefile b/Makefile index b5523d7..9452c09 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,8 @@ -RELEASE=4.1 +RELEASE=4.2 # also update debian/changelog -KVMVER=2.5 -KVMPKGREL=3 +KVMVER=2.6 +KVMPKGREL=1 KVMPACKAGE=pve-qemu-kvm KVMDIR=qemu-kvm @@ -21,13 +21,12 @@ all: ${DEBS} .PHONY: download download: rm -rf ${KVMDIR} ${KVMSRC} - #git clone git://git.qemu-project.org/qemu.git -b stable-2.4 ${KVMDIR} - git clone git://git.qemu-project.org/qemu.git ${KVMDIR} - # see https://bugs.launchpad.net/qemu/+bug/1488363?comments=all - cd ${KVMDIR}; git checkout v2.5.0; git revert --no-edit b8eb5512fd8a115f164edbbe897cdf8884920ccb + git clone --depth=1 git://git.qemu-project.org/qemu.git -b v2.6.0 ${KVMDIR} tar czf ${KVMSRC} --exclude CVS --exclude .git --exclude .svn ${KVMDIR} -${DEBS} kvm: ${KVMSRC} +.PHONY: deb +deb ${DEBS} kvm: ${KVMSRC} + rm -f *.deb rm -rf ${KVMDIR} tar xf ${KVMSRC} cp -a debian ${KVMDIR}/debian