dist/ubuntu: resolve build time dependency by mk-build-deps command
Resolve dependency packages from debian/control, intead of doing apt-get manually.
This commit is contained in:
parent
d8d3023334
commit
72aae6bf3b
Notes:
Pekka Enberg
2016-05-04 13:20:26 +03:00
backport: 1.1
2
dist/ubuntu/build_deb.sh
vendored
2
dist/ubuntu/build_deb.sh
vendored
@ -28,5 +28,5 @@ sed -i -e "s/@@VERSION@@/$SCYLLA_VERSION/g" debian/changelog
|
||||
sed -i -e "s/@@RELEASE@@/$SCYLLA_RELEASE/g" debian/changelog
|
||||
sed -i -e "s/@@CODENAME@@/$CODENAME/g" debian/changelog
|
||||
|
||||
sudo apt-get -y install debhelper maven openjdk-7-jdk devscripts
|
||||
echo Y | sudo mk-build-deps -i -r
|
||||
debuild -r fakeroot -us -uc
|
||||
|
Loading…
Reference in New Issue
Block a user