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

Clint Adams clint at moszumanska.debian.org
Sun Oct 16 16:37:33 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 0a26acdbffc2916df7cdc929925577d2e5c9b64b
Author: Clint Adams <clint at debian.org>
Date:   Sun Oct 16 12:33:44 2016 -0400

    diagrams: build with ghc 8 in experimental
---
 p/haskell-diagrams/debian/changelog |  6 +++---
 p/haskell-diagrams/debian/control   | 35 ++++++++++++++++++++---------------
 2 files changed, 23 insertions(+), 18 deletions(-)

diff --git a/p/haskell-diagrams/debian/changelog b/p/haskell-diagrams/debian/changelog
index 46a481e..d6dd40d 100644
--- a/p/haskell-diagrams/debian/changelog
+++ b/p/haskell-diagrams/debian/changelog
@@ -1,8 +1,8 @@
-haskell-diagrams (1.3.0.1-2) UNRELEASED; urgency=medium
+haskell-diagrams (1.3.0.1-2) experimental; urgency=medium
 
-  * Fix VCS fields
+  * Temporarily build-depend on ghc 8.
 
- -- Gianfranco Costamagna <locutusofborg at debian.org>  Thu, 02 Jun 2016 19:12:26 +0200
+ -- Clint Adams <clint at debian.org>  Sun, 16 Oct 2016 12:33:37 -0400
 
 haskell-diagrams (1.3.0.1-1) unstable; urgency=medium
 
diff --git a/p/haskell-diagrams/debian/control b/p/haskell-diagrams/debian/control
index 41997b1..d55bc62 100644
--- a/p/haskell-diagrams/debian/control
+++ b/p/haskell-diagrams/debian/control
@@ -1,27 +1,30 @@
 Source: haskell-diagrams
 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),
 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
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
 
 Package: libghc-diagrams-dev
 Architecture: all
-Depends: ${shlibs:Depends},
- ${misc:Depends},
- libghc-diagrams-core-dev (>= 1.3),
+Depends:
+ libghc-diagrams-cairo-dev (<< 1.4),
+ libghc-diagrams-cairo-dev (>= 1.3),
  libghc-diagrams-core-dev (<< 1.4),
- libghc-diagrams-lib-dev (>= 1.3),
+ libghc-diagrams-core-dev (>= 1.3),
  libghc-diagrams-lib-dev (<< 1.4),
- libghc-diagrams-cairo-dev (>= 1.3),
- libghc-diagrams-cairo-dev (<< 1.4),
+ libghc-diagrams-lib-dev (>= 1.3),
+ libghc-diagrams-svg-dev (<< 1.5),
  libghc-diagrams-svg-dev (>= 1.3),
- libghc-diagrams-svg-dev (<< 1.4),
+ ${misc:Depends},
+ ${shlibs:Depends},
 Description: Embedded domain-specific language for declarative vector graphics${haskell:ShortBlurb}
  Diagrams is an embedded domain-specific language for declarative vector
  graphics.  This package is just a wrapper that depends on the
@@ -31,12 +34,13 @@ Description: Embedded domain-specific language for declarative vector graphics${
 
 Package: libghc-diagrams-prof
 Architecture: all
-Depends: ${misc:Depends},
- libghc-diagrams-dev (= ${binary:Version}),
+Depends:
+ libghc-diagrams-cairo-prof,
  libghc-diagrams-core-prof,
+ libghc-diagrams-dev (= ${binary:Version}),
  libghc-diagrams-lib-prof,
- libghc-diagrams-cairo-prof,
  libghc-diagrams-svg-prof,
+ ${misc:Depends},
 Description: Embedded domain-specific language for declarative vector graphics${haskell:ShortBlurb}
  Diagrams is an embedded domain-specific language for declarative vector
  graphics.  This package is just a wrapper that depends on the
@@ -47,11 +51,12 @@ Description: Embedded domain-specific language for declarative vector graphics${
 Package: libghc-diagrams-doc
 Architecture: all
 Section: doc
-Depends: ${misc:Depends},
+Depends:
+ libghc-diagrams-cairo-doc,
  libghc-diagrams-core-doc,
  libghc-diagrams-lib-doc,
- libghc-diagrams-cairo-doc,
  libghc-diagrams-svg-doc,
+ ${misc:Depends},
 Description: Embedded domain-specific language for declarative vector graphics${haskell:ShortBlurb}
  Diagrams is an embedded domain-specific language for declarative vector
  graphics.  This package is just a wrapper that depends on 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