WebDAV: Dropped support for DAV before 0.6.1.

0.6.1 is in testing, and stable does not have DAV at all, so I can dispense
with this compatability code
This commit is contained in:
Joey Hess 2014-07-30 11:19:05 -04:00
parent 89416ba2d9
commit b5ac627fee
3 changed files with 4 additions and 44 deletions

View file

@ -142,7 +142,7 @@ Executable git-annex
CPP-Options: -DWITH_S3
if flag(WebDAV)
Build-Depends: DAV ((>= 0.3 && < 0.6) || > 0.6),
Build-Depends: DAV (> 0.6),
http-client, http-conduit, http-types, lifted-base
CPP-Options: -DWITH_WEBDAV