[DHG_packages] 04/04: ed25519: Fix dist path in test suite
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 e7b41d1f4079e91b8db26763272bac66794c4ed8
Author: Joachim Breitner <mail at joachim-breitner.de>
Date: Sun Dec 20 23:51:51 2015 +0100
ed25519: Fix dist path in test suite
---
p/haskell-ed25519/debian/patches/fix-dist-path | 13 +++++++++++++
p/haskell-ed25519/debian/patches/series | 1 +
2 files changed, 14 insertions(+)
diff --git a/p/haskell-ed25519/debian/patches/fix-dist-path b/p/haskell-ed25519/debian/patches/fix-dist-path
new file mode 100644
index 0000000..604157f
--- /dev/null
+++ b/p/haskell-ed25519/debian/patches/fix-dist-path
@@ -0,0 +1,13 @@
+Index: haskell-ed25519/tests/doctests.hs
+===================================================================
+--- haskell-ed25519.orig/tests/doctests.hs 2015-10-12 01:24:33.000000000 +0200
++++ haskell-ed25519/tests/doctests.hs 2015-12-20 23:49:38.840553383 +0100
+@@ -14,7 +14,7 @@
+
+ allSources :: IO [FilePath]
+ allSources = liftM2 (++) (getFiles ".hs" "src")
+- (getFiles ".o" "dist/build/src/cbits")
++ (getFiles ".o" "dist-ghc/build/src/cbits")
+
+ getFiles :: String -> FilePath -> IO [FilePath]
+ getFiles ext root = filter (isSuffixOf ext) <$> go root
diff --git a/p/haskell-ed25519/debian/patches/series b/p/haskell-ed25519/debian/patches/series
new file mode 100644
index 0000000..0ec7525
--- /dev/null
+++ b/p/haskell-ed25519/debian/patches/series
@@ -0,0 +1 @@
+fix-dist-path
--
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