diff options
author | Joey Hess <joeyh@joeyh.name> | 2016-02-03 16:29:34 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2016-02-03 16:29:34 -0400 |
commit | 590d47ed764c88a08f615c3af057cbff26633bc1 (patch) | |
tree | 4ea91c9c5cb34929df631fc74923ee8d5248471c /debian/control | |
parent | 3f1649ef32cb7f7597473dae6a0e92ff875cea45 (diff) |
annex.largefiles: Add support for mimetype=text/* etc, when git-annex is linked with libmagic.
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/control b/debian/control index f9025eb4f..3ebfbc2e4 100644 --- a/debian/control +++ b/debian/control @@ -72,6 +72,7 @@ Build-Depends: libghc-optparse-applicative-dev (>= 0.11.0), libghc-torrent-dev, libghc-concurrent-output-dev, + libghc-magic-dev, lsof [linux-any], ikiwiki, perlmagick, |