[DHG_packages] 06/06: open-browser: build with GHC 8 in experimental

Clint Adams clint at moszumanska.debian.org
Fri Oct 14 17:12:24 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 fa0507f699114e93d55ae1103700d58109ec0116
Author: Clint Adams <clint at debian.org>
Date:   Fri Oct 14 13:10:06 2016 -0400

    open-browser: build with GHC 8 in experimental
---
 p/haskell-open-browser/debian/changelog |  6 ++---
 p/haskell-open-browser/debian/control   | 45 +++++++++++++++------------------
 2 files changed, 24 insertions(+), 27 deletions(-)

diff --git a/p/haskell-open-browser/debian/changelog b/p/haskell-open-browser/debian/changelog
index b1a0ce8..f8581fe 100644
--- a/p/haskell-open-browser/debian/changelog
+++ b/p/haskell-open-browser/debian/changelog
@@ -1,8 +1,8 @@
-haskell-open-browser (0.2.1.0-3) UNRELEASED; urgency=medium
+haskell-open-browser (0.2.1.0-3) experimental; urgency=medium
 
-  * Fix VCS fields
+  * Temporarily build-depend on ghc 8.
 
- -- Gianfranco Costamagna <locutusofborg at debian.org>  Thu, 02 Jun 2016 19:12:52 +0200
+ -- Clint Adams <clint at debian.org>  Fri, 14 Oct 2016 13:09:24 -0400
 
 haskell-open-browser (0.2.1.0-2) unstable; urgency=low
 
diff --git a/p/haskell-open-browser/debian/control b/p/haskell-open-browser/debian/control
index 20c0d01..ffd2364 100644
--- a/p/haskell-open-browser/debian/control
+++ b/p/haskell-open-browser/debian/control
@@ -3,29 +3,28 @@ Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.or
 Uploaders: Joachim Breitner <nomeata at debian.org>
 Priority: extra
 Section: haskell
-Build-Depends: debhelper (>= 9),
- haskell-devscripts (>= 0.9),
+Build-Depends:
  cdbs,
- ghc,
+ debhelper (>= 9),
+ ghc (>= 8),
  ghc-prof,
-Build-Depends-Indep: ghc-doc,
-Standards-Version: 3.9.6
+ haskell-devscripts (>= 0.9),
+Build-Depends-Indep: ghc-doc
+Standards-Version: 3.9.8
 Homepage: https://github.com/rightfold/open-browser
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/tree/p/haskell-open-browser
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
-X-Description: Open a web browser from Haskell.
+X-Description: open a web browser from Haskell
  This library provides a cross-platform way to open a web browser from Haskell
  code.
 
 Package: libghc-open-browser-dev
 Architecture: any
-Depends: ${haskell:Depends},
- ${misc:Depends},
- ${shlibs:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Conflicts: ${haskell:Conflicts},
-Provides: ${haskell:Provides},
+Depends: ${haskell:Depends}, ${misc:Depends}, ${shlibs:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Conflicts: ${haskell:Conflicts}
+Provides: ${haskell:Provides}
 Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
  ${haskell:LongDescription}
  .
@@ -33,12 +32,11 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 
 Package: libghc-open-browser-prof
 Architecture: any
-Depends: ${haskell:Depends},
- ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Conflicts: ${haskell:Conflicts},
-Provides: ${haskell:Provides},
+Depends: ${haskell:Depends}, ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Conflicts: ${haskell:Conflicts}
+Provides: ${haskell:Provides}
 Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
  ${haskell:LongDescription}
  .
@@ -47,11 +45,10 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 Package: libghc-open-browser-doc
 Architecture: all
 Section: doc
-Depends: ${haskell:Depends},
- ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Conflicts: ${haskell:Conflicts},
+Depends: ${haskell:Depends}, ${misc:Depends}
+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