[Git][haskell-team/DHG_packages][master] LambdaHack: patch testsuite to use fonts in source dir

Clint Adams gitlab at salsa.debian.org
Tue Jun 16 01:24:25 BST 2020



Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages


Commits:
2ec3730d by Clint Adams at 2020-06-15T19:24:42-04:00
LambdaHack: patch testsuite to use fonts in source dir

- - - - -


4 changed files:

- p/haskell-lambdahack/debian/changelog
- p/haskell-lambdahack/debian/control
- + p/haskell-lambdahack/debian/patches/fix-tests
- + p/haskell-lambdahack/debian/patches/series


Changes:

=====================================
p/haskell-lambdahack/debian/changelog
=====================================
@@ -1,11 +1,18 @@
-haskell-lambdahack (0.9.5.0-1) unstable; urgency=medium
-
-  [ Clint Adams ]
-  * New upstream release
+haskell-lambdahack (0.9.5.0-2) unstable; urgency=medium
 
   [ Mikolaj Konarski ]
   * Update lambdahack.install and copyright for the new upstream release
 
+  [ Clint Adams ]
+  * Patch testsuite to use fonts in the source directory instead of
+    their installed locations.
+
+ -- Clint Adams <clint at debian.org>  Mon, 15 Jun 2020 19:22:07 -0400
+
+haskell-lambdahack (0.9.5.0-1) unstable; urgency=medium
+
+  * New upstream release
+
  -- Clint Adams <clint at debian.org>  Sun, 31 May 2020 12:16:36 -0400
 
 haskell-lambdahack (0.8.3.0-4) unstable; urgency=medium


=====================================
p/haskell-lambdahack/debian/control
=====================================
@@ -67,7 +67,7 @@ Build-Depends-Indep: ghc-doc,
  libghc-vector-doc,
  libghc-vector-binary-instances-doc,
  libghc-zlib-doc,
-Standards-Version: 4.1.4
+Standards-Version: 4.5.0
 Homepage: https://github.com/LambdaHack/LambdaHack
 Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-lambdahack
 Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-lambdahack]


=====================================
p/haskell-lambdahack/debian/patches/fix-tests
=====================================
@@ -0,0 +1,10 @@
+--- a/test/test.hs
++++ b/test/test.hs
+@@ -16,6 +16,6 @@
+   when (frontendName == "sdl") $ do
+     -- The hacky log priority 0 tells SDL frontend to init and quit at once,
+     -- for testing on CIs without graphics access.
+-    let args2 = words "--dbgMsgSer --logPriority 0 --newGame 3 --maxFps 100000 --benchmark --stopAfterFrames 50 --automateAll --keepAutomated --gameMode battle --setDungeonRng 7 --setMainRng 7"
++    let args2 = words "--dbgMsgSer --logPriority 0 --newGame 3 --maxFps 100000 --benchmark --stopAfterFrames 50 --automateAll --keepAutomated --gameMode battle --setDungeonRng 7 --setMainRng 7 --fontDir \"GameDefinition/fonts\""
+     serverOptions2 <- handleParseResult $ execParserPure defaultPrefs serverOptionsPI args2
+     tieKnot serverOptions2


=====================================
p/haskell-lambdahack/debian/patches/series
=====================================
@@ -0,0 +1 @@
+fix-tests



View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/2ec3730d253791678d227d5fcf7b6d6eeff17dfc

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/2ec3730d253791678d227d5fcf7b6d6eeff17dfc
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-haskell-commits/attachments/20200616/18714c95/attachment-0001.html>


More information about the Pkg-haskell-commits mailing list