From b5668092bebdf312a66f0ccd8ec664fb0d9aefd7 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Tue, 27 Sep 2016 20:37:49 -0700 Subject: update deps for new ver & bump compat --- debian/control | 58 +++++++++++++++++++++++++++++++++++++++++++++++++++------- 1 file changed, 51 insertions(+), 7 deletions(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index d66826a..05c3238 100644 --- a/debian/control +++ b/debian/control @@ -2,40 +2,84 @@ Source: keysafe Maintainer: Sean Whitton Priority: optional Section: utils -Build-Depends: debhelper (>= 9), +Build-Depends: debhelper (>= 10), ghc, - libghc-dice-entropy-conduit-dev (>= 1.0.0.0), - libghc-finite-field-dev (>= 0.8.0), + libghc-monadrandom-dev (>= 0.4), + libghc-monadrandom-dev (<< 0.5), + libghc-safesemaphore-dev (>= 0.10), + libghc-safesemaphore-dev (<< 0.11), + libghc-aeson-dev (>= 0.11), + libghc-aeson-dev (<< 0.12), + libghc-async-dev (>= 2.1), + libghc-async-dev (<< 2.2), + libghc-bloomfilter-dev (>= 2.0), + libghc-bloomfilter-dev (<< 2.1), + libghc-crypto-random-dev (>= 0.0), + libghc-crypto-random-dev (<< 0.1), + libghc-disk-free-space-dev (>= 0.1), + libghc-disk-free-space-dev (<< 0.2), + libghc-exceptions-dev (>= 0.8), + libghc-exceptions-dev (<< 0.9), + libghc-fast-logger-dev (>= 2.4), + libghc-fast-logger-dev (<< 2.5), + libghc-http-client-dev (>= 0.4), + libghc-http-client-dev (<< 0.5), + libghc-lifted-base-dev (>= 0.2), + libghc-lifted-base-dev (<< 0.3), + libghc-network-dev (>= 2.6), + libghc-network-dev (<< 2.7), libghc-optparse-applicative-dev (>= 0.12), libghc-optparse-applicative-dev (<< 0.13), - libghc-polynomial-dev (>= 0.7.1), libghc-raaz-dev (>= 0.0.2), libghc-raaz-dev (<< 0.0.3), libghc-random-dev (>= 1.1), libghc-random-dev (<< 1.2), + libghc-random-shuffle-dev (>= 0.0), + libghc-random-shuffle-dev (<< 0.1), libghc-readline-dev (>= 1.0), libghc-readline-dev (<< 1.1), + libghc-secret-sharing-dev (>= 1.0), + libghc-secret-sharing-dev (<< 1.1), + libghc-servant-dev (>= 0.7), + libghc-servant-dev (<< 0.8), + libghc-servant-client-dev (>= 0.7), + libghc-servant-client-dev (<< 0.8), + libghc-servant-server-dev (>= 0.7), + libghc-servant-server-dev (<< 0.8), + libghc-socks-dev (>= 0.5), + libghc-socks-dev (<< 0.6), libghc-split-dev (>= 0.2), libghc-split-dev (<< 0.3), + libghc-stm-dev (>= 2.4), + libghc-stm-dev (<< 2.5), libghc-text-dev (>= 1.2), libghc-text-dev (<< 1.3), + libghc-token-bucket-dev (>= 0.1), + libghc-token-bucket-dev (<< 0.2), + libghc-unbounded-delays-dev (>= 0.1), + libghc-unbounded-delays-dev (<< 0.2), + libghc-unix-compat-dev (>= 0.4), + libghc-unix-compat-dev (<< 0.5), libghc-utf8-string-dev (>= 1.0), libghc-utf8-string-dev (<< 1.1), - libghc-vector-dev (>= 0.10.11.0), + libghc-wai-dev (>= 3.2), + libghc-wai-dev (<< 3.3), + libghc-warp-dev (>= 3.2), + libghc-warp-dev (<< 3.3), libghc-zxcvbn-c-dev (>= 1.0), libghc-zxcvbn-c-dev (<< 1.1), libargon2-dev, Standards-Version: 3.9.8 Homepage: https://joeyh.name/code/keysafe/ Vcs-Git: https://git.spwhitton.name/keysafe -Vcs-Browser: https://git.spwhitton.name/?p=keysafe.git;a=summary +Vcs-Browser: https://git.spwhitton.name/keysafe Package: keysafe Architecture: any Section: misc Depends: ${shlibs:Depends}, ${misc:Depends}, -Suggests: git-annex +Suggests: git-annex, Description: securely back up secret keys to cloud servers Keysafe is a program to back up your secret encryption keys, such as OpenPGP/GPG private keys, to cloud servers. Keys are split up into -- cgit v1.2.3