debian packaging: build against OpenSSL 1.0.x

Longer term, I will port git-crypt to OpenSSL 1.1.x.  This suffices for
now - git-crypt wouldn't have benefited from any of the 1.1 features
anyways.
This commit is contained in:
Andrew Ayer
2016-11-22 16:26:43 -08:00
parent f741d1aded
commit 381b3ca406
2 changed files with 7 additions and 1 deletions

2
debian/control vendored
View File

@@ -3,7 +3,7 @@ Maintainer: Andrew Ayer <agwa@andrewayer.name>
Section: vcs
Priority: optional
Standards-Version: 3.9.6
Build-Depends: debhelper (>= 9), libssl-dev, xsltproc, docbook-xml, docbook-xsl
Build-Depends: debhelper (>= 9), libssl1.0-dev | libssl-dev (<< 1.1.0~), xsltproc, docbook-xml, docbook-xsl
Vcs-Git: https://www.agwa.name/git/git-crypt.git -b debian
Homepage: https://www.agwa.name/projects/git-crypt