diff options
author | Clint Adams <clint@debian.org> | 2016-10-12 18:53:42 -0400 |
---|---|---|
committer | Clint Adams <clint@debian.org> | 2016-10-12 18:53:42 -0400 |
commit | 160c84c1046cc804e786663ae34b12a0b108e567 (patch) | |
tree | bf2ddb453cd2eb41edb735828a34ac87c04d72af /p/haskell-warp-tls | |
parent | e7d091a0222b0dbc897436def874f092d4874f47 (diff) | |
parent | 82ce455936337280b4fddaf8fbc7bed0d015167d (diff) | |
download | DHG_packages-160c84c1046cc804e786663ae34b12a0b108e567.tar.gz |
Merge branch 'master' into experimental
what a mess
Diffstat (limited to 'p/haskell-warp-tls')
-rw-r--r-- | p/haskell-warp-tls/debian/changelog | 8 | ||||
-rw-r--r-- | p/haskell-warp-tls/debian/control | 5 |
2 files changed, 8 insertions, 5 deletions
diff --git a/p/haskell-warp-tls/debian/changelog b/p/haskell-warp-tls/debian/changelog index 773f2207a..f3d3248b8 100644 --- a/p/haskell-warp-tls/debian/changelog +++ b/p/haskell-warp-tls/debian/changelog @@ -1,14 +1,14 @@ -haskell-warp-tls (3.2.1-2) UNRELEASED; urgency=medium +haskell-warp-tls (3.2.2-1) unstable; urgency=medium [ Dmitry Bogatov ] * Use secure (https) uri in Vcs-Git field in 'debian/control' * Bump standards version to 3.9.8 (no changes needed) * Convert `debian/copyright' to dep5 format - [ Gianfranco Costamagna ] - * Fix VCS fields + [ Clint Adams ] + * New upstream release - -- Dmitry Bogatov <KAction@gnu.org> Tue, 10 May 2016 09:36:29 +0300 + -- Clint Adams <clint@debian.org> Tue, 12 Jul 2016 16:02:05 -0400 haskell-warp-tls (3.2.1-1) unstable; urgency=medium diff --git a/p/haskell-warp-tls/debian/control b/p/haskell-warp-tls/debian/control index b4198e598..c4a170415 100644 --- a/p/haskell-warp-tls/debian/control +++ b/p/haskell-warp-tls/debian/control @@ -8,13 +8,15 @@ Build-Depends: debhelper (>= 9), cdbs, ghc, ghc-prof, + libghc-cryptonite-dev (>= 0.12), + libghc-cryptonite-prof, libghc-data-default-class-dev (>= 0.0.1), libghc-data-default-class-prof, libghc-network-dev (>= 2.2.1), libghc-network-prof, libghc-streaming-commons-dev, libghc-streaming-commons-prof, - libghc-tls-dev (>= 1.3.2), + libghc-tls-dev (>= 1.3.5), libghc-tls-prof, libghc-wai-dev (>= 3.2), libghc-wai-dev (<< 3.3), @@ -24,6 +26,7 @@ Build-Depends: debhelper (>= 9), libghc-warp-prof, netbase, Build-Depends-Indep: ghc-doc, + libghc-cryptonite-doc, libghc-data-default-class-doc, libghc-network-doc, libghc-streaming-commons-doc, |