debian/: declare breaks until yet to be released datalad 0.12.3
This is due to upcoming release with API breakage: * add: Removed the --include-dotfiles option. which is used in the core of datalad. Such breakage is yet to be mitigated on DataLad side. Relevant issue: https://github.com/datalad/datalad/issues/4185
This commit is contained in:
parent
eb884085b5
commit
bb20c16cf0
2 changed files with 2 additions and 2 deletions
2
debian/control
vendored
2
debian/control
vendored
|
@ -121,7 +121,7 @@ Suggests:
|
|||
tahoe-lafs,
|
||||
libnss-mdns,
|
||||
uftp,
|
||||
Breaks: datalad (< 0.11.1~)
|
||||
Breaks: datalad (< 0.12.3~)
|
||||
Description: manage files with git, without checking their contents into git
|
||||
git-annex allows managing files with git, without checking the file
|
||||
contents into git. While that may seem paradoxical, it is useful when
|
||||
|
|
2
debian/patches/standalone-build
vendored
2
debian/patches/standalone-build
vendored
|
@ -39,7 +39,7 @@ Last-Update: 2015-04-20
|
|||
@@ -122,7 +123,7 @@ Suggests:
|
||||
libnss-mdns,
|
||||
uftp,
|
||||
Breaks: datalad (< 0.11.1~)
|
||||
Breaks: datalad (< 0.12.3~)
|
||||
-Description: manage files with git, without checking their contents into git
|
||||
+Description: manage files with git, without checking their contents into git -- standalone build
|
||||
git-annex allows managing files with git, without checking the file
|
||||
|
|
Loading…
Reference in a new issue