diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-12-12 12:19:31 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-12-12 12:19:31 -0400 |
commit | a411c6635f143d4e0fc116d702ce25ce4907d8a5 (patch) | |
tree | 5b696958c776e3b176bfc20b3a6e64463a46e63e /debian | |
parent | 0bad32895165644ffe72312810660e8d26cd2ea8 (diff) |
Debian: Build depend on concurrent-output.
In unstable now.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/control | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 6c5430a95..a2c59f005 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ git-annex (5.20151209) UNRELEASED; urgency=medium * webdav: When testing the WebDAV server, send a file with content. The empty file it was sending tickled bugs in some php WebDAV server. * fsck: Failed to honor annex.diskreserve when checking a remote. + * Debian: Build depend on concurrent-output. -- Joey Hess <id@joeyh.name> Thu, 10 Dec 2015 11:39:34 -0400 diff --git a/debian/control b/debian/control index 17b0a560f..ff065d380 100644 --- a/debian/control +++ b/debian/control @@ -71,6 +71,7 @@ Build-Depends: libghc-tasty-rerun-dev, libghc-optparse-applicative-dev (>= 0.11.0), libghc-torrent-dev, + libghc-concurrent-output-dev, lsof [linux-any], ikiwiki, perlmagick, |