[Pkg-ganeti-devel] [SCM] Ganeti packaging branch, master, updated. debian/2.6.2-2-10-g72214ed

Guido Trotter ultrotter at debian.org
Mon Jul 1 14:58:52 UTC 2013


The following commit has been merged in the master branch:
commit 72214ed25d036c74f516ada154d018b5f7d69d75
Author: Guido Trotter <ultrotter at debian.org>
Date:   Mon Jul 1 16:39:01 2013 +0200

    Move an explicit mkdir to package dirs file
    
    Signed-off-by: Guido Trotter <ultrotter at debian.org>

diff --git a/debian/ganeti-htools.dirs b/debian/ganeti-htools.dirs
index 51017b7..aafd29a 100644
--- a/debian/ganeti-htools.dirs
+++ b/debian/ganeti-htools.dirs
@@ -1,2 +1,3 @@
 usr/bin
 usr/lib/ganeti/iallocators
+usr/share/man/man1
diff --git a/debian/rules b/debian/rules
index d008e55..ad706ca 100755
--- a/debian/rules
+++ b/debian/rules
@@ -78,7 +78,6 @@ install: build
 	mv $(GANETI_DIR)/usr/lib/ganeti/iallocators/hail \
 	   $(HTOOLS_DIR)/usr/lib/ganeti/iallocators/
 
-	mkdir -p $(HTOOLS_DIR)/usr/share/man/man1
 	for i in htools hail hbal hscan hspace hcheck hinfo hroller; do \
 	  mv $(GANETI_DIR)/usr/share/man/man1/$${i}.1 \
 	     $(HTOOLS_DIR)/usr/share/man/man1/ ; \

-- 
Ganeti packaging



More information about the Pkg-ganeti-devel mailing list