Your message dated Tue, 26 Apr 2011 17:32:15 +0000
with message-id <[email protected]>
and subject line Bug#624140: fixed in haskell-crypto 4.2.3-2
has caused the Debian Bug report #624140,
regarding not broadly built because of unnecessary quickcheck
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
624140: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=624140
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: haskell-crypto
Version: 4.2.3-1
Severity: normal
Tag: patch
This is blocking a recent git-annex getting built on many architectures
where quickcheck is not available.
The attached patch simply removes the quickcheck dependency. The test
binaries that used quickcheck were only being built and thrown away
anyhow, without being run.
--
see shy jo
diff -ur old/haskell-crypto-4.2.3/Crypto.cabal haskell-crypto-4.2.3/Crypto.cabal
--- old/haskell-crypto-4.2.3/Crypto.cabal 2010-12-27 21:14:30.000000000 -0400
+++ haskell-crypto-4.2.3/Crypto.cabal 2011-04-25 17:48:48.737535576 -0400
@@ -46,7 +46,7 @@
Data.Digest.SHA512,
Data.LargeWord,
Data.HMAC
- Build-Depends: QuickCheck >= 2.4.0.1, HUnit
+ Build-Depends: HUnit
if flag(small_base)
Build-Depends: base >= 3, base < 5, array, random, pretty
else
@@ -58,49 +58,3 @@
Codec.Encryption.DESAux,
Codec.Encryption.AESAux,
Data.Digest.MD5Aux
-
-Executable SymmetricTest
- Main-Is: SymmetricTest.hs
- Ghc-options: -fregs-graph
- Other-modules: Codec.Utils
- Codec.Encryption.Blowfish
- Codec.Encryption.Modes
- Codec.Encryption.Padding
- Codec.Encryption.DES
- Codec.Encryption.AES
- Data.LargeWord
-
-Executable SHA1Test
- Main-Is: SHA1Test.hs
- Ghc-options: -fregs-graph
- Other-modules: Codec.Text.Raw
- Data.Digest.SHA1
-
-Executable RSATest
- Main-Is: RSATest.hs
- Ghc-options: -fregs-graph
- Other-modules: Codec.Utils
- Data.Digest.SHA1
- Codec.Encryption.RSA.MGF
- Codec.Encryption.RSA.EMEOAEP
- Codec.Encryption.RSA
-
-Executable QuickTest
- Main-Is: QuickTest.hs
- Ghc-options: -fregs-graph
- Extensions: TypeSynonymInstances
- Other-modules: Codec.Utils
- Codec.Encryption.Blowfish
- Codec.Encryption.AES
- Codec.Encryption.Modes
- Codec.Encryption.Padding
- Data.LargeWord
-
-Executable HMACTest
- Main-Is: HMACTest.hs
- Other-modules: Codec.Utils
- Data.HMAC
-
-Executable WordListTest
- Main-Is: WordListTest.hs
- Other-modules: Data.LargeWord
diff -ur old/haskell-crypto-4.2.3/debian/control haskell-crypto-4.2.3/debian/control
--- old/haskell-crypto-4.2.3/debian/control 2011-04-18 04:48:39.000000000 -0400
+++ haskell-crypto-4.2.3/debian/control 2011-04-25 17:50:41.921536267 -0400
@@ -8,12 +8,9 @@
, haskell-devscripts (>= 0.8)
, ghc
, ghc-prof
- , libghc-quickcheck2-dev (>= 2.4.0.1)
- , libghc-quickcheck2-prof
, libghc-hunit-dev
, libghc-hunit-prof
Build-Depends-Indep: ghc-doc
- , libghc-quickcheck2-doc
, libghc-hunit-doc
Standards-Version: 3.9.1
Homepage: http://hackage.haskell.org/package/Crypto
signature.asc
Description: Digital signature
--- End Message ---
--- Begin Message ---
Source: haskell-crypto
Source-Version: 4.2.3-2
We believe that the bug you reported is fixed in the latest version of
haskell-crypto, which is due to be installed in the Debian FTP archive:
haskell-crypto_4.2.3-2.debian.tar.gz
to main/h/haskell-crypto/haskell-crypto_4.2.3-2.debian.tar.gz
haskell-crypto_4.2.3-2.dsc
to main/h/haskell-crypto/haskell-crypto_4.2.3-2.dsc
libghc-crypto-dev_4.2.3-2_amd64.deb
to main/h/haskell-crypto/libghc-crypto-dev_4.2.3-2_amd64.deb
libghc-crypto-doc_4.2.3-2_all.deb
to main/h/haskell-crypto/libghc-crypto-doc_4.2.3-2_all.deb
libghc-crypto-prof_4.2.3-2_amd64.deb
to main/h/haskell-crypto/libghc-crypto-prof_4.2.3-2_amd64.deb
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Joachim Breitner <[email protected]> (supplier of updated haskell-crypto
package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Tue, 26 Apr 2011 22:38:24 +0530
Source: haskell-crypto
Binary: libghc-crypto-dev libghc-crypto-prof libghc-crypto-doc
Architecture: source all amd64
Version: 4.2.3-2
Distribution: unstable
Urgency: low
Maintainer: Debian Haskell Group
<[email protected]>
Changed-By: Joachim Breitner <[email protected]>
Description:
libghc-crypto-dev - cryptographical algorithms for Haskell
libghc-crypto-doc - cryptographical algorithms for Haskell; documentation
libghc-crypto-prof - cryptographical algorithms for Haskell; profiling
libraries
Closes: 624140
Changes:
haskell-crypto (4.2.3-2) unstable; urgency=low
.
* Disable quickcheck, thanks to joey for the patch. (Closes: #624140)
Checksums-Sha1:
03fa02697b31cec37db296c8151edce3a8df1e63 1484 haskell-crypto_4.2.3-2.dsc
8a21aa84ada70cd499b17c2444429203810f8566 3243
haskell-crypto_4.2.3-2.debian.tar.gz
4ff8b6ec31ad6ff59b7c24fb3c66351253396700 120086
libghc-crypto-doc_4.2.3-2_all.deb
c39c84afed7117b8be97bc8c7947debb99b05679 659256
libghc-crypto-dev_4.2.3-2_amd64.deb
e408ac41a88fe829ae23babc48202b54590f7b53 732046
libghc-crypto-prof_4.2.3-2_amd64.deb
Checksums-Sha256:
8c9ff555139c6d159a59365994f5e0d0ba363c807052f35ede7e021f787f3165 1484
haskell-crypto_4.2.3-2.dsc
f6930152a94e05af0e36946a2da376d3ead9e5e6d63a17f68332b703cb409638 3243
haskell-crypto_4.2.3-2.debian.tar.gz
dbee54481726dcbfcd009c0d96b2800907109c6d19f9c8f573c13ebe4dd7085c 120086
libghc-crypto-doc_4.2.3-2_all.deb
501549b74d33a74ad60659a5fe5f7341985185f138ebd94b1768e3ac2806f0ad 659256
libghc-crypto-dev_4.2.3-2_amd64.deb
4f964fe38860517fecb30fff073ea56577678be6c91cf8535a2178c752dc2d1e 732046
libghc-crypto-prof_4.2.3-2_amd64.deb
Files:
5bf7a810f77a229c26e8581e0d34e78a 1484 haskell extra haskell-crypto_4.2.3-2.dsc
6677a78c7d56ce8f94020c6f7b513b7b 3243 haskell extra
haskell-crypto_4.2.3-2.debian.tar.gz
289de559ff050e58bc927c27fea7a937 120086 doc extra
libghc-crypto-doc_4.2.3-2_all.deb
81814f2f7e6d336f2a4f612f90875fb1 659256 haskell extra
libghc-crypto-dev_4.2.3-2_amd64.deb
4c909673db6445a7d2d865f6414c2fd4 732046 haskell extra
libghc-crypto-prof_4.2.3-2_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
iEYEARECAAYFAk22/TAACgkQ9ijrk0dDIGwSLQCgpo81cTk8OMRRsDtX4erDuTI7
JgAAnRADbWwKRnxe/+BBUjFKMSPQCC2x
=NJst
-----END PGP SIGNATURE-----
--- End Message ---