From 381b3ca406fc23c1b4f0aeb266e064f99d35cd7f Mon Sep 17 00:00:00 2001 From: Andrew Ayer Date: Tue, 22 Nov 2016 16:26:43 -0800 Subject: [PATCH] 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. --- debian/changelog | 6 ++++++ debian/control | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index e297313..f0523fc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +git-crypt (0.5.0-2) UNRELEASED; urgency=medium + + * Build against OpenSSL 1.0.x. (Closes: #828312) + + -- Andrew Ayer Tue, 22 Nov 2016 16:28:32 -0800 + git-crypt (0.5.0-1) unstable; urgency=medium * Initial release. (Closes: #785346) diff --git a/debian/control b/debian/control index 71d6959..7c5f085 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Maintainer: Andrew Ayer 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