git-annex.cabal: Add Setup-Depends.

This commit is contained in:
Joey Hess 2016-05-04 12:16:09 -04:00
parent db9269712f
commit 2c2de1a9a1
Failed to extract signature
2 changed files with 4 additions and 0 deletions

1
debian/changelog vendored
View file

@ -9,6 +9,7 @@ git-annex (6.20160420) UNRELEASED; urgency=medium
* Android: Icon refresh. * Android: Icon refresh.
Thanks, freewheelinfranks. Thanks, freewheelinfranks.
* Added DIRHASH-LOWER to external special remote protocol. * Added DIRHASH-LOWER to external special remote protocol.
* git-annex.cabal: Add Setup-Depends.
-- Joey Hess <id@joeyh.name> Thu, 28 Apr 2016 13:17:04 -0400 -- Joey Hess <id@joeyh.name> Thu, 28 Apr 2016 13:17:04 -0400

View file

@ -247,6 +247,9 @@ Executable git-annex
Build-Depends: criterion, deepseq Build-Depends: criterion, deepseq
CPP-Options: -DWITH_BENCHMARK CPP-Options: -DWITH_BENCHMARK
custom-setup
Setup-Depends: base (>= 4.5), hslogger, MissingH
source-repository head source-repository head
type: git type: git
location: git://git-annex.branchable.com/ location: git://git-annex.branchable.com/