From d1462974abe6a7dae3095164623d2d227a2a2a37 Mon Sep 17 00:00:00 2001 From: Antonio Terceiro Date: Sun, 27 Nov 2011 15:54:34 -0200 Subject: [PATCH] Also install dependencies needed to run the tests --- debian/bootstrap | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/bootstrap b/debian/bootstrap index 6345e12..289d6cc 100755 --- a/debian/bootstrap +++ b/debian/bootstrap @@ -1,4 +1,5 @@ #!/bin/sh -dependencies=$(sed -e '/^Depends:.*rails/!d; s/Depends: //; s/([^)]*)//g; s/,\s*/\n/g' debian/control | grep -v 'memcached\|debconf\|mongrel-cluster\|dbconfig-common\|postgresql\|misc:Depends\|adduser') -apt-get install $dependencies +runtime_dependencies=$(sed -e '/^Depends:.*rails/!d; s/Depends: //; s/([^)]*)//g; s/,\s*/\n/g' debian/control | grep -v 'memcached\|debconf\|mongrel-cluster\|dbconfig-common\|postgresql\|misc:Depends\|adduser') +test_dependencies="libtidy-ruby libhpricot-ruby libmocha-ruby imagemagick po4a xvfb" +apt-get -y install $runtime_dependencies $test_dependencies -- libgit2 0.21.2