From 63d68aaeefd207ef88c71fcbf384a132181c08c9 Mon Sep 17 00:00:00 2001 From: "Denis S. Soldatov aka General-Beck" Date: Fri, 23 Dec 2016 16:47:50 +0400 Subject: [PATCH] Update deb-build.sh Add Depends: libssl --- scripts/deb-build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/deb-build.sh b/scripts/deb-build.sh index 9754f1b05..dd5b9ab29 100644 --- a/scripts/deb-build.sh +++ b/scripts/deb-build.sh @@ -25,6 +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 "Description: Ethereum network client by Ethcore" >> $control #build .deb package