datalad < 0.9.1 had a problem in its special remote protocol handling which is broken by EXTENSIONS. Make the debian git-annex package conflict with the problem version of datalad.

This commit is contained in:
Joey Hess 2018-02-07 16:16:33 -04:00
parent ed3b03184f
commit 6f72bd0b47
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
2 changed files with 4 additions and 0 deletions

View file

@ -3,6 +3,9 @@ git-annex (6.20180113) UNRELEASED; urgency=medium
* inprogress: Avoid showing failures for files not in progress. * inprogress: Avoid showing failures for files not in progress.
* Added INFO to external special remote protocol. * Added INFO to external special remote protocol.
* Added EXTENSIONS to external special remote protocol. * Added EXTENSIONS to external special remote protocol.
* datalad < 0.9.1 had a problem in its special remote protocol handling
which is broken by EXTENSIONS. Make the debian git-annex package
conflict with the problem version of datalad.
-- Joey Hess <id@joeyh.name> Wed, 24 Jan 2018 20:42:55 -0400 -- Joey Hess <id@joeyh.name> Wed, 24 Jan 2018 20:42:55 -0400

1
debian/control vendored
View file

@ -118,6 +118,7 @@ Suggests:
tahoe-lafs, tahoe-lafs,
libnss-mdns, libnss-mdns,
uftp, uftp,
Conflicts: datalad (< 0.9.1)
Description: manage files with git, without checking their contents into git Description: manage files with git, without checking their contents into git
git-annex allows managing files with git, without checking the file git-annex allows managing files with git, without checking the file
contents into git. While that may seem paradoxical, it is useful when contents into git. While that may seem paradoxical, it is useful when