[hedgewars] 01/01: New upload, disable test failing

Gianfranco Costamagna locutusofborg-guest at moszumanska.debian.org
Sun Oct 30 16:38:29 UTC 2016


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

locutusofborg-guest pushed a commit to branch master
in repository hedgewars.

commit 3836d8b232fa6b5ce4b9a95161c604e506f3259f
Author: Gianfranco Costamagna <costamagnagianfranco at yahoo.it>
Date:   Sun Oct 30 17:36:52 2016 +0100

    New upload, disable test failing
---
 debian/changelog                  |  6 ++++++
 debian/patches/disable-test.patch | 15 +++++++++++++++
 debian/patches/series             |  1 +
 3 files changed, 22 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 2261ca5..e9f2b36 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+hedgewars (0.9.22-dfsg-9) unstable; urgency=medium
+
+  * Disable failing test with ghc8.
+
+ -- Gianfranco Costamagna <locutusofborg at debian.org>  Sun, 30 Oct 2016 17:35:47 +0100
+
 hedgewars (0.9.22-dfsg-8) unstable; urgency=medium
 
   * Remove workardound for game0.log dump, useless.
diff --git a/debian/patches/disable-test.patch b/debian/patches/disable-test.patch
new file mode 100644
index 0000000..9f5ad8d
--- /dev/null
+++ b/debian/patches/disable-test.patch
@@ -0,0 +1,15 @@
+Description: Disable test failing with ghc 8
+[16:24:16] <unC0Rr> well, you may simply disable that test
+[16:24:34] <unC0Rr> until I come up with something
+
+--- hedgewars-0.9.22-dfsg.orig/gameServer/CMakeLists.txt
++++ hedgewars-0.9.22-dfsg/gameServer/CMakeLists.txt
+@@ -5,7 +5,7 @@ find_package_or_disable(GHC NOSERVER)
+ 
+ include(${CMAKE_MODULE_PATH}/CheckHaskellModuleExists.cmake)
+ 
+-check_haskell_module_exists("Control.Exception" mask 1 base)
++#check_haskell_module_exists("Control.Exception" mask 1 base)
+ check_haskell_module_exists("Data.Map" size 1 containers)
+ check_haskell_module_exists("Data.Vector" length 1 vector)
+ check_haskell_module_exists("Data.ByteString" pack 1 bytestring)
diff --git a/debian/patches/series b/debian/patches/series
index 7e7a7ec..e794787 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -14,3 +14,4 @@ ce3a58617e5732376b4ef5d47fc2be73b705a154.patch
 f121e6c350a041a429a57ba4748ad673aa8420ea.patch
 ad435d95ca4b.patch
 dc19837f6b9bccddcd2fc05e1d44255aab79b614.patch
+disable-test.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/hedgewars.git



More information about the Pkg-games-commits mailing list