[DHG_packages] 04/05: descriptive: build with ghc 8 in experimental

Clint Adams clint at moszumanska.debian.org
Mon Oct 17 21:05:46 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 b85dc51bd39e12eeacd0b20198c4465828c8fd0d
Author: Clint Adams <clint at debian.org>
Date:   Mon Oct 17 17:03:12 2016 -0400

    descriptive: build with ghc 8 in experimental
---
 p/haskell-descriptive/debian/changelog |  8 ++---
 p/haskell-descriptive/debian/control   | 63 +++++++++++++++++++++-------------
 2 files changed, 44 insertions(+), 27 deletions(-)

diff --git a/p/haskell-descriptive/debian/changelog b/p/haskell-descriptive/debian/changelog
index a2b34c4..ac804a1 100644
--- a/p/haskell-descriptive/debian/changelog
+++ b/p/haskell-descriptive/debian/changelog
@@ -1,13 +1,13 @@
-haskell-descriptive (0.9.4-4) UNRELEASED; urgency=medium
+haskell-descriptive (0.9.4-4) 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:09 +0300
+ -- Clint Adams <clint at debian.org>  Mon, 17 Oct 2016 17:03:08 -0400
 
 haskell-descriptive (0.9.4-3) unstable; urgency=medium
 
diff --git a/p/haskell-descriptive/debian/control b/p/haskell-descriptive/debian/control
index ccd4cff..9e32028 100644
--- a/p/haskell-descriptive/debian/control
+++ b/p/haskell-descriptive/debian/control
@@ -1,17 +1,22 @@
 Source: haskell-descriptive
 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,
+ haskell-devscripts (>= 0.10),
+ libghc-aeson-dev,
  libghc-aeson-dev (>= 0.7.0.5),
  libghc-aeson-prof,
  libghc-bifunctors-dev,
  libghc-bifunctors-prof,
+ libghc-hspec-dev,
+ libghc-hunit-dev,
  libghc-mtl-dev,
  libghc-mtl-prof,
  libghc-scientific-dev (>= 0.3.2),
@@ -20,10 +25,8 @@ Build-Depends: debhelper (>= 9),
  libghc-text-prof,
  libghc-vector-dev,
  libghc-vector-prof,
- libghc-hunit-dev,
- libghc-aeson-dev,
- libghc-hspec-dev,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
  libghc-aeson-doc,
  libghc-bifunctors-doc,
  libghc-mtl-doc,
@@ -32,7 +35,7 @@ Build-Depends-Indep: ghc-doc,
  libghc-vector-doc,
 Standards-Version: 3.9.8
 Homepage: https://github.com/chrisdone/descriptive
-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-descriptive
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
 X-Description: Self-describing consumers/parsers; forms, cmd-line args, JSON, etc.
  There are a variety of Haskell libraries which are implementable
@@ -46,13 +49,18 @@ X-Description: Self-describing consumers/parsers; forms, cmd-line args, JSON, et
 
 Package: libghc-descriptive-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}
  .
@@ -60,12 +68,17 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 
 Package: libghc-descriptive-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}
  .
@@ -74,11 +87,15 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 Package: libghc-descriptive-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