[Pkg-haskell-commits] darcs: haskell-crypto: Disable quickcheck, thanks to joey for the patch. (Closes: #624140)

Joachim Breitner mail at joachim-breitner.de
Tue Apr 26 17:30:21 UTC 2011


Tue Apr 26 16:58:07 UTC 2011  Joachim Breitner <mail at joachim-breitner.de>
  * Disable quickcheck, thanks to joey for the patch. (Closes: #624140)
  Ignore-this: eeb41f58bad7f77425091888d39e3046

    M ./changelog +6
    M ./control -3
    A ./patches/
    A ./patches/no-quickcheck.patch
    A ./patches/series

Tue Apr 26 16:58:07 UTC 2011  Joachim Breitner <mail at joachim-breitner.de>
  * Disable quickcheck, thanks to joey for the patch. (Closes: #624140)
  Ignore-this: eeb41f58bad7f77425091888d39e3046
diff -rN -u old-haskell-crypto/changelog new-haskell-crypto/changelog
--- old-haskell-crypto/changelog	2011-04-26 17:30:20.978461691 +0000
+++ new-haskell-crypto/changelog	2011-04-26 17:30:20.978461691 +0000
@@ -1,3 +1,9 @@
+haskell-crypto (4.2.3-2) UNRELEASED; urgency=low
+
+  * Disable quickcheck, thanks to joey for the patch. (Closes: #624140)
+
+ -- Joachim Breitner <nomeata at debian.org>  Tue, 26 Apr 2011 22:27:20 +0530
+
 haskell-crypto (4.2.3-1) unstable; urgency=low
 
   * Initial release. (Closes: #623188)
diff -rN -u old-haskell-crypto/control new-haskell-crypto/control
--- old-haskell-crypto/control	2011-04-26 17:30:20.978461691 +0000
+++ new-haskell-crypto/control	2011-04-26 17:30:20.978461691 +0000
@@ -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
diff -rN -u old-haskell-crypto/patches/no-quickcheck.patch new-haskell-crypto/patches/no-quickcheck.patch
--- old-haskell-crypto/patches/no-quickcheck.patch	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-crypto/patches/no-quickcheck.patch	2011-04-26 17:30:20.978461691 +0000
@@ -0,0 +1,78 @@
+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
diff -rN -u old-haskell-crypto/patches/series new-haskell-crypto/patches/series
--- old-haskell-crypto/patches/series	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-crypto/patches/series	2011-04-26 17:30:20.978461691 +0000
@@ -0,0 +1 @@
+no-quickcheck.patch





More information about the Pkg-haskell-commits mailing list