summaryrefslogtreecommitdiff
path: root/p/haskell-cryptocipher
diff options
context:
space:
mode:
authorClint Adams <clint@debian.org>2012-05-15 23:35:22 +0400
committerClint Adams <clint@debian.org>2012-05-15 23:35:22 +0400
commitb23ce626804e960ed79ddd217975738cb695f756 (patch)
tree2073ceb7e7b2a968b901888e85bf18c0dd8dedd8 /p/haskell-cryptocipher
parentc14a72b858297118d75f48a60233a43bfda88572 (diff)
downloadDHG_packages-b23ce626804e960ed79ddd217975738cb695f756.tar.gz
haskell-cryptocipher: New upstream version 0.3.2.
Diffstat (limited to 'p/haskell-cryptocipher')
-rw-r--r--p/haskell-cryptocipher/debian/changelog7
-rw-r--r--p/haskell-cryptocipher/debian/control12
-rwxr-xr-xp/haskell-cryptocipher/debian/rules2
3 files changed, 20 insertions, 1 deletions
diff --git a/p/haskell-cryptocipher/debian/changelog b/p/haskell-cryptocipher/debian/changelog
index ac1cfc37c..3b10daef4 100644
--- a/p/haskell-cryptocipher/debian/changelog
+++ b/p/haskell-cryptocipher/debian/changelog
@@ -1,3 +1,10 @@
+haskell-cryptocipher (0.3.2-1) unstable; urgency=low
+
+ * New upstream version.
+ * Enable test suite.
+
+ -- Clint Adams <clint@debian.org> Tue, 15 May 2012 15:29:22 -0400
+
haskell-cryptocipher (0.3.0-3) unstable; urgency=low
* Bump to Standards-Version 3.9.3.
diff --git a/p/haskell-cryptocipher/debian/control b/p/haskell-cryptocipher/debian/control
index cc0b94b8e..2635b0020 100644
--- a/p/haskell-cryptocipher/debian/control
+++ b/p/haskell-cryptocipher/debian/control
@@ -10,9 +10,13 @@ Build-Depends: debhelper (>= 7)
, ghc-prof
, libghc-cereal-dev
, libghc-cereal-prof
+ , libghc-cpu-dev (>> 0.1)
+ , libghc-cpu-dev (<< 0.2)
+ , libghc-cpu-prof
, libghc-crypto-api-dev (>> 0.5)
, libghc-crypto-api-prof
- , libghc-crypto-pubkey-types-dev
+ , libghc-crypto-pubkey-types-dev (>> 0.1)
+ , libghc-crypto-pubkey-types-dev (<< 0.2)
, libghc-crypto-pubkey-types-prof
, libghc-primitive-dev
, libghc-primitive-prof
@@ -20,8 +24,14 @@ Build-Depends: debhelper (>= 7)
, libghc-tagged-prof
, libghc-vector-dev (>> 0.7)
, libghc-vector-prof
+ , libghc-quickcheck2-dev
+ , libghc-test-framework-dev (>> 0.3.3)
+ , libghc-test-framework-dev (<< 0.7)
+ , libghc-test-framework-quickcheck2-dev (>> 0.2.9)
+ , libghc-test-framework-quickcheck2-dev (<< 0.3)
Build-Depends-Indep: ghc-doc
, libghc-cereal-doc
+ , libghc-cpu-doc
, libghc-crypto-api-doc
, libghc-primitive-doc
, libghc-crypto-pubkey-types-doc
diff --git a/p/haskell-cryptocipher/debian/rules b/p/haskell-cryptocipher/debian/rules
index 683e77bcf..01f1aaf04 100755
--- a/p/haskell-cryptocipher/debian/rules
+++ b/p/haskell-cryptocipher/debian/rules
@@ -1,4 +1,6 @@
#!/usr/bin/make -f
+DEB_ENABLE_TESTS = yes
+
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/hlibrary.mk