[Git][haskell-team/DHG_packages][master] threadscope: patch for newer dependencies
Gianfranco Costamagna
gitlab at salsa.debian.org
Mon Sep 9 11:58:12 BST 2019
Gianfranco Costamagna pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
7ec5a9c3 by Gianfranco Costamagna at 2019-09-09T10:57:46Z
threadscope: patch for newer dependencies
- - - - -
4 changed files:
- p/threadscope/debian/changelog
- p/threadscope/debian/control
- + p/threadscope/debian/patches/newer-deps
- + p/threadscope/debian/patches/series
Changes:
=====================================
p/threadscope/debian/changelog
=====================================
@@ -1,8 +1,12 @@
-threadscope (0.2.11.1-3) UNRELEASED; urgency=medium
+threadscope (0.2.11.1-3) unstable; urgency=medium
+ [ Dmitry Bogatov ]
* Add missing "Upstream-Name" field into "debian/copyright".
- -- Dmitry Bogatov <KAction at debian.org> Thu, 16 May 2019 14:24:34 +0000
+ [ Gianfranco Costamagna ]
+ * Patch for newer dependencies
+
+ -- Gianfranco Costamagna <locutusofborg at debian.org> Mon, 09 Sep 2019 12:57:08 +0200
threadscope (0.2.11.1-2) unstable; urgency=medium
=====================================
p/threadscope/debian/control
=====================================
@@ -13,10 +13,10 @@ Build-Depends:
libghc-cairo-dev (<< 0.14),
libghc-file-embed-dev (<< 0.1),
libghc-ghc-events-dev (>= 0.5),
- libghc-ghc-events-dev (<< 0.9),
+ libghc-ghc-events-dev (<< 1.0),
libghc-glib-dev (<< 0.14),
libghc-gtk-dev (>= 0.12),
- libghc-gtk-dev (<< 0.15),
+ libghc-gtk-dev (<< 0.16),
libghc-pango-dev (<< 0.14),
libghc-temporary-dev (>= 1.1),
libghc-temporary-dev (<< 1.4),
=====================================
p/threadscope/debian/patches/newer-deps
=====================================
@@ -0,0 +1,28 @@
+--- threadscope-0.2.11.1.orig/threadscope.cabal
++++ threadscope-0.2.11.1/threadscope.cabal
+@@ -47,7 +47,7 @@ source-repository head
+ Executable threadscope
+ Main-is: Main.hs
+ Build-Depends: base >= 4.6 && < 5,
+- gtk >= 0.12 && < 0.15,
++ gtk >= 0.12 && < 0.16,
+ cairo < 0.14,
+ glib < 0.14,
+ pango < 0.14,
+@@ -55,14 +55,14 @@ Executable threadscope
+ array < 0.6,
+ mtl < 2.3,
+ filepath < 1.5,
+- ghc-events >= 0.5 && < 0.9,
++ ghc-events >= 0.5 && < 1.0,
+ containers >= 0.2 && < 0.7,
+ deepseq >= 1.1,
+ text < 1.3,
+ time >= 1.1 && < 1.10,
+ bytestring < 0.11,
+ file-embed < 0.1,
+- template-haskell < 2.14,
++ template-haskell < 2.15,
+ temporary >= 1.1 && < 1.4
+ if os(osx)
+ build-depends: gtk-mac-integration < 0.4
=====================================
p/threadscope/debian/patches/series
=====================================
@@ -0,0 +1 @@
+newer-deps
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/7ec5a9c34d8e8337364247d0798815e092114651
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/7ec5a9c34d8e8337364247d0798815e092114651
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/20190909/2c99d8ec/attachment-0001.html>
More information about the Pkg-haskell-commits
mailing list