[Git][haskell-team/DHG_packages][master] Allure: Upgrading from 0.9.5.0 to 0.11.0.0

Ilias Tsitsimpis (@iliastsi) gitlab at salsa.debian.org
Thu Aug 11 08:43:57 BST 2022



Ilias Tsitsimpis pushed to branch master at Debian Haskell Group / DHG_packages


Commits:
c027c7ac by Ilias Tsitsimpis at 2022-08-11T10:40:36+03:00
Allure: Upgrading from 0.9.5.0 to 0.11.0.0

- - - - -


6 changed files:

- p/allure/debian/allure.install
- p/allure/debian/changelog
- p/allure/debian/control
- − p/allure/debian/patches/fix-tests
- − p/allure/debian/patches/series
- − p/allure/debian/patches/workaround-freetype-2.11-bug.diff


Changes:

=====================================
p/allure/debian/allure.install
=====================================
@@ -1,12 +1,7 @@
 ./CHANGELOG.md usr/share/allure/.
 ./CREDITS usr/share/allure/.
 ./GameDefinition/config.ui.default usr/share/allure/GameDefinition/.
-./GameDefinition/fonts/16x16x.fnt usr/share/allure/GameDefinition/fonts/..
-./GameDefinition/fonts/16x16xw.bdf usr/share/allure/GameDefinition/fonts/.
-./GameDefinition/fonts/16x16xw.woff usr/share/allure/GameDefinition/fonts/.
-./GameDefinition/fonts/8x8xb.fnt usr/share/allure/GameDefinition/fonts/.
-./GameDefinition/fonts/8x8x.fnt usr/share/allure/GameDefinition/fonts/.
-./GameDefinition/fonts/Fix15Mono-Bold.woff usr/share/allure/GameDefinition/fonts/.
+./GameDefinition/fonts usr/share/allure/GameDefinition
 ./GameDefinition/PLAYING.md usr/share/allure/GameDefinition/.
 ./GameDefinition/InGameHelp.txt usr/share/allure/GameDefinition/.
 ./COPYLEFT usr/share/allure/.


=====================================
p/allure/debian/changelog
=====================================
@@ -1,13 +1,13 @@
-allure (0.9.5.0-3) unstable; urgency=medium
+allure (0.11.0.0-1) unstable; urgency=medium
 
   [ Mikolaj Konarski ]
-  * Add patch workaround-freetype-2.11-bug.diff (fixes https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=997674)
   * Fix some lintian warnings
 
   [ Ilias Tsitsimpis ]
   * Declare compliance with Debian policy 4.6.1
+  * New upstream release (Closes: #1011762, #997674)
 
- -- Mikolaj Konarski <mikolaj.konarski at funktory.com>  Wed, 24 Nov 2021 01:05:03 +0100
+ -- Ilias Tsitsimpis <iliastsi at debian.org>  Wed, 10 Aug 2022 18:48:52 +0300
 
 allure (0.9.5.0-2) unstable; urgency=medium
 


=====================================
p/allure/debian/control
=====================================
@@ -8,20 +8,19 @@ Build-Depends: debhelper (>= 10),
  haskell-devscripts-minimal | haskell-devscripts (>= 0.8),
  cdbs,
  ghc (>= 8.4.3),
- ghc-prof,
- libghc-lambdahack-dev (>= 0.9.5.0),
- libghc-lambdahack-dev (<< 0.9.6.0),
- libghc-lambdahack-prof,
+ libghc-lambdahack-dev (>= 0.11.0.0),
+ libghc-lambdahack-dev (<< 0.11.1.0),
  libghc-async-dev,
- libghc-async-prof,
  libghc-enummapset-dev,
- libghc-enummapset-prof,
+ libghc-file-embed-dev (>= 0.0.11),
+ libghc-hsini-dev,
  libghc-optparse-applicative-dev,
- libghc-optparse-applicative-prof,
  libghc-primitive-dev,
- libghc-primitive-prof,
- libghc-random-dev,
- libghc-random-prof,
+ libghc-splitmix-dev,
+ libghc-th-lift-instances-dev,
+ libghc-lambdahack-dev,
+ libghc-tasty-dev (>= 1.0),
+ libghc-tasty-hunit-dev,
 Standards-Version: 4.6.1
 Homepage: http://allureofthestars.com
 Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/allure


=====================================
p/allure/debian/patches/fix-tests deleted
=====================================
@@ -1,11 +0,0 @@
-Fix tests for the case of in-place font files.
---- 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/allure/debian/patches/series deleted
=====================================
@@ -1,2 +0,0 @@
-fix-tests
-workaround-freetype-2.11-bug.diff


=====================================
p/allure/debian/patches/workaround-freetype-2.11-bug.diff deleted
=====================================
@@ -1,22 +0,0 @@
-; This is a temporary hack around bitmap font breakage caused by
-; https://gitlab.freedesktop.org/freetype/freetype/-/issues/1076
-; see also https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=997674
-; In a couple of years this can be removed and the small bitmap fonts will work
-; fine again, too.
---- a/GameDefinition/config.ui.default
-+++ b/GameDefinition/config.ui.default
-@@ -39,7 +39,13 @@
- ;sdlFontFile = "16x16xw.woff"
- scalableFontSize = 16
- sdlScalableSizeAdd = 0
--sdlFontFile = "16x16xw.bdf"
-+; This is a temporary hack around bitmap font breakage caused by
-+; https://gitlab.freedesktop.org/freetype/freetype/-/issues/1076
-+; see also https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=997674
-+; In a couple of years this can be removed and the small bitmap fonts will work
-+; fine again, too.
-+;sdlFontFile = "16x16xw.bdf"
-+sdlFontFile = "16x16xw.woff"
- sdlBitmapSizeAdd = 0
- ;sdlFontFile = "8x8xb.fnt"
- ;sdlFontFile = "8x8x.fnt"



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

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/c027c7aca4e393bd3f4f6bd9eaeb272ceda9dcea
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/20220811/c83661a6/attachment-0001.htm>


More information about the Pkg-haskell-commits mailing list