summaryrefslogtreecommitdiff
path: root/p/haskell-http-conduit
diff options
context:
space:
mode:
authorJoachim Breitner <mail@joachim-breitner.de>2014-03-06 19:20:34 +0400
committerJoachim Breitner <mail@joachim-breitner.de>2014-03-06 19:20:34 +0400
commit853a11e800e0e0d9c6d4a7a7dfa04a3f5a713ac5 (patch)
tree5ac83aee4403e6213d45ab20b105cf0703a8bb3c /p/haskell-http-conduit
parent9a7756f2ae0d360fdfb51fdc0a0c9b878614d56a (diff)
downloadDHG_packages-853a11e800e0e0d9c6d4a7a7dfa04a3f5a713ac5.tar.gz
haskell-http-conduit: Build-depend on ca-certificates for the testsuit
Diffstat (limited to 'p/haskell-http-conduit')
-rw-r--r--p/haskell-http-conduit/debian/changelog6
-rw-r--r--p/haskell-http-conduit/debian/control2
2 files changed, 8 insertions, 0 deletions
diff --git a/p/haskell-http-conduit/debian/changelog b/p/haskell-http-conduit/debian/changelog
index 083f57d38..0e56fed87 100644
--- a/p/haskell-http-conduit/debian/changelog
+++ b/p/haskell-http-conduit/debian/changelog
@@ -1,3 +1,9 @@
+haskell-http-conduit (2.0.0.7-2) UNRELEASED; urgency=medium
+
+ * Build-depend on ca-certificates for the testsuit
+
+ -- Joachim Breitner <nomeata@debian.org> Thu, 06 Mar 2014 16:20:12 +0100
+
haskell-http-conduit (2.0.0.7-1) unstable; urgency=medium
* New upstream version.
diff --git a/p/haskell-http-conduit/debian/control b/p/haskell-http-conduit/debian/control
index 687bdfbbb..96d64de92 100644
--- a/p/haskell-http-conduit/debian/control
+++ b/p/haskell-http-conduit/debian/control
@@ -42,6 +42,8 @@ Build-Depends: debhelper (>= 9)
, libghc-warp-dev (>= 2.0)
, libghc-warp-dev (<< 2.1)
, libghc-warp-tls-dev
+# For the testsuite:
+ , ca-certificates
Build-Depends-Indep: ghc-doc
, libghc-conduit-doc
, libghc-http-client-doc