[DHG_packages] 04/05: ekg-json: build with ghc 8 in experimental

Clint Adams clint at moszumanska.debian.org
Mon Oct 17 19:47:18 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 7b66ebfb69f263b1e29711a49d71861d11f2f447
Author: Clint Adams <clint at debian.org>
Date:   Mon Oct 17 15:44:07 2016 -0400

    ekg-json: build with ghc 8 in experimental
---
 p/haskell-ekg-json/debian/changelog |  6 ++++
 p/haskell-ekg-json/debian/control   | 61 ++++++++++++++++++++++++-------------
 2 files changed, 45 insertions(+), 22 deletions(-)

diff --git a/p/haskell-ekg-json/debian/changelog b/p/haskell-ekg-json/debian/changelog
index bca482d..7eab27f 100644
--- a/p/haskell-ekg-json/debian/changelog
+++ b/p/haskell-ekg-json/debian/changelog
@@ -1,3 +1,9 @@
+haskell-ekg-json (0.1.0.3-2) experimental; urgency=medium
+
+  * Temporarily build-depend on ghc 8.
+
+ -- Clint Adams <clint at debian.org>  Mon, 17 Oct 2016 15:44:05 -0400
+
 haskell-ekg-json (0.1.0.3-1) unstable; urgency=medium
 
   * New upstream release
diff --git a/p/haskell-ekg-json/debian/control b/p/haskell-ekg-json/debian/control
index 1eb9973..4d7abc7 100644
--- a/p/haskell-ekg-json/debian/control
+++ b/p/haskell-ekg-json/debian/control
@@ -1,31 +1,34 @@
 Source: haskell-ekg-json
 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-aeson-dev (>= 0.4),
+ haskell-devscripts (>= 0.10),
  libghc-aeson-dev (<< 1.1),
+ libghc-aeson-dev (>= 0.4),
  libghc-aeson-prof,
- libghc-ekg-core-dev (>= 0.1),
  libghc-ekg-core-dev (<< 0.2),
+ libghc-ekg-core-dev (>= 0.1),
  libghc-ekg-core-prof,
  libghc-text-dev (<< 1.3),
  libghc-text-prof,
  libghc-unordered-containers-dev (<< 0.3),
  libghc-unordered-containers-prof,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
  libghc-aeson-doc,
  libghc-ekg-core-doc,
  libghc-text-doc,
  libghc-unordered-containers-doc,
 Standards-Version: 3.9.8
 Homepage: https://github.com/tibbe/ekg-json
-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-ekg-json
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
 X-Description: JSON encoding of ekg metrics
  Encodes ekg metrics as JSON, using the same encoding as used by the
@@ -34,13 +37,18 @@ X-Description: JSON encoding of ekg metrics
 
 Package: libghc-ekg-json-dev
 Architecture: any
-Depends: ${haskell:Depends},
+Depends:
+ ${haskell:Depends},
  ${misc:Depends},
  ${shlibs:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Conflicts: ${haskell:Conflicts},
-Provides: ${haskell:Provides},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
+Conflicts:
+ ${haskell:Conflicts},
+Provides:
+ ${haskell:Provides},
 Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
  ${haskell:LongDescription}
  .
@@ -48,12 +56,17 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 
 Package: libghc-ekg-json-prof
 Architecture: any
-Depends: ${haskell:Depends},
+Depends:
+ ${haskell:Depends},
  ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Conflicts: ${haskell:Conflicts},
-Provides: ${haskell:Provides},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
+Conflicts:
+ ${haskell:Conflicts},
+Provides:
+ ${haskell:Provides},
 Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
  ${haskell:LongDescription}
  .
@@ -62,11 +75,15 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 Package: libghc-ekg-json-doc
 Architecture: all
 Section: doc
-Depends: ${haskell:Depends},
+Depends:
+ ${haskell:Depends},
  ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Conflicts: ${haskell:Conflicts},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
+Conflicts:
+ ${haskell:Conflicts},
 Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
  ${haskell:LongDescription}
  .

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