aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-12-20 15:26:14 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-12-20 15:26:14 -0400
commit6daf4d9147e197ea13780ad421046d580af22aaf (patch)
treeb59022182a81b8b93d56948b9a33e94d8cf6ea82
parentd881870819b0eb5b1bd8e57c97c43c36bd59354b (diff)
Debian: Suggest tor and magic-wormhole.
Suggests, not recommends, because tor is not for everyone.
-rw-r--r--CHANGELOG4
-rw-r--r--debian/control3
2 files changed, 4 insertions, 3 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 04b0bd96a..9d9faf1e4 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -2,7 +2,6 @@ git-annex (6.20161211) UNRELEASED; urgency=medium
* p2p --pair makes it easy to pair repositories over P2P, using
Magic Wormhole codes to find the other repository.
- * Debian: Recommend magic-wormhole.
* metadata --batch: Fix bug when conflicting metadata changes were
made in the same batch run.
* Pass annex.web-options to wget and curl after other options, so that
@@ -16,12 +15,13 @@ git-annex (6.20161211) UNRELEASED; urgency=medium
be processed without requiring it to be in the current encoding.
* p2p: --link no longer takes a remote name, instead the --name
option can be used.
- * Debian: Build webapp on armel.
* Linux standalone: Improve generation of locale definition files,
supporting locales such as, en_GB.UTF-8.
* rekey --force: Incorrectly marked the new key's content as being
present in the local repo even when it was not.
* Fix build with directory-1.3.
+ * Debian: Suggest tor and magic-wormhole.
+ * Debian: Build webapp on armel.
-- Joey Hess <id@joeyh.name> Sun, 11 Dec 2016 21:29:51 -0400
diff --git a/debian/control b/debian/control
index 644c22035..b64f3e3be 100644
--- a/debian/control
+++ b/debian/control
@@ -112,10 +112,11 @@ Recommends:
git-remote-gcrypt (>= 0.20130908-6),
nocache,
aria2,
- magic-wormhole,
Suggests:
xdot,
bup,
+ tor,
+ magic-wormhole,
tahoe-lafs,
libnss-mdns,
Description: manage files with git, without checking their contents into git