diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-10-07 09:08:37 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-10-07 09:08:37 -0400 |
commit | 52eeae5831226b680fe1ec05a4287e96b1a5991e (patch) | |
tree | 43da053f4ea5dad87b1d089d96ffc91d8f148acf /debian | |
parent | db225d35824f48e4beac4bb69fec46661874ad28 (diff) |
Debian: Add torrent library to build-depends as it's packaged now, and stop recommending bittornado | bittorrent.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index a2624d20a..99110b9ed 100644 --- a/debian/changelog +++ b/debian/changelog @@ -16,6 +16,8 @@ git-annex (5.20150931) UNRELEASED; urgency=medium * copy --auto was checking the wrong repo's preferred content. (--from was checking what --to should, and vice-versa.) Fixed this bug, which was introduced in version 5.20150727. + * Debian: Add torrent library to build-depends as it's packaged now, + and stop recommending bittornado | bittorrent. -- Joey Hess <id@joeyh.name> Thu, 01 Oct 2015 12:42:56 -0400 diff --git a/debian/control b/debian/control index 31aaee997..48d456a62 100644 --- a/debian/control +++ b/debian/control @@ -71,6 +71,7 @@ Build-Depends: libghc-tasty-quickcheck-dev, libghc-tasty-rerun-dev, libghc-optparse-applicative-dev (>= 0.11.0), + libghc-torrent-dev, lsof [linux-any], ikiwiki, perlmagick, @@ -103,7 +104,6 @@ Recommends: git-remote-gcrypt (>= 0.20130908-6), nocache, aria2, - bittornado | bittorrent, Suggests: graphviz, bup, |