Refresh standalone-build

This commit is contained in:
Yaroslav Halchenko 2018-05-19 15:58:35 -04:00 committed by Joey Hess
parent 3e7e0901df
commit ea915b6777
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -6,15 +6,15 @@ Last-Update: 2015-04-20
--- a/debian/control --- a/debian/control
+++ b/debian/control +++ b/debian/control
@@ -85,6 +85,7 @@ Build-Depends: @@ -84,6 +84,7 @@ Build-Depends:
git (>= 1:1.8.1),
rsync, rsync,
wget,
curl, curl,
+ locales, + locales,
openssh-client, openssh-client,
git-remote-gcrypt (>= 0.20130908-6), git-remote-gcrypt (>= 0.20130908-6),
chrpath, gnupg,
@@ -96,15 +97,14 @@ Vcs-Git: git://git.kitenet.net/git-annex @@ -94,14 +95,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
@ -25,7 +25,6 @@ Last-Update: 2015-04-20
-Depends: ${misc:Depends}, ${shlibs:Depends}, -Depends: ${misc:Depends}, ${shlibs:Depends},
- git (>= 1:1.8.1), - git (>= 1:1.8.1),
- rsync, - rsync,
- wget,
- curl, - curl,
- openssh-client (>= 1:5.6p1) - openssh-client (>= 1:5.6p1)
+Conflicts: git-annex +Conflicts: git-annex
@ -36,7 +35,7 @@ Last-Update: 2015-04-20
Recommends: Recommends:
lsof, lsof,
gnupg, gnupg,
@@ -122,7 +122,7 @@ Suggests: @@ -120,7 +121,7 @@ Suggests:
libnss-mdns, libnss-mdns,
uftp, uftp,
Breaks: datalad (< 0.9.1) Breaks: datalad (< 0.9.1)
@ -45,7 +44,7 @@ Last-Update: 2015-04-20
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
@@ -140,3 +140,7 @@ Description: manage files with git, with @@ -138,3 +139,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.