[Git][haskell-team/DHG_packages][master] 2 commits: haskell-gio: patch for newer glib

Gianfranco Costamagna gitlab at salsa.debian.org
Thu Aug 29 16:46:37 BST 2019



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


Commits:
fec9543d by Gianfranco Costamagna at 2019-08-29T15:45:36Z
haskell-gio: patch for newer glib

- - - - -
a46f9db6 by Gianfranco Costamagna at 2019-08-29T15:46:13Z
haskell-pango: patch for newer glib

- - - - -


6 changed files:

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


Changes:

=====================================
p/haskell-gio/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-gio (0.13.6.0-2) unstable; urgency=medium
+
+  * Patch for newer glib
+
+ -- Gianfranco Costamagna <locutusofborg at debian.org>  Thu, 29 Aug 2019 14:44:08 +0200
+
 haskell-gio (0.13.6.0-1) unstable; urgency=medium
 
   [ Dmitry Bogatov ]


=====================================
p/haskell-gio/debian/patches/new-glib
=====================================
@@ -0,0 +1,14 @@
+--- haskell-gio-0.13.6.0.orig/gio.cabal
++++ haskell-gio-0.13.6.0/gio.cabal
+@@ -81,9 +81,9 @@ Library
+         default-language:   Haskell98
+         default-extensions: ForeignFunctionInterface
+ 		
+-        cpp-options:    -U__BLOCKS__ -Ubool
++        cpp-options:    -U__BLOCKS__ -Ubool -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=
+ 
+         x-Signals-File:  System/GIO/Signals.chs
+         x-Signals-Modname: System.GIO.Signals


=====================================
p/haskell-gio/debian/patches/series
=====================================
@@ -1 +1,2 @@
 work-around-bool-define.patch
+new-glib


=====================================
p/haskell-pango/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-pango (0.13.6.0-2) unstable; urgency=medium
+
+  * Patch for newer glib
+
+ -- Gianfranco Costamagna <locutusofborg at debian.org>  Thu, 29 Aug 2019 14:47:27 +0200
+
 haskell-pango (0.13.6.0-1) unstable; urgency=medium
 
   [ Dmitry Bogatov ]


=====================================
p/haskell-pango/debian/patches/new-glib
=====================================
@@ -0,0 +1,14 @@
+--- haskell-pango-0.13.6.0.orig/pango.cabal
++++ haskell-pango-0.13.6.0/pango.cabal
+@@ -78,9 +78,9 @@ Library
+         x-c2hs-Header:  hspango.h
+         includes:       hspango.h
+         include-dirs:   .
+-        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 os(windows)
+           cpp-options: -D__USE_MINGW_ANSI_STDIO=1
+         -- Pango 1.26 has a mysterious bug that makes it go into an infinite


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



View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/compare/3adcbe8a8851555dbfdfe611793602a84930c725...a46f9db64284a4fc155d6ebf56e08bc1c1f88a18

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/compare/3adcbe8a8851555dbfdfe611793602a84930c725...a46f9db64284a4fc155d6ebf56e08bc1c1f88a18
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/20190829/f0403c18/attachment-0001.html>


More information about the Pkg-haskell-commits mailing list