Wheezy backport: Relax cabal version constraint on gnutls (allow the version in wheezy to be used, despite it being a bit buggy).

This commit is contained in:
Joey Hess 2013-10-15 19:46:05 -04:00
parent 7061bfb545
commit b4a2da76fa
2 changed files with 8 additions and 1 deletions

7
debian/changelog vendored
View file

@ -1,3 +1,10 @@
git-annex (4.20131002~bpo70+2) UNRELEASED; urgency=low
* Wheezy backport: Relax cabal version constraint on gnutls
(allow the version in wheezy to be used, despite it being a bit buggy).
-- Joey Hess <joeyh@debian.org> Tue, 15 Oct 2013 19:45:19 -0400
git-annex (4.20131002~bpo70+1) wheezy-backports; urgency=low git-annex (4.20131002~bpo70+1) wheezy-backports; urgency=low
* Note that the layout of gcrypt repositories has changed, and * Note that the layout of gcrypt repositories has changed, and

View file

@ -165,7 +165,7 @@ Executable git-annex
CPP-Options: -DWITH_PAIRING CPP-Options: -DWITH_PAIRING
if flag(XMPP) if flag(XMPP)
Build-Depends: network-protocol-xmpp, gnutls (>= 0.1.4), xml-types Build-Depends: network-protocol-xmpp, gnutls, xml-types
CPP-Options: -DWITH_XMPP CPP-Options: -DWITH_XMPP
if flag(DNS) if flag(DNS)