From: Michele Tartara Date: Thu, 20 Jun 2013 12:55:54 +0000 (+0200) Subject: Add tools for building deb packages to build_chroot X-Git-Tag: v2.8.0beta1~10 X-Git-Url: https://code.grnet.gr/git/ganeti-local/commitdiff_plain/9839902a0fd9bd49b48249a0c44efd18378a9c49 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 --- 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