From e861dd1dd5229fd5afb8ea00a3fc3df89096b1de Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko Date: Tue, 5 May 2015 09:54:16 -0400 Subject: [PATCH] ENH: leave only git for depends of standalone -- the rest is provided Otherwise, versioned depends forbid installation on elderly squeeze --- debian/patches/standalone-build | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/debian/patches/standalone-build b/debian/patches/standalone-build index c195c55b18..0936d10f8c 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 -@@ -89,11 +89,13 @@ Vcs-Git: git://git.kitenet.net/git-annex +@@ -89,15 +89,14 @@ Vcs-Git: git://git.kitenet.net/git-annex Homepage: http://git-annex.branchable.com/ XS-Testsuite: autopkgtest @@ -16,14 +16,19 @@ Last-Update: 2015-04-20 Section: utils -Depends: ${misc:Depends}, ${shlibs:Depends}, - git (>= 1:1.8.1), +- rsync, +- wget, +- curl, +- openssh-client (>= 1:5.6p1) +Conflicts: git-annex +Provides: git-annex +Depends: ${misc:Depends}, + git, - rsync, - wget, - curl, -@@ -112,7 +114,7 @@ Suggests: ++ openssh-client + Recommends: + lsof, + gnupg, +@@ -112,7 +111,7 @@ Suggests: bup, tahoe-lafs, libnss-mdns, @@ -32,7 +37,7 @@ Last-Update: 2015-04-20 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 -@@ -130,3 +132,7 @@ Description: manage files with git, with +@@ -130,3 +129,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.