From 9839902a0fd9bd49b48249a0c44efd18378a9c49 Mon Sep 17 00:00:00 2001 From: Michele Tartara Date: Thu, 20 Jun 2013 14:55:54 +0200 Subject: [PATCH] Add tools for building deb packages to build_chroot The chroot only had tools for building and testing Ganeti, but not for building its Debian packages. They are added by this commit. Signed-off-by: Michele Tartara Reviewed-by: Klaus Aehlig --- devel/build_chroot | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/devel/build_chroot b/devel/build_chroot index 8c571e4..38f27a6 100755 --- a/devel/build_chroot +++ b/devel/build_chroot @@ -203,6 +203,10 @@ in_chroot -- \ in_chroot -- \ cabal install --global shelltestrunner +#Tools for creating debian packages +in_chroot -- \ + apt-get install python-docutils debhelper quilt + #Set default editor in_chroot -- \ update-alternatives --set editor $ALTERNATIVE_EDITOR -- 1.7.10.4