[Git][haskell-team/DHG_packages][master] pretty-simple: fix b-ds and locale
Clint Adams (@clint)
gitlab at salsa.debian.org
Thu Sep 14 22:20:40 BST 2023
Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
9c33b290 by Clint Adams at 2023-09-14T17:20:05-04:00
pretty-simple: fix b-ds and locale
- - - - -
3 changed files:
- p/haskell-pretty-simple/debian/changelog
- p/haskell-pretty-simple/debian/control
- p/haskell-pretty-simple/debian/rules
Changes:
=====================================
p/haskell-pretty-simple/debian/changelog
=====================================
@@ -1,3 +1,10 @@
+haskell-pretty-simple (4.1.2.0-2) unstable; urgency=medium
+
+ * Fix Build-Depends.
+ * Set locale for tests.
+
+ -- Clint Adams <clint at debian.org> Thu, 14 Sep 2023 17:11:48 -0400
+
haskell-pretty-simple (4.1.2.0-1) unstable; urgency=medium
[ Ilias Tsitsimpis ]
=====================================
p/haskell-pretty-simple/debian/control
=====================================
@@ -16,6 +16,8 @@ Build-Depends: debhelper (>= 10),
libghc-optparse-applicative-prof,
libghc-cabal-doctest-dev (>= 1.0.2) <!nocheck>,
libghc-doctest-dev (>= 0.13) <!nocheck>,
+ libghc-glob-dev <!nocheck>,
+ libghc-quickcheck2-dev <!nocheck>,
Build-Depends-Indep: ghc-doc,
libghc-prettyprinter-doc,
libghc-prettyprinter-ansi-terminal-doc,
=====================================
p/haskell-pretty-simple/debian/rules
=====================================
@@ -7,3 +7,6 @@ DEB_DEFAULT_COMPILER = ghc
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/hlibrary.mk
+
+check-ghc-stamp: export LANG := en_US.UTF-8
+check-ghc-stamp: export LC_ALL := C.UTF-8
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/9c33b2908d73ed1cabf6ffb19f8caca7e0f43e0c
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/9c33b2908d73ed1cabf6ffb19f8caca7e0f43e0c
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/20230914/3afba46a/attachment-0001.htm>
More information about the Pkg-haskell-commits
mailing list