[DHG_packages] 02/05: blaze-svg: build with ghc 8 in experimental

Clint Adams clint at moszumanska.debian.org
Sun Oct 16 19:42:37 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 0f45675a9bc5d6a4fa23751554f775a59fb0743e
Author: Clint Adams <clint at debian.org>
Date:   Sun Oct 16 15:37:49 2016 -0400

    blaze-svg: build with ghc 8 in experimental
---
 p/haskell-blaze-svg/debian/changelog |  6 ++--
 p/haskell-blaze-svg/debian/control   | 54 +++++++++++++++++++++++-------------
 2 files changed, 37 insertions(+), 23 deletions(-)

diff --git a/p/haskell-blaze-svg/debian/changelog b/p/haskell-blaze-svg/debian/changelog
index 3c55a84..0d5d970 100644
--- a/p/haskell-blaze-svg/debian/changelog
+++ b/p/haskell-blaze-svg/debian/changelog
@@ -1,8 +1,8 @@
-haskell-blaze-svg (0.3.6-2) UNRELEASED; urgency=medium
+haskell-blaze-svg (0.3.6-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:15 +0200
+ -- Clint Adams <clint at debian.org>  Sun, 16 Oct 2016 15:37:41 -0400
 
 haskell-blaze-svg (0.3.6-1) unstable; urgency=medium
 
diff --git a/p/haskell-blaze-svg/debian/control b/p/haskell-blaze-svg/debian/control
index 1866e04..ef2e5f1 100644
--- a/p/haskell-blaze-svg/debian/control
+++ b/p/haskell-blaze-svg/debian/control
@@ -1,35 +1,42 @@
 Source: haskell-blaze-svg
 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-blaze-markup-dev (>= 0.5),
+ haskell-devscripts (>= 0.10),
  libghc-blaze-markup-dev (<< 0.8),
+ libghc-blaze-markup-dev (>= 0.5),
  libghc-blaze-markup-prof,
- libghc-mtl-dev (>= 2),
  libghc-mtl-dev (<< 3),
+ libghc-mtl-dev (>= 2),
  libghc-mtl-prof,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
  libghc-blaze-markup-doc,
  libghc-mtl-doc,
 Standards-Version: 3.9.8
 Homepage: https://github.com/deepakjois/blaze-svg
-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-blaze-svg
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
 
 Package: libghc-blaze-svg-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: SVG combinator library${haskell:ShortBlurb}
  A blazingly fast SVG combinator library for the Haskell programming language.
  The "Text.Blaze.SVG" module is a good starting point.
@@ -38,11 +45,15 @@ Description: SVG combinator library${haskell:ShortBlurb}
 
 Package: libghc-blaze-svg-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: SVG combinator library${haskell:ShortBlurb}
  A blazingly fast SVG combinator library for the Haskell programming language.
  The "Text.Blaze.SVG" module is a good starting point.
@@ -52,10 +63,13 @@ Description: SVG combinator library${haskell:ShortBlurb}
 Package: libghc-blaze-svg-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: SVG combinator library${haskell:ShortBlurb}
  A blazingly fast SVG combinator library for the Haskell programming language.
  The "Text.Blaze.SVG" module is a good starting point.

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