From 3e211d152180b19b51a833940130fbf0edaaf242 Mon Sep 17 00:00:00 2001
From: Dimitris Aragiorgis <dimara@grnet.gr>
Date: Wed, 19 Dec 2012 20:11:01 +0200
Subject: [PATCH] Bump new version and add hroller doc

Signed-off-by: Dimitris Aragiorgis <dimara@grnet.gr>
---
 debian/changelog | 2 +-
 debian/rules     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 98222c5cc..bba007bf4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-snf-ganeti (2.6.0rc3+grnet-1) stable; urgency=low
+snf-ganeti (2.7.0~rc1-1) stable; urgency=low
 
   GRNET-specific package against google's master branch
   The package contains google's current master branch +
diff --git a/debian/rules b/debian/rules
index 80675b627..c7c98cdf8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -80,7 +80,7 @@ install: build
 	   $(HTOOLS_DIR)/usr/lib/ganeti/iallocators/
 
 	mkdir -p $(HTOOLS_DIR)/usr/share/man/man1
-	for i in htools hail hbal hscan hspace hinfo hcheck; do \
+	for i in hroller htools hail hbal hscan hspace hinfo hcheck; do \
 	  mv $(GANETI_DIR)/usr/share/man/man1/$${i}.1 \
 	     $(HTOOLS_DIR)/usr/share/man/man1/ ; \
 	done
-- 
GitLab