[DHG_packages] 03/05: diagrams-gtk: build with ghc 8 in experimental

Clint Adams clint at moszumanska.debian.org
Tue Oct 18 00:46:07 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 8f3b333dc4b2126915ec7369c7ea8d809ada81cd
Author: Clint Adams <clint at debian.org>
Date:   Mon Oct 17 20:42:20 2016 -0400

    diagrams-gtk: build with ghc 8 in experimental
---
 p/haskell-diagrams-gtk/debian/changelog |  6 ++++
 p/haskell-diagrams-gtk/debian/control   | 58 ++++++++++++++++++++-------------
 2 files changed, 42 insertions(+), 22 deletions(-)

diff --git a/p/haskell-diagrams-gtk/debian/changelog b/p/haskell-diagrams-gtk/debian/changelog
index 79f6dd0..fda1650 100644
--- a/p/haskell-diagrams-gtk/debian/changelog
+++ b/p/haskell-diagrams-gtk/debian/changelog
@@ -1,3 +1,9 @@
+haskell-diagrams-gtk (1.3.0.2-2) experimental; urgency=medium
+
+  * Temporarily build-depend on ghc 8.
+
+ -- Clint Adams <clint at debian.org>  Mon, 17 Oct 2016 20:42:17 -0400
+
 haskell-diagrams-gtk (1.3.0.2-1) unstable; urgency=medium
 
   [ Dmitry Bogatov ]
diff --git a/p/haskell-diagrams-gtk/debian/control b/p/haskell-diagrams-gtk/debian/control
index f9c63ff..711aed9 100644
--- a/p/haskell-diagrams-gtk/debian/control
+++ b/p/haskell-diagrams-gtk/debian/control
@@ -1,43 +1,50 @@
 Source: haskell-diagrams-gtk
 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),
- haskell-devscripts (>= 0.10),
+Build-Depends:
  cdbs,
- ghc,
+ debhelper (>= 9),
+ ghc (>= 8),
  ghc-prof,
- libghc-cairo-dev (>= 0.12.4),
+ haskell-devscripts (>= 0.10),
  libghc-cairo-dev (<< 0.14),
+ libghc-cairo-dev (>= 0.12.4),
  libghc-cairo-prof,
- libghc-diagrams-cairo-dev (>= 1.3),
  libghc-diagrams-cairo-dev (<< 1.4),
+ libghc-diagrams-cairo-dev (>= 1.3),
  libghc-diagrams-cairo-prof,
- libghc-diagrams-lib-dev (>= 1.3),
  libghc-diagrams-lib-dev (<< 1.4),
+ libghc-diagrams-lib-dev (>= 1.3),
  libghc-diagrams-lib-prof,
- libghc-gtk-dev (>= 0.12.0),
  libghc-gtk-dev (<< 0.15),
+ libghc-gtk-dev (>= 0.12.0),
  libghc-gtk-prof,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
  libghc-cairo-doc,
  libghc-diagrams-cairo-doc,
  libghc-diagrams-lib-doc,
  libghc-gtk-doc,
 Standards-Version: 3.9.8
 Homepage: http://projects.haskell.org/diagrams/
-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/haskell-diagrams-gtk
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
 
 Package: libghc-diagrams-gtk-dev
 Architecture: any
-Depends: ${haskell:Depends},
- ${shlibs:Depends},
+Depends:
+ ${haskell:Depends},
  ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Provides: ${haskell:Provides},
+ ${shlibs:Depends},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
+Provides:
+ ${haskell:Provides},
 Description: Backend for rendering diagrams directly to GTK windows${haskell:ShortBlurb}
  An optional add-on to the diagrams-cairo package which allows rendering
  diagrams directly to GTK windows.
@@ -46,11 +53,15 @@ Description: Backend for rendering diagrams directly to GTK windows${haskell:Sho
 
 Package: libghc-diagrams-gtk-prof
 Architecture: any
-Depends: ${haskell:Depends},
+Depends:
+ ${haskell:Depends},
  ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Provides: ${haskell:Provides},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
+Provides:
+ ${haskell:Provides},
 Description: Backend for rendering diagrams directly to GTK windows${haskell:ShortBlurb}
  An optional add-on to the diagrams-cairo package which allows rendering
  diagrams directly to GTK windows.
@@ -60,10 +71,13 @@ Description: Backend for rendering diagrams directly to GTK windows${haskell:Sho
 Package: libghc-diagrams-gtk-doc
 Architecture: all
 Section: doc
-Depends: ${misc:Depends},
+Depends:
  ${haskell:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
+ ${misc:Depends},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
 Description: Backend for rendering diagrams directly to GTK windows${haskell:ShortBlurb}
  An optional add-on to the diagrams-cairo package which allows rendering
  diagrams directly to GTK windows.

-- 
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