From 6fe6f1a5a49f882b788cc55c14019b0007ceee70 Mon Sep 17 00:00:00 2001 From: Alexandre Derumier Date: Mon, 30 Jun 2014 05:49:39 +0200 Subject: [PATCH] bump to 0.8.2 also add zookeeper support Signed-off-by: Alexandre Derumier --- Makefile | 2 +- debian/changelog | 8 ++++++++ debian/control | 5 +++-- debian/rules | 2 +- 4 files changed, 13 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index f299780..6f7695d 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ RELEASE=3.1 PACKAGE=pve-sheepdog PKGREL=1 -SDVER=0.8.0 +SDVER=0.8.2 ARCH:=$(shell dpkg-architecture -qDEB_BUILD_ARCH) GITVERSION:=$(shell cat .git/refs/heads/master) diff --git a/debian/changelog b/debian/changelog index 7bf0c40..9d3d6e8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +pve-sheepdog (0.8.2-1) unstable; urgency=low + + * Bump to sheepdog 0.8.2 + + - Add zookeeper support + + -- Proxmox Support Team Fri, 29 Jun 2014 20:00:00 +0200 + pve-sheepdog (0.8.0-1) unstable; urgency=low * Bump to sheepdog 0.8.0 diff --git a/debian/control b/debian/control index dab528a..fe618e1 100644 --- a/debian/control +++ b/debian/control @@ -11,13 +11,14 @@ Build-Depends: debhelper (>= 7.0.50~), python, liburcu-dev (>= 0.6.7), libssl-dev, - libfuse-dev + libfuse-dev, + libzookeeper-mt-dev Standards-Version: 3.8.4 Homepage: http://www.osrg.net/sheepdog/ Package: pve-sheepdog Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends} corosync-pve +Depends: ${shlibs:Depends}, ${misc:Depends} corosync-pve, libzookeeper-mt2 Description: Distributed storage system for KVM/QEMU Sheepdog provides highly available block level storage volumes that can be attached to KVM/QEMU virtual machines. Sheepdog scales to several hundreds diff --git a/debian/rules b/debian/rules index 5f1f610..a22fc67 100755 --- a/debian/rules +++ b/debian/rules @@ -17,5 +17,5 @@ override_dh_installinit: override_dh_auto_configure: ./autogen.sh - dh_auto_configure + dh_auto_configure --enable-zookeeper -- 2.39.2