[Git][haskell-team/DHG_packages][master] pango: Upgrading from 0.13.11.0 to 0.13.12.0
Scott Talbert (@swt2c)
gitlab at salsa.debian.org
Wed Jan 14 02:37:01 GMT 2026
Scott Talbert pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
05cdbfe7 by Scott Talbert at 2026-01-13T21:36:31-05:00
pango: Upgrading from 0.13.11.0 to 0.13.12.0
- - - - -
4 changed files:
- p/haskell-pango/debian/changelog
- p/haskell-pango/debian/control
- − p/haskell-pango/debian/patches/fix-WrapNone
- − p/haskell-pango/debian/patches/series
Changes:
=====================================
p/haskell-pango/debian/changelog
=====================================
@@ -1,8 +1,9 @@
-haskell-pango (0.13.11.0-3) UNRELEASED; urgency=medium
+haskell-pango (0.13.12.0-1) unstable; urgency=medium
* Build using dh-haskell
+ * New upstream release
- -- Scott Talbert <swt at techie.net> Sun, 09 Nov 2025 21:11:16 -0500
+ -- Scott Talbert <swt at techie.net> Tue, 13 Jan 2026 21:35:39 -0500
haskell-pango (0.13.11.0-2) unstable; urgency=medium
=====================================
p/haskell-pango/debian/control
=====================================
@@ -8,7 +8,7 @@ Rules-Requires-Root: no
Build-Depends:
dh-sequence-haskell,
debhelper-compat (= 13),
- ghc (>= 8.4.3),
+ ghc (>= 9.10),
ghc-prof,
gtk2hs-buildtools (>= 0.13.2.0),
libghc-gtk2hs-buildtools-dev (>= 0.13.2.0),
=====================================
p/haskell-pango/debian/patches/fix-WrapNone deleted
=====================================
@@ -1,32 +0,0 @@
-From ca7f98bd3e9462deac3661244dc76004a36fc8c3 Mon Sep 17 00:00:00 2001
-From: Wen Kokke <wenkokke at users.noreply.github.com>
-Date: Mon, 20 Jan 2025 13:41:48 +0000
-Subject: [PATCH] fix(pango): map PANGO_WRAP_NONE to WrapNowhere to avoid
- conflict with Gtk WrapMode
-
-Origin: https://github.com/gtk2hs/gtk2hs/pull/336/
-Index: b/Graphics/Rendering/Pango/Layout.chs
-===================================================================
---- a/Graphics/Rendering/Pango/Layout.chs
-+++ b/Graphics/Rendering/Pango/Layout.chs
-@@ -356,11 +356,20 @@ layoutGetWidth (PangoLayout _ pl) = do
- -- a word if it is the only one on this line and it exceeds the
- -- specified width.
- --
-+#if PANGO_VERSION_CHECK(1,56,0)
-+{#enum PangoWrapMode as LayoutWrapMode
-+ {underscoreToCase,
-+ PANGO_WRAP_WORD as WrapWholeWords,
-+ PANGO_WRAP_CHAR as WrapAnywhere,
-+ PANGO_WRAP_WORD_CHAR as WrapPartialWords,
-+ PANGO_WRAP_NONE as WrapNowhere}#}
-+#else
- {#enum PangoWrapMode as LayoutWrapMode
- {underscoreToCase,
- PANGO_WRAP_WORD as WrapWholeWords,
- PANGO_WRAP_CHAR as WrapAnywhere,
- PANGO_WRAP_WORD_CHAR as WrapPartialWords}#}
-+#endif
-
- -- | Set how this paragraph is wrapped.
- --
=====================================
p/haskell-pango/debian/patches/series deleted
=====================================
@@ -1 +0,0 @@
-fix-WrapNone
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/05cdbfe710ecec88ae866b67de87d26be1d5f295
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/05cdbfe710ecec88ae866b67de87d26be1d5f295
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/20260114/4d0ae41d/attachment-0001.htm>
More information about the Pkg-haskell-commits
mailing list