diff options
author | 2016-02-03 16:29:34 -0400 | |
---|---|---|
committer | 2016-02-03 16:29:34 -0400 | |
commit | 590d47ed764c88a08f615c3af057cbff26633bc1 (patch) | |
tree | 4ea91c9c5cb34929df631fc74923ee8d5248471c /debian | |
parent | 3f1649ef32cb7f7597473dae6a0e92ff875cea45 (diff) |
annex.largefiles: Add support for mimetype=text/* etc, when git-annex is linked with libmagic.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | debian/control | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 6b4373af6..42951687e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -13,6 +13,8 @@ git-annex (6.20160127) UNRELEASED; urgency=medium * Limit annex.largefiles parsing to the subset of preferred content expressions that make sense in its context. So, not "standard" or "lackingcopies", etc. + * annex.largefiles: Add support for mimetype=text/* etc, when git-annex + is linked with libmagic. -- Joey Hess <id@joeyh.name> Thu, 28 Jan 2016 13:53:09 -0400 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, |