diff options
author | Yaroslav Halchenko <debian@onerussian.com> | 2015-05-05 09:54:16 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-05-10 14:36:50 -0400 |
commit | 03f5ea56abe6bdf994edc768f6a7594e3607eb06 (patch) | |
tree | 9b8e063bf10c00d633faee899233da43768dec25 /debian | |
parent | d8c80cbc3953a1197ad7094253ec0fc321e4c0a0 (diff) |
ENH: leave only git for depends of standalone -- the rest is provided
Otherwise, versioned depends forbid installation on elderly squeeze
Diffstat (limited to 'debian')
-rw-r--r-- | debian/patches/standalone-build | 17 |
1 files changed, 11 insertions, 6 deletions
diff --git a/debian/patches/standalone-build b/debian/patches/standalone-build index c195c55b1..0936d10f8 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. |