[Pkg-haskell-commits] darcs: haskell-webkit: hswebkit.h hack stopped working for some reason.
Clint Adams
clint at debian.org
Thu May 10 04:43:49 UTC 2012
Thu May 10 04:43:45 UTC 2012 Clint Adams <clint at debian.org>
* hswebkit.h hack stopped working for some reason.
Ignore-this: 96bd3a72c4178deb327f38d6ddc9d49b
M ./changelog +7
M ./control -1 +1
A ./patches/
A ./patches/no-hswebkit_h.diff
A ./patches/series
Thu May 10 04:43:45 UTC 2012 Clint Adams <clint at debian.org>
* hswebkit.h hack stopped working for some reason.
Ignore-this: 96bd3a72c4178deb327f38d6ddc9d49b
diff -rN -u old-haskell-webkit//changelog new-haskell-webkit//changelog
--- old-haskell-webkit//changelog 2012-05-10 04:43:48.318406066 +0000
+++ new-haskell-webkit//changelog 2012-05-10 04:43:48.562406742 +0000
@@ -1,3 +1,10 @@
+haskell-webkit (0.12.3-2) unstable; urgency=low
+
+ * Bump to Standards-Version 3.9.3.
+ * Patch to not choke on hswebkit.h hack. closes: #672022.
+
+ -- Clint Adams <clint at debian.org> Thu, 10 May 2012 00:35:48 -0400
+
haskell-webkit (0.12.3-1) unstable; urgency=low
* New upstream release
diff -rN -u old-haskell-webkit//control new-haskell-webkit//control
--- old-haskell-webkit//control 2012-05-10 04:43:48.294409048 +0000
+++ new-haskell-webkit//control 2012-05-10 04:43:48.566407758 +0000
@@ -27,7 +27,7 @@
, libghc-pango-doc
, libghc-cairo-doc
, libghc-gtk-doc
-Standards-Version: 3.8.4
+Standards-Version: 3.9.3
Homepage: http://hackage.haskell.org/package/webkit
Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-webkit
Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-webkit
diff -rN -u old-haskell-webkit//patches/no-hswebkit_h.diff new-haskell-webkit//patches/no-hswebkit_h.diff
--- old-haskell-webkit//patches/no-hswebkit_h.diff 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-webkit//patches/no-hswebkit_h.diff 2012-05-10 04:43:48.566407758 +0000
@@ -0,0 +1,10 @@
+--- a/webkit.cabal
++++ b/webkit.cabal
+@@ -83,5 +83,6 @@
+ x-Signals-Types: marshal.list
+ x-Signals-Import: Graphics.UI.GtkInternals
+
+- x-c2hs-Header: hswebkit.h
++ x-c2hs-Header: webkit/webkit.h
++ cpp-options: -D_Bool=int
+ pkgconfig-depends: webkit-1.0 >= 1.1.15
diff -rN -u old-haskell-webkit//patches/series new-haskell-webkit//patches/series
--- old-haskell-webkit//patches/series 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-webkit//patches/series 2012-05-10 04:43:48.566407758 +0000
@@ -0,0 +1 @@
+no-hswebkit_h.diff
More information about the Pkg-haskell-commits
mailing list