X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=Makefile;h=bb745f9489fce8e5c31c3bf1423fd8f3ff0056c9;hb=a9f9fcfca3cd385975c34c399c53c53c2d779038;hp=4f15e79f51703c68c9c9b540400c68cd19ccef15;hpb=3ea880584bdcb2f97516f234fb54420b032a46a7;p=pve-qemu-kvm.git diff --git a/Makefile b/Makefile index 4f15e79..bb745f9 100644 --- a/Makefile +++ b/Makefile @@ -1,14 +1,15 @@ -RELEASE=2.3 +RELEASE=3.3 # also update debian/changelog -KVMVER=1.4 -KVMPKGREL=7 +KVMVER=2.2 +KVMPKGREL=2 KVMPACKAGE=pve-qemu-kvm KVMDIR=qemu-kvm KVMSRC=${KVMDIR}-src.tar.gz ARCH=amd64 +GITVERSION:=$(shell cat .git/refs/heads/master) KVM_DEB=${KVMPACKAGE}_${KVMVER}-${KVMPKGREL}_${ARCH}.deb @@ -17,16 +18,16 @@ all: ${KVM_DEB} ${KVMSRC} .PHONY: download download: rm -rf ${KVMDIR} ${KVMSRC} - git clone git://git.qemu-project.org/qemu.git -b master ${KVMDIR} - cd ${KVMDIR}; git checkout -b local v1.4.0 - # update to seabios 1.7.2.1 - cd ${KVMDIR}; git cherry-pick 5c75fb10029c5fd1e705a6ef5d698fbea06c7a33 + #git clone git://git.qemu-project.org/qemu.git -b stable-2.1 ${KVMDIR} + git clone git://git.qemu-project.org/qemu.git ${KVMDIR} + #cd ${KVMDIR}; git checkout v2.2.0-rc3 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 + echo "git clone git://git.proxmox.com/git/pve-qemu-kvm.git\\ngit checkout ${GITVERSION}" > ${KVMDIR}/debian/SOURCE cd ${KVMDIR}; dpkg-buildpackage -b -rfakeroot -us -uc lintian ${KVM_DEB} || true