diff options
author | Joey Hess <joeyh@joeyh.name> | 2014-12-16 23:22:46 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2014-12-16 23:22:46 -0400 |
commit | 7dcad535f2db4b1e5f89ae2d59496fd86bba977c (patch) | |
tree | 7bc91205119c531fe29d1352cdf52719ebed11a7 /debian | |
parent | 4556a7ce6c079f27f8f02b945829ad8d41dc5881 (diff) |
Added bittorrent special remote
addurl behavior change: When downloading an url ending in .torrent,
it will download files from bittorrent, instead of the old behavior
of adding the torrent file to the repository.
Added Recommends on aria2 and bittornado | bittorrent.
This commit was sponsored by Asbjørn Sloth Tønnesen.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 5 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 7 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 0b21cb4af..f1b8d32e6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,6 +9,11 @@ git-annex (5.20141204) UNRELEASED; urgency=medium *.torrent urls. * Use wget -q --show-progress for less verbose wget output, when built with wget 1.16. + * Added bittorrent special remote. + * addurl behavior change: When downloading an url ending in .torrent, + it will download files from bittorrent, instead of the old behavior + of adding the torrent file to the repository. + * Added Recommends on aria2 and bittornado | bittorrent. -- Joey Hess <id@joeyh.name> Fri, 05 Dec 2014 13:42:08 -0400 diff --git a/debian/control b/debian/control index aeb95bf3e..42720f732 100644 --- a/debian/control +++ b/debian/control @@ -99,6 +99,8 @@ Recommends: quvi, git-remote-gcrypt (>= 0.20130908-6), nocache, + aria2 + bittornado | bittorrent, Suggests: graphviz, bup, |