[DHG_packages] 03/04: Drop all patches.

Joachim Breitner nomeata at moszumanska.debian.org
Sun Dec 20 22:52:05 UTC 2015


This is an automated email from the git hooks/post-receive script.

nomeata pushed a commit to branch master
in repository DHG_packages.

commit 676f1adbaac34d819f60fad168c6b7bfac97ca66
Author: Joachim Breitner <mail at joachim-breitner.de>
Date:   Sun Dec 20 23:46:14 2015 +0100

    Drop all patches.
---
 p/haskell-ed25519/debian/patches/hlint-test-failure.diff  | 10 ----------
 p/haskell-ed25519/debian/patches/hlint-test-failure2.diff | 10 ----------
 p/haskell-ed25519/debian/patches/newer-quickcheck.diff    | 13 -------------
 p/haskell-ed25519/debian/patches/series                   |  3 ---
 4 files changed, 36 deletions(-)

diff --git a/p/haskell-ed25519/debian/patches/hlint-test-failure.diff b/p/haskell-ed25519/debian/patches/hlint-test-failure.diff
deleted file mode 100644
index 75f7180..0000000
--- a/p/haskell-ed25519/debian/patches/hlint-test-failure.diff
+++ /dev/null
@@ -1,10 +0,0 @@
---- a/src/Crypto/Sign/Ed25519.hs
-+++ b/src/Crypto/Sign/Ed25519.hs
-@@ -84,7 +84,7 @@
-     SU.unsafeUseAsCString sk $ \psk ->
-       SI.createAndTrim (mlen+cryptoSignBYTES) $ \out ->
-         alloca $ \smlen -> do
--          _ <- (c_crypto_sign out smlen mstr (fromIntegral mlen) psk)
-+          _ <- c_crypto_sign out smlen mstr (fromIntegral mlen) psk
-           fromIntegral `fmap` peek smlen
- {-# INLINE sign #-}
diff --git a/p/haskell-ed25519/debian/patches/hlint-test-failure2.diff b/p/haskell-ed25519/debian/patches/hlint-test-failure2.diff
deleted file mode 100644
index 714a17b..0000000
--- a/p/haskell-ed25519/debian/patches/hlint-test-failure2.diff
+++ /dev/null
@@ -1,10 +0,0 @@
---- a/tests/hlint.hs
-+++ b/tests/hlint.hs
-@@ -9,6 +9,6 @@
- main :: IO ()
- main = do
-     args <- getArgs
--    hints <- hlint $ ["src", "benchmarks", "tests",
-+    hints <- hlint $ ["src", "tests", "--cpp-define=MIN_VERSION_QuickCheck(X)=1",
-                       "--cpp-define=HLINT"] `mappend` args
-     unless (null hints) exitFailure
diff --git a/p/haskell-ed25519/debian/patches/newer-quickcheck.diff b/p/haskell-ed25519/debian/patches/newer-quickcheck.diff
deleted file mode 100644
index d151860..0000000
--- a/p/haskell-ed25519/debian/patches/newer-quickcheck.diff
+++ /dev/null
@@ -1,13 +0,0 @@
---- a/tests/properties.hs
-+++ b/tests/properties.hs
-@@ -86,7 +86,9 @@
-       case r of
-         Success n _ _           -> return (True, n)
-         GaveUp  n _ _           -> return (True, n)
--#if MIN_VERSION_QuickCheck(2,6,0)
-+#if MIN_VERSION_QuickCheck(2,7,0)
-+        Failure n _ _ _ _ _ _ _ _ _ -> return (False, n)
-+#elif MIN_VERSION_QuickCheck(2,6,0)
-         Failure n _ _ _ _ _ _ _ -> return (False, n)
- #else
-         Failure n _ _ _ _ _ _   -> return (False, n)
diff --git a/p/haskell-ed25519/debian/patches/series b/p/haskell-ed25519/debian/patches/series
deleted file mode 100644
index 54753b5..0000000
--- a/p/haskell-ed25519/debian/patches/series
+++ /dev/null
@@ -1,3 +0,0 @@
-hlint-test-failure.diff
-hlint-test-failure2.diff
-newer-quickcheck.diff

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-haskell/DHG_packages.git



More information about the Pkg-haskell-commits mailing list