From ae0cd65e93799635897173e16982669dd9825d8a Mon Sep 17 00:00:00 2001 From: Andrew Ayer Date: Sun, 26 Nov 2017 10:33:18 -0800 Subject: [PATCH] debian packaging: support building against OpenSSL 1.1 --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index c60efb5..d797056 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Maintainer: Andrew Ayer Section: vcs Priority: optional Standards-Version: 3.9.8 -Build-Depends: debhelper (>= 9), libssl1.0-dev | libssl-dev (<< 1.1.0~), xsltproc, docbook-xml, docbook-xsl +Build-Depends: debhelper (>= 9), libssl-dev | libssl1.0-dev, 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