From 672973149fa7f0c8b7c819f26309396f1f6d918b Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko Date: Wed, 19 Sep 2018 13:11:25 -0400 Subject: [PATCH] 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 --- CHANGELOG | 8 +++++++- debian/control | 1 + 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 6c6fe3d750..1b7bd0c707 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,11 +1,17 @@ git-annex (6.20180914) UNRELEASED; urgency=medium + [ Joey Hess ] * S3: Fix url construction bug when the publicurl has been set to an url that does not end with a slash. * --debug shows urls accessed by git-annex, like it used to do when git-annex used wget and curl. - -- Joey Hess 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 Wed, 19 Sep 2018 13:09:04 -0400 git-annex (6.20180913) upstream; urgency=medium diff --git a/debian/control b/debian/control index 74ed42eb42..022d23ee7c 100644 --- a/debian/control +++ b/debian/control @@ -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)