[DHG_packages] 03/05: http-media: build with ghc 8 in experimental

Clint Adams clint at moszumanska.debian.org
Mon Oct 17 19:07:06 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 d8940504f075b2bd48ebc7f6f59e268f5ba763a0
Author: Clint Adams <clint at debian.org>
Date:   Mon Oct 17 15:03:30 2016 -0400

    http-media: build with ghc 8 in experimental
---
 p/haskell-http-media/debian/changelog |  6 ++++
 p/haskell-http-media/debian/control   | 63 ++++++++++++++++++++++-------------
 2 files changed, 46 insertions(+), 23 deletions(-)

diff --git a/p/haskell-http-media/debian/changelog b/p/haskell-http-media/debian/changelog
index d74d8f6..fde2607 100644
--- a/p/haskell-http-media/debian/changelog
+++ b/p/haskell-http-media/debian/changelog
@@ -1,3 +1,9 @@
+haskell-http-media (0.6.4-2) experimental; urgency=medium
+
+  * Temporarily build-depend on ghc 8.
+
+ -- Clint Adams <clint at debian.org>  Mon, 17 Oct 2016 15:03:16 -0400
+
 haskell-http-media (0.6.4-1) unstable; urgency=medium
 
   [ Dmitry Bogatov ]
diff --git a/p/haskell-http-media/debian/control b/p/haskell-http-media/debian/control
index 97787a7..1cc079b 100644
--- a/p/haskell-http-media/debian/control
+++ b/p/haskell-http-media/debian/control
@@ -1,23 +1,26 @@
 Source: haskell-http-media
 Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
-Uploaders: Justin Geibel <jtgeibel at gmail.com>
+Uploaders:
+ Justin Geibel <jtgeibel at gmail.com>,
 Priority: extra
 Section: haskell
-Build-Depends: debhelper (>= 9),
- haskell-devscripts (>= 0.9),
+Build-Depends:
  cdbs,
- ghc,
+ debhelper (>= 9),
+ ghc (>= 8),
  ghc-prof,
- libghc-case-insensitive-dev (>= 1.0),
+ haskell-devscripts (>= 0.9),
  libghc-case-insensitive-dev (<< 1.3),
+ libghc-case-insensitive-dev (>= 1.0),
  libghc-case-insensitive-prof,
- libghc-quickcheck2-dev (>= 2.6),
  libghc-quickcheck2-dev (<< 2.10),
- libghc-test-framework-dev (>= 0.8),
+ libghc-quickcheck2-dev (>= 2.6),
  libghc-test-framework-dev (<< 0.9),
- libghc-test-framework-quickcheck2-dev (>= 0.3),
+ libghc-test-framework-dev (>= 0.8),
  libghc-test-framework-quickcheck2-dev (<< 0.4),
-Build-Depends-Indep: ghc-doc,
+ libghc-test-framework-quickcheck2-dev (>= 0.3),
+Build-Depends-Indep:
+ ghc-doc,
  libghc-case-insensitive-doc,
 Standards-Version: 3.9.8
 Homepage: https://github.com/zmthy/http-media
@@ -33,13 +36,18 @@ X-Description: processing HTTP Content-Type and Accept headers
 
 Package: libghc-http-media-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}
  .
@@ -47,12 +55,17 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 
 Package: libghc-http-media-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}
  .
@@ -61,11 +74,15 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 Package: libghc-http-media-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