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:
parent
1fcd06b776
commit
c3cc58069c
2
dist/ubuntu/build_deb.sh
vendored
2
dist/ubuntu/build_deb.sh
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user