[pve-devel] [PATCH 2/9] use local .qemu.git git repo for build
Stefan Priebe
s.priebe at profihost.ag
Mon Feb 11 10:27:30 CET 2013
Signed-off-by: Stefan Priebe <s.priebe at profihost.ag>
---
Makefile | 2 +-
debian/changelog | 7 +++++++
2 files changed, 8 insertions(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index 8222c39..c90c4d6 100644
--- a/Makefile
+++ b/Makefile
@@ -23,7 +23,7 @@ download:
${KVM_DEB} kvm: ${KVMSRC}
rm -rf ${KVMDIR}
- tar xf ${KVMSRC}
+ rsync -a --delete .qemu.git/ ${KVMDIR}/ --exclude=".git*"
cp -a debian ${KVMDIR}/debian
cd ${KVMDIR}; dpkg-buildpackage -b -rfakeroot -us -uc
lintian ${KVM_DEB} || true
diff --git a/debian/changelog b/debian/changelog
index 382437e..b6d3d2f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+pve-qemu-kvm (1.4-0rc1) unstable; urgency=low
+
+ * qemu 1.4-rc1
+ * rudimentary qemu 1.4 support
+
+ -- Priebe Stefan <s.priebe at profihost.ag> Thu, 07 Feb 2013 12:38:36 +0100
+
pve-qemu-kvm (1.3-18) unstable; urgency=low
* update qemu to v1.3.1
--
1.7.10.4
More information about the pve-devel
mailing list