[DHG_packages] 02/05: src-meta: build with ghc 8 in experimental

Clint Adams clint at moszumanska.debian.org
Sun Oct 16 16:27:35 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 de3d37e56c2f876db394af79ad64da6e114240e9
Author: Clint Adams <clint at debian.org>
Date:   Sun Oct 16 12:24:50 2016 -0400

    src-meta: build with ghc 8 in experimental
---
 p/haskell-src-meta/debian/changelog |  6 ++--
 p/haskell-src-meta/debian/control   | 58 +++++++++++++++++++++++--------------
 2 files changed, 39 insertions(+), 25 deletions(-)

diff --git a/p/haskell-src-meta/debian/changelog b/p/haskell-src-meta/debian/changelog
index a0e0239..e1c2358 100644
--- a/p/haskell-src-meta/debian/changelog
+++ b/p/haskell-src-meta/debian/changelog
@@ -1,8 +1,8 @@
-haskell-src-meta (0.6.0.14-2) UNRELEASED; urgency=medium
+haskell-src-meta (0.6.0.14-2) experimental; urgency=medium
 
-  * Fix VCS fields
+  * Temporarily build-depend on ghc 8.
 
- -- Gianfranco Costamagna <locutusofborg at debian.org>  Thu, 02 Jun 2016 19:13:03 +0200
+ -- Clint Adams <clint at debian.org>  Sun, 16 Oct 2016 12:24:41 -0400
 
 haskell-src-meta (0.6.0.14-1) unstable; urgency=medium
 
diff --git a/p/haskell-src-meta/debian/control b/p/haskell-src-meta/debian/control
index 8c32299..f9d2efa 100644
--- a/p/haskell-src-meta/debian/control
+++ b/p/haskell-src-meta/debian/control
@@ -1,30 +1,33 @@
 Source: haskell-src-meta
 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-ghci,
  ghc-prof,
- libghc-src-exts-dev (>= 1.16),
+ haskell-devscripts (>= 0.10),
  libghc-src-exts-dev (<< 1.18),
+ libghc-src-exts-dev (>= 1.16),
  libghc-src-exts-prof,
- libghc-syb-dev (>= 0.1),
  libghc-syb-dev (<< 0.7),
+ libghc-syb-dev (>= 0.1),
  libghc-syb-prof,
- ghc-ghci,
- libghc-th-orphans-dev (>= 0.9.1),
  libghc-th-orphans-dev (<< 0.14),
+ libghc-th-orphans-dev (>= 0.9.1),
  libghc-th-orphans-prof,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
  libghc-src-exts-doc,
  libghc-syb-doc,
  libghc-th-orphans-doc,
 Standards-Version: 3.9.8
 Homepage: http://hackage.haskell.org/package/haskell-src-meta
-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-src-meta
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
 X-Description: parse source to Template Haskell abstract syntax
  The translation from haskell-src-exts abstract syntax to Template Haskell
@@ -32,12 +35,16 @@ X-Description: parse source to Template Haskell abstract syntax
 
 Package: libghc-src-meta-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}
  .
@@ -45,11 +52,15 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 
 Package: libghc-src-meta-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}
  .
@@ -58,10 +69,13 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 Package: libghc-src-meta-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