[Git][haskell-team/DHG_packages][master] gi-harfbuzz: patch for new gi-freetype2 dependency

Clint Adams (@clint) gitlab at salsa.debian.org
Sun Oct 2 19:25:59 BST 2022



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


Commits:
3e3f8f49 by Clint Adams at 2022-10-02T14:25:29-04:00
gi-harfbuzz: patch for new gi-freetype2 dependency

- - - - -


4 changed files:

- p/haskell-gi-harfbuzz/debian/changelog
- p/haskell-gi-harfbuzz/debian/control
- + p/haskell-gi-harfbuzz/debian/patches/need-gi-freetype2
- p/haskell-gi-harfbuzz/debian/patches/series


Changes:

=====================================
p/haskell-gi-harfbuzz/debian/changelog
=====================================
@@ -1,8 +1,12 @@
-haskell-gi-harfbuzz (0.0.5-2) UNRELEASED; urgency=medium
+haskell-gi-harfbuzz (0.0.5-2) unstable; urgency=medium
 
+  [ Ilias Tsitsimpis ]
   * Declare compliance with Debian policy 4.6.1
 
- -- Ilias Tsitsimpis <iliastsi at debian.org>  Tue, 28 Jun 2022 15:32:25 +0300
+  [ Clint Adams ]
+  * Patch for new gi-freetype2 dependency.
+
+ -- Clint Adams <clint at debian.org>  Sun, 02 Oct 2022 14:24:03 -0400
 
 haskell-gi-harfbuzz (0.0.5-1) unstable; urgency=medium
 


=====================================
p/haskell-gi-harfbuzz/debian/control
=====================================
@@ -17,6 +17,8 @@ Build-Depends: debhelper (>= 10),
  libghc-gi-gobject-dev (>= 2.0),
  libghc-gi-gobject-dev (<< 2.1),
  libghc-gi-gobject-prof,
+ libghc-gi-freetype2-dev,
+ libghc-gi-freetype2-prof,
  libghc-haskell-gi-dev (>= 0.26),
  libghc-haskell-gi-dev (<< 0.27),
  libghc-haskell-gi-prof,


=====================================
p/haskell-gi-harfbuzz/debian/patches/need-gi-freetype2
=====================================
@@ -0,0 +1,12 @@
+--- a/gi-harfbuzz.cabal
++++ b/gi-harfbuzz.cabal
+@@ -35,7 +35,8 @@ library
+                      bytestring >= 0.10 && < 1,
+                      containers >= 0.5 && < 1,
+                      text >= 1.0 && < 2,
+-                     transformers >= 0.4 && < 1
++                     transformers >= 0.4 && < 1,
++                     gi-freetype2 == 2.0.*
+ 
+       -- Disable overloading when compiling under GHC 8.2.x
+       -- see https://ghc.haskell.org/trac/ghc/ticket/14382


=====================================
p/haskell-gi-harfbuzz/debian/patches/series
=====================================
@@ -1 +1,2 @@
 no-haskell-gi-overloading
+need-gi-freetype2



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

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/3e3f8f4911c703cc7bca9b7df6de32a4a8a5a4ad
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/20221002/625ac3dd/attachment-0001.htm>


More information about the Pkg-haskell-commits mailing list