Add tools for building deb packages to build_chroot
authorMichele Tartara <mtartara@google.com>
Thu, 20 Jun 2013 12:55:54 +0000 (14:55 +0200)
committerMichele Tartara <mtartara@google.com>
Thu, 20 Jun 2013 13:23:51 +0000 (15:23 +0200)
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 <mtartara@google.com>
Reviewed-by: Klaus Aehlig <aehlig@google.com>

devel/build_chroot

index 8c571e4..38f27a6 100755 (executable)
@@ -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