[Git][haskell-team/DHG_packages][master] 3 commits: gloss: Upgrading from 1.13.2.1 to 1.13.2.2
Ilias Tsitsimpis (@iliastsi)
gitlab at salsa.debian.org
Mon Sep 4 13:40:31 BST 2023
Ilias Tsitsimpis pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
1dbe56f2 by Ilias Tsitsimpis at 2023-09-04T11:48:51+03:00
gloss: Upgrading from 1.13.2.1 to 1.13.2.2
- - - - -
27ff77f2 by Ilias Tsitsimpis at 2023-09-04T15:39:18+03:00
hjsmin: Upgrading from 0.2.0.4 to 0.2.1
- - - - -
421e9a75 by Ilias Tsitsimpis at 2023-09-04T15:39:18+03:00
shelltestrunner: Upgrading from 1.9 to 1.9.0.1
- - - - -
7 changed files:
- p/haskell-gloss/debian/changelog
- p/haskell-gloss/debian/control
- p/haskell-hjsmin/debian/changelog
- p/haskell-hjsmin/debian/control
- p/haskell-hjsmin/debian/patches/fix-tests
- p/shelltestrunner/debian/changelog
- p/shelltestrunner/debian/control
Changes:
=====================================
p/haskell-gloss/debian/changelog
=====================================
@@ -1,8 +1,9 @@
-haskell-gloss (1.13.2.1-2) UNRELEASED; urgency=medium
+haskell-gloss (1.13.2.2-1) unstable; urgency=medium
* Declare compliance with Debian policy 4.6.2
+ * New upstream release
- -- Ilias Tsitsimpis <iliastsi at debian.org> Sun, 27 Aug 2023 12:33:54 +0300
+ -- Ilias Tsitsimpis <iliastsi at debian.org> Mon, 04 Sep 2023 11:48:51 +0300
haskell-gloss (1.13.2.1-1) unstable; urgency=medium
=====================================
p/haskell-gloss/debian/control
=====================================
@@ -8,7 +8,7 @@ Rules-Requires-Root: no
Build-Depends:
cdbs,
debhelper (>= 10),
- ghc (>= 8),
+ ghc (>= 9.4),
ghc-prof,
haskell-devscripts (>= 0.13),
libghc-bmp-dev (<< 1.3),
=====================================
p/haskell-hjsmin/debian/changelog
=====================================
@@ -1,8 +1,9 @@
-haskell-hjsmin (0.2.0.4-3) UNRELEASED; urgency=medium
+haskell-hjsmin (0.2.1-1) unstable; urgency=medium
* Declare compliance with Debian policy 4.6.2
+ * New upstream release
- -- Ilias Tsitsimpis <iliastsi at debian.org> Sun, 27 Aug 2023 12:33:58 +0300
+ -- Ilias Tsitsimpis <iliastsi at debian.org> Mon, 04 Sep 2023 11:49:31 +0300
haskell-hjsmin (0.2.0.4-2) unstable; urgency=medium
=====================================
p/haskell-hjsmin/debian/control
=====================================
@@ -8,7 +8,7 @@ Rules-Requires-Root: no
Build-Depends:
cdbs,
debhelper (>= 10),
- ghc (>= 8.4.3),
+ ghc (>= 9.4),
ghc-prof,
haskell-devscripts (>= 0.13),
libghc-language-javascript-dev (>= 0.6),
=====================================
p/haskell-hjsmin/debian/patches/fix-tests
=====================================
@@ -2,9 +2,11 @@ Description: Use 'dist-ghc' as builddir
Use 'dist-ghc' as builddir when running tests, instead of 'dist-newstyle'
Author: Ilias Tsitsimpis <iliastsi at debian.org>
+Index: b/test/test-cli.hs
+===================================================================
--- a/test/test-cli.hs
+++ b/test/test-cli.hs
-@@ -18,7 +18,7 @@
+@@ -18,13 +18,13 @@ main = do
IO.hSetBuffering IO.stderr LineBuffering
cwd <- getCurrentDirectory
@@ -13,3 +15,26 @@ Author: Ilias Tsitsimpis <iliastsi at debian.org>
-- Set an environment variable for all the exectuables we want to test.
setExecutableEnvVar "HJSMIN" topdir "hjsmin"
+
+ tests <- filter (`notElem` ["core", "data"]) <$> listDirectory "test/cli/"
+- res <- forM tests $ \ t -> rawSystem ("test/cli/" ++ t ++ "/run") []
++ res <- forM tests $ \ t -> rawSystem "/bin/bash" ["test/cli/" ++ t ++ "/run"]
+ if all (== ExitSuccess) res
+ then exitSuccess
+ else exitFailure
+Index: b/test/cli/core/runner
+===================================================================
+--- a/test/cli/core/runner
++++ b/test/cli/core/runner
+@@ -1,7 +1,7 @@
+-if test -d dist-newstyle ; then
+- HJSMIN=$(find dist-newstyle -type f -name hjsmin)
+-elif test -d ../dist-newstyle ; then
+- HJSMIN=$(find ../dist-newstyle -type f -name hjsmin)
++if test -d dist-ghc ; then
++ HJSMIN=$(find dist-ghc -type f -name hjsmin)
++elif test -d ../dist-ghc ; then
++ HJSMIN=$(find ../dist-ghc -type f -name hjsmin)
+ fi
+
+ echo
=====================================
p/shelltestrunner/debian/changelog
=====================================
@@ -1,9 +1,10 @@
-shelltestrunner (1.9-3) UNRELEASED; urgency=medium
+shelltestrunner (1.9.0.1-1) unstable; urgency=medium
* Declare compliance with Debian policy 4.6.1
* Declare compliance with Debian policy 4.6.2
+ * New upstream release
- -- Ilias Tsitsimpis <iliastsi at debian.org> Tue, 28 Jun 2022 15:33:30 +0300
+ -- Ilias Tsitsimpis <iliastsi at debian.org> Mon, 04 Sep 2023 11:50:58 +0300
shelltestrunner (1.9-2) unstable; urgency=medium
=====================================
p/shelltestrunner/debian/control
=====================================
@@ -7,7 +7,7 @@ Rules-Requires-Root: no
Build-Depends: debhelper (>= 10),
cdbs,
haskell-devscripts (>= 0.13),
- ghc (>= 8.4.3),
+ ghc (>= 9.4),
ghc-prof,
libghc-diff-dev (>= 0.2.0),
libghc-hunit-dev,
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/compare/83a99f8d670158686abb338d17ca07ae1feec8f5...421e9a753659f3d42acbe3e2a3962123e226a24f
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/compare/83a99f8d670158686abb338d17ca07ae1feec8f5...421e9a753659f3d42acbe3e2a3962123e226a24f
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/20230904/e0cd54a1/attachment-0001.htm>
More information about the Pkg-haskell-commits
mailing list