summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Yaroslav Halchenko <debian@onerussian.com>2017-10-01 01:22:24 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2017-10-11 12:13:19 -0400
commitfa756fe3c75a6d9a5bd71f8e1719590e2fdcf301 (patch)
tree1eef4268f55165b33037881dbe4dbf0865fb601c
parent37cd9864597462170278aebbd8c8adb33e355404 (diff)
Added a note to standalone build that it would break datalad << 0.9.1
-rw-r--r--debian/patches/standalone-build10
1 files changed, 6 insertions, 4 deletions
diff --git a/debian/patches/standalone-build b/debian/patches/standalone-build
index 1c94c02aa..e204cb852 100644
--- a/debian/patches/standalone-build
+++ b/debian/patches/standalone-build
@@ -6,7 +6,7 @@ Last-Update: 2015-04-20
--- a/debian/control
+++ b/debian/control
-@@ -83,6 +83,7 @@ Build-Depends:
+@@ -84,6 +84,7 @@ Build-Depends:
rsync,
wget,
curl,
@@ -14,7 +14,7 @@ Last-Update: 2015-04-20
openssh-client,
git-remote-gcrypt (>= 0.20130908-6),
chrpath,
-@@ -92,15 +93,14 @@ Vcs-Git: git://git.kitenet.net/git-annex
+@@ -93,15 +94,14 @@ Vcs-Git: git://git.kitenet.net/git-annex
Homepage: http://git-annex.branchable.com/
XS-Testsuite: autopkgtest
@@ -36,16 +36,18 @@ Last-Update: 2015-04-20
Recommends:
lsof,
gnupg,
-@@ -117,7 +117,7 @@ Suggests:
+@@ -118,7 +118,9 @@ Suggests:
tahoe-lafs,
libnss-mdns,
uftp,
-Description: manage files with git, without checking their contents into git
++Breaks:
++ datalad (<< 0.9.1~),
+Description: manage files with git, without checking their contents into git -- standalone build
git-annex allows managing files with git, without checking the file
contents into git. While that may seem paradoxical, it is useful when
dealing with files larger than git can currently easily handle, whether due
-@@ -135,3 +135,7 @@ Description: manage files with git, with
+@@ -136,3 +138,7 @@ Description: manage files with git, with
noticing when files are changed, and automatically committing them
to git and transferring them to other computers. The git-annex webapp
makes it easy to set up and use git-annex this way.