diff options
| author | Colin Watson <cjwatson@debian.org> | 2013-11-30 05:15:34 +0400 |
|---|---|---|
| committer | Colin Watson <cjwatson@debian.org> | 2013-11-30 05:15:34 +0400 |
| commit | 592be126fa7fa37c4910bd9782d3ff3feefcda40 (patch) | |
| tree | 539b880c926a5ca82e4b42d0a1a0252eefbed292 /p/haskell-crypto-conduit | |
| parent | 53d47c1dd67bfe7da152014220ec45d4bc15389c (diff) | |
| download | DHG_packages-592be126fa7fa37c4910bd9782d3ff3feefcda40.tar.gz | |
haskell-crypto-conduit: Enable tests now that haskell-cryptohash-cryptoapi is in the archive.
Diffstat (limited to 'p/haskell-crypto-conduit')
| -rw-r--r-- | p/haskell-crypto-conduit/debian/changelog | 1 | ||||
| -rw-r--r-- | p/haskell-crypto-conduit/debian/control | 11 | ||||
| -rwxr-xr-x | p/haskell-crypto-conduit/debian/rules | 2 |
3 files changed, 7 insertions, 7 deletions
diff --git a/p/haskell-crypto-conduit/debian/changelog b/p/haskell-crypto-conduit/debian/changelog index e532a90f6..b92c6b075 100644 --- a/p/haskell-crypto-conduit/debian/changelog +++ b/p/haskell-crypto-conduit/debian/changelog @@ -5,6 +5,7 @@ haskell-crypto-conduit (0.5.2.1-1) UNRELEASED; urgency=low [ Colin Watson ] * New upstream version. + * Enable tests now that haskell-cryptohash-cryptoapi is in the archive. -- Colin Watson <cjwatson@debian.org> Sat, 30 Nov 2013 01:14:07 +0000 diff --git a/p/haskell-crypto-conduit/debian/control b/p/haskell-crypto-conduit/debian/control index b63727618..2eba7c1ba 100644 --- a/p/haskell-crypto-conduit/debian/control +++ b/p/haskell-crypto-conduit/debian/control @@ -14,17 +14,16 @@ Build-Depends: debhelper (>= 9) , libghc-conduit-dev (>> 1.0) , libghc-conduit-dev (<< 1.1) , libghc-conduit-prof - , libghc-crypto-api-dev (>> 0.9) -# , libghc-crypto-api-dev (>> 0.12) + , libghc-crypto-api-dev (>> 0.12) , libghc-crypto-api-dev (<< 0.13) , 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.4) -# , libghc-cryptohash-cryptoapi-dev (>> 0.1) -# , libghc-skein-dev (>> 0.1) + , libghc-hspec-dev (>> 1.3) + , libghc-cryptocipher-dev (>> 0.4) + , libghc-cryptohash-cryptoapi-dev (>> 0.1) + , 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 |
