diff options
| author | Clint Adams <clint@debian.org> | 2012-05-15 21:30:29 +0400 |
|---|---|---|
| committer | Clint Adams <clint@debian.org> | 2012-05-15 21:30:29 +0400 |
| commit | 66909cda4fcb25f8cef87512921bc1e528522d4a (patch) | |
| tree | 2104439d277885da591329e15328e2d6304b3887 /p/haskell-crypto-conduit | |
| parent | 149516d61cb1b68df09b9bd6b1199383835b2345 (diff) | |
| download | DHG_packages-66909cda4fcb25f8cef87512921bc1e528522d4a.tar.gz | |
haskell-crypto-conduit: New upstream version 0.3.2.
Diffstat (limited to 'p/haskell-crypto-conduit')
| -rw-r--r-- | p/haskell-crypto-conduit/debian/changelog | 7 | ||||
| -rw-r--r-- | p/haskell-crypto-conduit/debian/control | 24 | ||||
| -rwxr-xr-x | p/haskell-crypto-conduit/debian/rules | 2 |
3 files changed, 20 insertions, 13 deletions
diff --git a/p/haskell-crypto-conduit/debian/changelog b/p/haskell-crypto-conduit/debian/changelog index c4eb9c944..b74ae0262 100644 --- a/p/haskell-crypto-conduit/debian/changelog +++ b/p/haskell-crypto-conduit/debian/changelog @@ -1,3 +1,10 @@ +haskell-crypto-conduit (0.3.2-1) unstable; urgency=low + + * New upstream version. + * Disable test suite due to hspec conflict. + + -- Clint Adams <clint@debian.org> Tue, 15 May 2012 13:24:50 -0400 + haskell-crypto-conduit (0.1.3.1-1) unstable; urgency=low * Initial release. diff --git a/p/haskell-crypto-conduit/debian/control b/p/haskell-crypto-conduit/debian/control index dc0b57d68..24468162e 100644 --- a/p/haskell-crypto-conduit/debian/control +++ b/p/haskell-crypto-conduit/debian/control @@ -11,23 +11,23 @@ Build-Depends: debhelper (>= 7) , libghc-cereal-dev (>> 0.3) , libghc-cereal-dev (<< 0.4) , libghc-cereal-prof - , libghc-conduit-dev (>> 0.2) - , libghc-conduit-dev (<< 0.3) + , libghc-conduit-dev (>> 0.4) + , libghc-conduit-dev (<< 0.5) , libghc-conduit-prof , libghc-crypto-api-dev (>> 0.9) - , libghc-crypto-api-dev (<< 0.10) + , libghc-crypto-api-dev (<< 0.11) , libghc-crypto-api-prof , libghc-transformers-dev (>> 0.2) - , libghc-transformers-dev (<< 0.3) + , libghc-transformers-dev (<< 0.4) , libghc-transformers-prof - , libghc-hspec-dev (>> 0.9) - , libghc-hspec-dev (<< 0.10) - , 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 (>> 0.9) +# , libghc-hspec-dev (<< 0.10) +# , 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) 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 01f1aaf04..31337b5b6 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 |
