2 Commits

Author SHA1 Message Date
Andrew Ayer
0377659d18 debian packaging: bump standards version (no changes needed) 2016-11-23 12:52:01 -08:00
Andrew Ayer
381b3ca406 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.
2016-11-23 12:51:23 -08:00
2 changed files with 9 additions and 2 deletions

7
debian/changelog vendored
View File

@@ -1,3 +1,10 @@
git-crypt (0.5.0-2) unstable; urgency=medium
* Build against OpenSSL 1.0.x. (Closes: #828312)
* Bump standards version (no changes needed).
-- Andrew Ayer <agwa@andrewayer.name> Wed, 23 Nov 2016 12:51:51 -0800
git-crypt (0.5.0-1) unstable; urgency=medium
* Initial release. (Closes: #785346)

4
debian/control vendored
View File

@@ -2,8 +2,8 @@ Source: git-crypt
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
Standards-Version: 3.9.8
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