[DHG_packages] 04/05: threadscope: build with ghc 8 in experimental

Clint Adams clint at moszumanska.debian.org
Mon Oct 17 21:00:17 UTC 2016


This is an automated email from the git hooks/post-receive script.

clint pushed a commit to branch experimental
in repository DHG_packages.

commit 69a980915de6c9e7f48dcf015cf124423f12e8f9
Author: Clint Adams <clint at debian.org>
Date:   Mon Oct 17 16:58:20 2016 -0400

    threadscope: build with ghc 8 in experimental
---
 p/threadscope/debian/changelog |  8 ++++----
 p/threadscope/debian/control   | 23 +++++++++++++----------
 2 files changed, 17 insertions(+), 14 deletions(-)

diff --git a/p/threadscope/debian/changelog b/p/threadscope/debian/changelog
index 1a81f76..76cd079 100644
--- a/p/threadscope/debian/changelog
+++ b/p/threadscope/debian/changelog
@@ -1,13 +1,13 @@
-threadscope (0.2.6-6) UNRELEASED; urgency=medium
+threadscope (0.2.6-6) experimental; urgency=medium
 
   [ Dmitry Bogatov ]
   * Use secure (https) uri in Vcs-Git field in 'debian/control'
   * Bump standards version to 3.9.8 (no changes needed)
 
-  [ Gianfranco Costamagna ]
-  * Fix VCS fields
+  [ Clint Adams ]
+  * Temporarily build-depend on ghc 8.
 
- -- Dmitry Bogatov <KAction at gnu.org>  Tue, 10 May 2016 09:36:41 +0300
+ -- Clint Adams <clint at debian.org>  Mon, 17 Oct 2016 16:58:16 -0400
 
 threadscope (0.2.6-5) unstable; urgency=medium
 
diff --git a/p/threadscope/debian/control b/p/threadscope/debian/control
index ee2a4f2..502bdd9 100644
--- a/p/threadscope/debian/control
+++ b/p/threadscope/debian/control
@@ -1,30 +1,33 @@
 Source: threadscope
 Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
-Uploaders: Joachim Breitner <nomeata at debian.org>
+Uploaders:
+ Joachim Breitner <nomeata at debian.org>,
 Priority: extra
 Section: haskell
-Build-Depends: debhelper (>= 9),
+Build-Depends:
  cdbs,
+ debhelper (>= 9),
+ ghc (>= 8),
  haskell-devscripts (>= 0.10),
- ghc,
- libghc-mtl-dev,
- libghc-ghc-events-dev (>= 0.4.2),
- libghc-cairo-dev,
- libghc-gtk-dev (>= 0.12),
  libghc-cairo-dev,
+ libghc-ghc-events-dev (>= 0.4.2),
  libghc-glib-dev,
+ libghc-gtk-dev (>= 0.12),
+ libghc-mtl-dev,
  libghc-pango-dev,
  libghc-text-dev,
 Standards-Version: 3.9.8
 Homepage: http://hackage.haskell.org/package/threadscope
-Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/tree/p/threadscope
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
 
 Package: threadscope
 Architecture: any
-Depends: ${shlibs:Depends},
+Depends:
  ${misc:Depends},
-Provides: ${haskell:Provides},
+ ${shlibs:Depends},
+Provides:
+ ${haskell:Provides},
 Description: graphical thread profiler for Haskell programs
  Threadscope is a graphical thread profiler for Haskell programs.
  It parses and displays the content of .eventlog files emitted by the

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-haskell/DHG_packages.git



More information about the Pkg-haskell-commits mailing list