[DHG_packages] 02/05: MusicBrainz: build with ghc 8 in experimental

Clint Adams clint at moszumanska.debian.org
Tue Oct 18 00:06:52 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 87996f81cc04c8bfc6ce1db2601ff626325c2072
Author: Clint Adams <clint at debian.org>
Date:   Mon Oct 17 20:01:10 2016 -0400

    MusicBrainz: build with ghc 8 in experimental
---
 p/haskell-musicbrainz/debian/changelog |  8 ++---
 p/haskell-musicbrainz/debian/control   | 58 +++++++++++++++++++++-------------
 2 files changed, 40 insertions(+), 26 deletions(-)

diff --git a/p/haskell-musicbrainz/debian/changelog b/p/haskell-musicbrainz/debian/changelog
index 982234b..7c7d692 100644
--- a/p/haskell-musicbrainz/debian/changelog
+++ b/p/haskell-musicbrainz/debian/changelog
@@ -1,13 +1,13 @@
-haskell-musicbrainz (0.2.4-5) UNRELEASED; urgency=medium
+haskell-musicbrainz (0.2.4-5) experimental; urgency=medium
 
   [ Dmitry Bogatov ]
   * Use secure (https) uri in Vcs-Git field in 'debian/control'
   * Bump standards version to 3.9.8 (no changes needed)
 
-  [ Gianfranco Costamagna ]
-  * Fix VCS fields
+  [ Clint Adams ]
+  * Temporarily build-depend on ghc 8.
 
- -- Dmitry Bogatov <KAction at gnu.org>  Tue, 10 May 2016 09:35:50 +0300
+ -- Clint Adams <clint at debian.org>  Mon, 17 Oct 2016 20:00:55 -0400
 
 haskell-musicbrainz (0.2.4-4) unstable; urgency=medium
 
diff --git a/p/haskell-musicbrainz/debian/control b/p/haskell-musicbrainz/debian/control
index 3fd8e2f..cae41ae 100644
--- a/p/haskell-musicbrainz/debian/control
+++ b/p/haskell-musicbrainz/debian/control
@@ -1,23 +1,25 @@
 Source: haskell-musicbrainz
 Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
-Uploaders: Clint Adams <clint at debian.org>
+Uploaders:
+ Clint Adams <clint 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-http-dev (>= 1:4000.0),
- libghc-http-prof,
+ haskell-devscripts (>= 0.10),
  libghc-aeson-dev (>= 0.6.1),
  libghc-aeson-prof,
  libghc-conduit-dev (>= 1.0.0),
- libghc-conduit-prof,
  libghc-conduit-extra-dev (>= 1.0.0),
  libghc-conduit-extra-prof,
+ libghc-conduit-prof,
  libghc-http-conduit-dev (>= 1.8.8),
  libghc-http-conduit-prof,
+ libghc-http-dev (>= 1:4000.0),
+ libghc-http-prof,
  libghc-http-types-dev (>= 0.6),
  libghc-http-types-prof,
  libghc-monad-control-dev (>= 0.3),
@@ -34,12 +36,13 @@ Build-Depends: debhelper (>= 9),
  libghc-xml-conduit-prof,
  libghc-xml-types-dev (>= 0.3),
  libghc-xml-types-prof,
-Build-Depends-Indep: ghc-doc,
- libghc-http-doc,
+Build-Depends-Indep:
+ ghc-doc,
  libghc-aeson-doc,
  libghc-conduit-doc,
  libghc-conduit-extra-doc,
  libghc-http-conduit-doc,
+ libghc-http-doc,
  libghc-http-types-doc,
  libghc-monad-control-doc,
  libghc-resourcet-doc,
@@ -50,19 +53,23 @@ Build-Depends-Indep: ghc-doc,
  libghc-xml-types-doc,
 Standards-Version: 3.9.8
 Homepage: http://floss.scru.org/hMusicBrainz
-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-musicbrainz
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
 X-Description: interface to MusicBrainz XML2/JSON web services
  Web service client functions for both MusicBrainz XML2 and JSON APIs.
 
 Package: libghc-musicbrainz-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: ${haskell:ShortDescription}${haskell:ShortBlurb}
  ${haskell:LongDescription}
  .
@@ -70,11 +77,15 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 
 Package: libghc-musicbrainz-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: ${haskell:ShortDescription}${haskell:ShortBlurb}
  ${haskell:LongDescription}
  .
@@ -83,10 +94,13 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 Package: libghc-musicbrainz-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: ${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