BF: add netbase to Depends:
see https://github.com/nipy/heudiconv/issues/260 for more context, but it seems to be required on a lean docker instances for git annex to be usable
This commit is contained in:
parent
2b3525fbbe
commit
672973149f
2 changed files with 8 additions and 1 deletions
|
@ -1,11 +1,17 @@
|
||||||
git-annex (6.20180914) UNRELEASED; urgency=medium
|
git-annex (6.20180914) UNRELEASED; urgency=medium
|
||||||
|
|
||||||
|
[ Joey Hess ]
|
||||||
* S3: Fix url construction bug when the publicurl has been set to an url
|
* S3: Fix url construction bug when the publicurl has been set to an url
|
||||||
that does not end with a slash.
|
that does not end with a slash.
|
||||||
* --debug shows urls accessed by git-annex, like it used to do when
|
* --debug shows urls accessed by git-annex, like it used to do when
|
||||||
git-annex used wget and curl.
|
git-annex used wget and curl.
|
||||||
|
|
||||||
-- Joey Hess <id@joeyh.name> Fri, 14 Sep 2018 12:20:19 -0400
|
[ Yaroslav Halchenko ]
|
||||||
|
* debian/control
|
||||||
|
+ add netbase to Depends: since required for basic tcp interactions
|
||||||
|
(see e.g. https://github.com/nipy/heudiconv/issues/260)
|
||||||
|
|
||||||
|
-- Yaroslav Halchenko <debian@onerussian.com> Wed, 19 Sep 2018 13:09:04 -0400
|
||||||
|
|
||||||
git-annex (6.20180913) upstream; urgency=medium
|
git-annex (6.20180913) upstream; urgency=medium
|
||||||
|
|
||||||
|
|
1
debian/control
vendored
1
debian/control
vendored
|
@ -99,6 +99,7 @@ Architecture: any
|
||||||
Section: utils
|
Section: utils
|
||||||
Depends: ${misc:Depends}, ${shlibs:Depends},
|
Depends: ${misc:Depends}, ${shlibs:Depends},
|
||||||
git (>= 1:1.8.1),
|
git (>= 1:1.8.1),
|
||||||
|
netbase,
|
||||||
rsync,
|
rsync,
|
||||||
curl,
|
curl,
|
||||||
openssh-client (>= 1:5.6p1)
|
openssh-client (>= 1:5.6p1)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue