summaryrefslogtreecommitdiff
path: root/p
diff options
context:
space:
mode:
authorClint Adams <clint@debian.org>2013-02-27 08:18:41 +0400
committerClint Adams <clint@debian.org>2013-02-27 08:18:41 +0400
commit529ba7b17e1116d6c420a5a9da05ca738bb26450 (patch)
tree95c410716aed68fdbf6efe845def1e76dbae171f /p
parent4abdf9d5edfcf10ae32c6c69c8e1b19b4d5e8259 (diff)
downloadDHG_packages-529ba7b17e1116d6c420a5a9da05ca738bb26450.tar.gz
haskell-crypto-conduit: New upstream version 0.5.0.
Diffstat (limited to 'p')
-rw-r--r--p/haskell-crypto-conduit/debian/changelog7
-rw-r--r--p/haskell-crypto-conduit/debian/control17
-rwxr-xr-xp/haskell-crypto-conduit/debian/rules2
3 files changed, 15 insertions, 11 deletions
diff --git a/p/haskell-crypto-conduit/debian/changelog b/p/haskell-crypto-conduit/debian/changelog
index ebddac043..3fac19d8c 100644
--- a/p/haskell-crypto-conduit/debian/changelog
+++ b/p/haskell-crypto-conduit/debian/changelog
@@ -1,3 +1,10 @@
+haskell-crypto-conduit (0.5.0-1) experimental; urgency=low
+
+ * New upstream version.
+ * Re-enable testsuite.
+
+ -- Clint Adams <clint@debian.org> Tue, 26 Feb 2013 23:13:24 -0500
+
haskell-crypto-conduit (0.4.1-1) experimental; urgency=low
* New upstream version.
diff --git a/p/haskell-crypto-conduit/debian/control b/p/haskell-crypto-conduit/debian/control
index 1cdeb9d57..1440d4f9b 100644
--- a/p/haskell-crypto-conduit/debian/control
+++ b/p/haskell-crypto-conduit/debian/control
@@ -11,22 +11,19 @@ Build-Depends: debhelper (>= 7)
, libghc-cereal-dev (>> 0.3)
, libghc-cereal-dev (<< 0.4)
, libghc-cereal-prof
- , libghc-conduit-dev (>> 0.5)
- , libghc-conduit-dev (<< 0.6)
+ , libghc-conduit-dev (>> 1.0)
+ , libghc-conduit-dev (<< 1.1)
, libghc-conduit-prof
, libghc-crypto-api-dev (>> 0.9)
- , libghc-crypto-api-dev (<< 0.11)
+ , libghc-crypto-api-dev (<< 0.12)
, libghc-crypto-api-prof
, libghc-transformers-dev (>> 0.2)
, libghc-transformers-dev (<< 0.4)
, libghc-transformers-prof
-# , libghc-hspec-dev (>> 1.3)
-# , libghc-cryptocipher-dev (>> 0.3)
-# , libghc-cryptocipher-dev (<< 0.4)
-# , libghc-cryptohash-dev (>> 0.7)
-# , libghc-cryptohash-dev (<< 0.8)
-# , libghc-skein-dev (>> 0.1)
-# , libghc-skein-dev (<< 0.2)
+ , libghc-hspec-dev (>> 1.3)
+ , libghc-cryptocipher-dev (>> 0.3)
+ , libghc-cryptohash-dev (>> 0.7)
+ , libghc-skein-dev (>> 0.1)
Build-Depends-Indep: ghc-doc
, libghc-cereal-doc
, libghc-conduit-doc
diff --git a/p/haskell-crypto-conduit/debian/rules b/p/haskell-crypto-conduit/debian/rules
index 31337b5b6..01f1aaf04 100755
--- a/p/haskell-crypto-conduit/debian/rules
+++ b/p/haskell-crypto-conduit/debian/rules
@@ -1,6 +1,6 @@
#!/usr/bin/make -f
-#DEB_ENABLE_TESTS = yes
+DEB_ENABLE_TESTS = yes
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/hlibrary.mk