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:
Yaroslav Halchenko 2018-09-19 13:11:25 -04:00 committed by Joey Hess
parent 2b3525fbbe
commit 672973149f
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
2 changed files with 8 additions and 1 deletions

1
debian/control vendored
View file

@ -99,6 +99,7 @@ Architecture: any
Section: utils
Depends: ${misc:Depends}, ${shlibs:Depends},
git (>= 1:1.8.1),
netbase,
rsync,
curl,
openssh-client (>= 1:5.6p1)