[Pkg-bitcoin-commits] [groestlcoin] 01/04: Build-depend on libssl1.0-dev (not libssl-dev).
Jonas Smedegaard
dr at jones.dk
Mon Jun 12 13:36:11 UTC 2017
This is an automated email from the git hooks/post-receive script.
js pushed a commit to branch master
in repository groestlcoin.
commit 4dc0d339d0216db3957bcbb01b9ac9b68c402d3b
Author: Jonas Smedegaard <dr at jones.dk>
Date: Mon Jun 12 15:05:51 2017 +0200
Build-depend on libssl1.0-dev (not libssl-dev).
---
debian/rules | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index 7d808f3..4b4b375 100755
--- a/debian/rules
+++ b/debian/rules
@@ -129,7 +129,7 @@ deps-boost = system
deps-boost += filesystem program-options thread test chrono
CDBS_BUILD_DEPENDS +=, $(foreach dep,$(deps-boost),libboost-$(dep)-dev$(comma) )
-CDBS_BUILD_DEPENDS +=, libssl-dev, python
+CDBS_BUILD_DEPENDS +=, libssl1.0-dev, python
DEB_INSTALL_DOCS_ALL += README.md doc/release-notes/release-notes-*.md
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-bitcoin/groestlcoin.git
More information about the Pkg-bitcoin-commits
mailing list