[Git][haskell-team/DHG_packages][master] threadscope: Upgrading from 0.2.9 to 0.2.10

Clint Adams gitlab at salsa.debian.org
Sun Apr 22 02:26:15 BST 2018


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


Commits:
f5978b87 by Clint Adams at 2018-04-21T21:25:47-04:00
threadscope: Upgrading from 0.2.9 to 0.2.10

- - - - -


4 changed files:

- p/threadscope/debian/changelog
- p/threadscope/debian/control
- − p/threadscope/debian/patches/no-windows-cconv
- − p/threadscope/debian/patches/series


Changes:

=====================================
p/threadscope/debian/changelog
=====================================
--- a/p/threadscope/debian/changelog
+++ b/p/threadscope/debian/changelog
@@ -1,3 +1,9 @@
+threadscope (0.2.10-1) unstable; urgency=medium
+
+  * New upstream release
+
+ -- Clint Adams <clint at debian.org>  Sat, 21 Apr 2018 21:24:36 -0400
+
 threadscope (0.2.9-3) unstable; urgency=medium
 
   [ Ilias Tsitsimpis ]


=====================================
p/threadscope/debian/control
=====================================
--- a/p/threadscope/debian/control
+++ b/p/threadscope/debian/control
@@ -13,7 +13,7 @@ Build-Depends:
  libghc-cairo-dev (<< 0.14),
  libghc-file-embed-dev (<< 0.1),
  libghc-ghc-events-dev (>= 0.5),
- libghc-ghc-events-dev (<< 0.7),
+ libghc-ghc-events-dev (<< 0.8),
  libghc-glib-dev (<< 0.14),
  libghc-gtk-dev (>= 0.12),
  libghc-gtk-dev (<< 0.15),


=====================================
p/threadscope/debian/patches/no-windows-cconv deleted
=====================================
--- a/p/threadscope/debian/patches/no-windows-cconv
+++ /dev/null
@@ -1,24 +0,0 @@
-Description: Do not include windows_cconv.h on non mingw32 systems
- Do not include windows_cconv.h on non windows systems, or else build
- fails with `#error Unknown mingw32 arch` on architectures other than
- i386 or x86_64.
-Author: Ilias Tsitsimpis <iliastsi at debian.org>
-Forwarded: https://github.com/haskell/ThreadScope/pull/79
-Bug-Debian: https://bugs.debian.org/876525
-
-Index: b/GUI/GtkExtras.hs
-===================================================================
---- a/GUI/GtkExtras.hs
-+++ b/GUI/GtkExtras.hs
-@@ -18,9 +18,10 @@ import Control.Concurrent.MVar
- #if !(mingw32_HOST_OS || mingw32_TARGET_OS)
- import System.Glib.GError
- import Control.Monad
--#endif
- 
-+#else
- #include "windows_cconv.h"
-+#endif
- 
- waitGUI :: IO ()
- waitGUI = do


=====================================
p/threadscope/debian/patches/series deleted
=====================================
--- a/p/threadscope/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-no-windows-cconv



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

---
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/f5978b87eba5fc0f8272310a19be59ca6b88e4ca
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/20180422/a1db7f3f/attachment-0001.html>


More information about the Pkg-haskell-commits mailing list