Updated patch for standalone
This commit is contained in:
parent
dacea14385
commit
8e8b4634be
1 changed files with 5 additions and 5 deletions
10
debian/patches/standalone-build
vendored
10
debian/patches/standalone-build
vendored
|
@ -6,7 +6,7 @@ Last-Update: 2015-04-20
|
||||||
|
|
||||||
--- a/debian/control
|
--- a/debian/control
|
||||||
+++ b/debian/control
|
+++ b/debian/control
|
||||||
@@ -84,6 +84,7 @@ Build-Depends:
|
@@ -85,6 +85,7 @@ Build-Depends:
|
||||||
rsync,
|
rsync,
|
||||||
wget,
|
wget,
|
||||||
curl,
|
curl,
|
||||||
|
@ -14,7 +14,7 @@ Last-Update: 2015-04-20
|
||||||
openssh-client,
|
openssh-client,
|
||||||
git-remote-gcrypt (>= 0.20130908-6),
|
git-remote-gcrypt (>= 0.20130908-6),
|
||||||
chrpath,
|
chrpath,
|
||||||
@@ -93,15 +94,14 @@ Vcs-Git: git://git.kitenet.net/git-annex
|
@@ -96,15 +97,14 @@ Vcs-Git: git://git.kitenet.net/git-annex
|
||||||
Homepage: http://git-annex.branchable.com/
|
Homepage: http://git-annex.branchable.com/
|
||||||
XS-Testsuite: autopkgtest
|
XS-Testsuite: autopkgtest
|
||||||
|
|
||||||
|
@ -36,16 +36,16 @@ Last-Update: 2015-04-20
|
||||||
Recommends:
|
Recommends:
|
||||||
lsof,
|
lsof,
|
||||||
gnupg,
|
gnupg,
|
||||||
@@ -119,7 +119,7 @@ Suggests:
|
@@ -122,7 +122,7 @@ Suggests:
|
||||||
libnss-mdns,
|
libnss-mdns,
|
||||||
uftp,
|
uftp,
|
||||||
Conflicts: datalad (< 0.9.1)
|
Breaks: 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
|
||||||
+Description: manage files with git, without checking their contents into git -- standalone build
|
+Description: manage files with git, without checking their contents into git -- standalone build
|
||||||
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
|
||||||
dealing with files larger than git can currently easily handle, whether due
|
dealing with files larger than git can currently easily handle, whether due
|
||||||
@@ -137,3 +137,7 @@ Description: manage files with git, with
|
@@ -140,3 +140,7 @@ Description: manage files with git, with
|
||||||
noticing when files are changed, and automatically committing them
|
noticing when files are changed, and automatically committing them
|
||||||
to git and transferring them to other computers. The git-annex webapp
|
to git and transferring them to other computers. The git-annex webapp
|
||||||
makes it easy to set up and use git-annex this way.
|
makes it easy to set up and use git-annex this way.
|
||||||
|
|
Loading…
Reference in a new issue