dist: add devscripts to install debuild before start building package

Signed-off-by: Takuya ASADA <syuu@scylladb.com>
Signed-off-by: Pekka Enberg <penberg@scylladb.com>
This commit is contained in:
Takuya ASADA 2015-10-28 19:57:38 +09:00 committed by Pekka Enberg
parent d88d017385
commit b5d29a0796

View File

@ -5,6 +5,6 @@ if [ ! -e dist/ubuntu/build_deb.sh ]; then
exit 1
fi
sudo apt-get -y install debhelper maven openjdk-7-jdk
sudo apt-get -y install debhelper maven openjdk-7-jdk devscripts
debuild -r fakeroot --no-tgz-check -us -uc