git-annex.cabal: Add Setup-Depends.
This commit is contained in:
parent
db9269712f
commit
2c2de1a9a1
2 changed files with 4 additions and 0 deletions
1
debian/changelog
vendored
1
debian/changelog
vendored
|
@ -9,6 +9,7 @@ git-annex (6.20160420) UNRELEASED; urgency=medium
|
|||
* Android: Icon refresh.
|
||||
Thanks, freewheelinfranks.
|
||||
* 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
|
||||
|
||||
|
|
|
@ -247,6 +247,9 @@ Executable git-annex
|
|||
Build-Depends: criterion, deepseq
|
||||
CPP-Options: -DWITH_BENCHMARK
|
||||
|
||||
custom-setup
|
||||
Setup-Depends: base (>= 4.5), hslogger, MissingH
|
||||
|
||||
source-repository head
|
||||
type: git
|
||||
location: git://git-annex.branchable.com/
|
||||
|
|
Loading…
Reference in a new issue