[Git][haskell-team/DHG_packages][master] haskell-glib: patch from Ilias to fix a build failure with newer glib

Gianfranco Costamagna gitlab at salsa.debian.org
Wed Aug 28 18:12:26 BST 2019



Gianfranco Costamagna pushed to branch master at Debian Haskell Group / DHG_packages


Commits:
878fdcf8 by Gianfranco Costamagna at 2019-08-28T17:11:50Z
haskell-glib: patch from Ilias to fix a build failure with newer glib

- - - - -


3 changed files:

- p/haskell-glib/debian/changelog
- + p/haskell-glib/debian/patches/new-glib
- + p/haskell-glib/debian/patches/series


Changes:

=====================================
p/haskell-glib/debian/changelog
=====================================
@@ -1,3 +1,10 @@
+haskell-glib (0.13.7.0-2) unstable; urgency=medium
+
+  * Path from Ilias to fix a build failure with newer glib2.0
+    - https://github.com/gtk2hs/gtk2hs/issues/276
+
+ -- Gianfranco Costamagna <locutusofborg at debian.org>  Wed, 28 Aug 2019 19:08:42 +0200
+
 haskell-glib (0.13.7.0-1) unstable; urgency=medium
 
   * New upstream release


=====================================
p/haskell-glib/debian/patches/new-glib
=====================================
@@ -0,0 +1,15 @@
+Author: Ilias Tsitsimpis <iliastsi at debian.org>
+--- haskell-glib-0.13.7.0.orig/glib.cabal
++++ haskell-glib-0.13.7.0/glib.cabal
+@@ -41,9 +41,9 @@ Library
+                         bytestring >= 0.9.1.10 && < 0.11,
+                         text >= 1.0.0.0 && < 1.3,
+                         containers
+-        cpp-options:    -U__BLOCKS__
++        cpp-options:    -U__BLOCKS__ -D__attribute__(A)=
+         if os(darwin) || os(freebsd)
+-          cpp-options: -D__attribute__(A)= -D_Nullable= -D_Nonnull= -D_Noreturn=
++          cpp-options: -D_Nullable= -D_Nonnull= -D_Noreturn=
+         if flag(closure_signals)
+           cpp-options:  -DUSE_GCLOSURE_SIGNALS_IMPL
+           c-sources: System/Glib/hsgclosure.c


=====================================
p/haskell-glib/debian/patches/series
=====================================
@@ -0,0 +1 @@
+new-glib



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

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/878fdcf8bb4232e10242dc40d2e391c5cb1d8ec9
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/20190828/9bcbfc8d/attachment-0001.html>


More information about the Pkg-haskell-commits mailing list