Update deb-build.sh to fix libssl dependency (#4260)

This commit is contained in:
Lukas Maerdian 2017-01-22 16:16:15 +01:00 committed by Gav Wood
parent 092e24b9f2
commit 275fd5096c
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ echo "Homepage: https://ethcore.io" >> $control
echo "Vcs-Git: git://github.com/ethcore/parity.git" >> $control
echo "Vcs-Browser: https://github.com/ethcore/parity" >> $control
echo "Architecture: $1" >> $control
echo "Depends: libssl" >> $control
echo "Depends: libssl1.0.0" >> $control
echo "Description: Ethereum network client by Ethcore" >> $control
#build .deb package