diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-06-10 13:58:30 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-06-10 13:58:30 -0400 |
commit | df9f68b38d6694fba93b677ca5fbd8c2b75a8fe2 (patch) | |
tree | dd29db6a019b03f3a1b84918a20ee527d45a0045 /debian/patches | |
parent | 270903b5d5002e67ab34b98044ff46b7c3cd9dd6 (diff) |
add git-annex-shell link to standalone deb patch
Diffstat (limited to 'debian/patches')
-rw-r--r-- | debian/patches/standalone-build | 27 |
1 files changed, 18 insertions, 9 deletions
diff --git a/debian/patches/standalone-build b/debian/patches/standalone-build index 51bfa2f17..9bea9b30f 100644 --- a/debian/patches/standalone-build +++ b/debian/patches/standalone-build @@ -4,9 +4,11 @@ Subject: Patch debian/ to provide a standalone build of git-annex Origin: NeuroDebian Last-Update: 2015-04-20 ---- a/debian/control -+++ b/debian/control -@@ -87,15 +87,14 @@ Vcs-Git: git://git.kitenet.net/git-annex +Index: git-annex/debian/control +=================================================================== +--- git-annex.orig/debian/control ++++ git-annex/debian/control +@@ -86,15 +86,14 @@ Vcs-Git: git://git.kitenet.net/git-annex Homepage: http://git-annex.branchable.com/ XS-Testsuite: autopkgtest @@ -28,7 +30,7 @@ Last-Update: 2015-04-20 Recommends: lsof, gnupg, -@@ -110,7 +109,7 @@ Suggests: +@@ -109,7 +108,7 @@ Suggests: bup, tahoe-lafs, libnss-mdns, @@ -37,7 +39,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 -@@ -128,3 +127,7 @@ Description: manage files with git, with +@@ -127,3 +126,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. @@ -45,15 +47,22 @@ Last-Update: 2015-04-20 + This package provides a standalone bundle build of git-annex, which + should be installable on any more or less recent Debian or Ubuntu + release. +Index: git-annex/debian/install +=================================================================== --- /dev/null -+++ b/debian/install ++++ git-annex/debian/install @@ -0,0 +1 @@ +tmp/git-annex.linux usr/lib +Index: git-annex/debian/links +=================================================================== --- /dev/null -+++ b/debian/links -@@ -0,0 +1 @@ ++++ git-annex/debian/links +@@ -0,0 +1,2 @@ +/usr/lib/git-annex.linux/git-annex /usr/bin/git-annex ++/usr/lib/git-annex.linux/git-annex-shell /usr/bin/git-annex-shell +Index: git-annex/debian/manpages +=================================================================== --- /dev/null -+++ b/debian/manpages ++++ git-annex/debian/manpages @@ -0,0 +1 @@ +debian/git-annex-standalone/usr/lib/git-annex.linux/usr/share/man/man1/git-annex* |