From 06937be74b58420c4865ddc38314dee52ad85b17 Mon Sep 17 00:00:00 2001 From: "Denis S. Soldatov aka General-Beck" Date: Wed, 15 Feb 2017 20:09:47 +0400 Subject: [PATCH] add libudev-dev in deb [ci-skip] --- scripts/deb-build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/deb-build.sh b/scripts/deb-build.sh index 682cbcbbf..ec11c056a 100644 --- a/scripts/deb-build.sh +++ b/scripts/deb-build.sh @@ -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: libssl1.0.0 (>=1.0.0)" >> $control +echo "Depends: libssl1.0.0 (>=1.0.0), libudev-dev" >> $control echo "Description: Ethereum network client by Ethcore" >> $control #build .deb package