summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2018-04-14 12:24:19 -0700
committerSean Whitton <spwhitton@spwhitton.name>2018-04-14 12:24:19 -0700
commite98a68006926ba9cf969dd7a1f810a99977d7293 (patch)
treeeba19677c1b874c40550855a956fffe18e2c40ba
parentfaed477de3454a72f1e466c67e948b7819fd96a9 (diff)
downloadkeysafe-e98a68006926ba9cf969dd7a1f810a99977d7293.tar.gz
bump build-deps
-rw-r--r--debian/changelog7
-rw-r--r--debian/control10
2 files changed, 11 insertions, 6 deletions
diff --git a/debian/changelog b/debian/changelog
index e346451..466b34e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,13 @@
-keysafe (0.20170811-2) UNRELEASED; urgency=medium
+keysafe (0.20180326-1) UNRELEASED; urgency=medium
+ * New upstream release.
+ - Bump argon2 build-dep bounds.
+ - Add text-short build-dep.
* Drop symlinks to TODO, which is no longer provided by upstream
(Closes: #877205).
Thanks, Andreas Beckmann.
- -- Sean Whitton <spwhitton@spwhitton.name> Fri, 29 Sep 2017 13:57:50 -0700
+ -- Sean Whitton <spwhitton@spwhitton.name> Sat, 14 Apr 2018 12:23:41 -0700
keysafe (0.20170811-1) experimental; urgency=medium
diff --git a/debian/control b/debian/control
index 5d856f8..0e00288 100644
--- a/debian/control
+++ b/debian/control
@@ -4,8 +4,8 @@ Priority: optional
Section: utils
Build-Depends: debhelper (>= 10),
ghc,
- libghc-argon2-dev (>= 1.2),
- libghc-argon2-dev (<< 1.3),
+ libghc-argon2-dev (>= 1.3),
+ libghc-argon2-dev (<< 1.4),
libghc-monadrandom-dev (>= 0.4),
libghc-monadrandom-dev (<< 0.6),
libghc-safesemaphore-dev (>= 0.10),
@@ -52,8 +52,10 @@ Build-Depends: debhelper (>= 10),
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-text-dev (>= 0.1),
+ libghc-text-dev (<< 0.2),
+ libghc-text-short-dev (>= 1.2),
+ libghc-text-short-dev (<< 1.3),
libghc-token-bucket-dev (>= 0.1),
libghc-token-bucket-dev (<< 0.2),
libghc-unbounded-delays-dev (>= 0.1),