[DHG_packages] 03/05: tasty-golden: build with ghc 8 in experimental

Clint Adams clint at moszumanska.debian.org
Mon Oct 17 04:50:19 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 fea6474b9b47a23fc306a55d84f8f5c53b6cb934
Author: Clint Adams <clint at debian.org>
Date:   Mon Oct 17 00:47:09 2016 -0400

    tasty-golden: build with ghc 8 in experimental
---
 p/haskell-tasty-golden/debian/changelog |  6 ++++
 p/haskell-tasty-golden/debian/control   | 52 +++++++++++++++++++++------------
 2 files changed, 39 insertions(+), 19 deletions(-)

diff --git a/p/haskell-tasty-golden/debian/changelog b/p/haskell-tasty-golden/debian/changelog
index 10a3485..c150129 100644
--- a/p/haskell-tasty-golden/debian/changelog
+++ b/p/haskell-tasty-golden/debian/changelog
@@ -1,3 +1,9 @@
+haskell-tasty-golden (2.3.1.1-2) experimental; urgency=medium
+
+  * Temporarily build-depend on ghc 8.
+
+ -- Clint Adams <clint at debian.org>  Mon, 17 Oct 2016 00:47:06 -0400
+
 haskell-tasty-golden (2.3.1.1-1) unstable; urgency=medium
 
   [ Dmitry Bogatov ]
diff --git a/p/haskell-tasty-golden/debian/control b/p/haskell-tasty-golden/debian/control
index 5f9c9a7..ec5224c 100644
--- a/p/haskell-tasty-golden/debian/control
+++ b/p/haskell-tasty-golden/debian/control
@@ -1,13 +1,15 @@
 Source: haskell-tasty-golden
 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,
+ haskell-devscripts (>= 0.10),
  libghc-async-dev,
  libghc-async-prof,
  libghc-mtl-dev,
@@ -17,11 +19,12 @@ Build-Depends: debhelper (>= 9),
  libghc-tagged-dev,
  libghc-tagged-prof,
  libghc-tasty-dev (>= 0.8),
+ libghc-tasty-hunit-dev,
  libghc-tasty-prof,
  libghc-temporary-dev (>= 1.2.0.3),
  libghc-temporary-prof,
- libghc-tasty-hunit-dev,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
  libghc-async-doc,
  libghc-mtl-doc,
  libghc-optparse-applicative-doc,
@@ -30,7 +33,7 @@ Build-Depends-Indep: ghc-doc,
  libghc-temporary-doc,
 Standards-Version: 3.9.8
 Homepage: https://github.com/feuerbach/tasty-golden
-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-tasty-golden
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
 X-Description: Golden test support for Tasty test framework
  This library provides support for golden testing. A golden test is an
@@ -40,12 +43,16 @@ X-Description: Golden test support for Tasty test framework
 
 Package: libghc-tasty-golden-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}
  .
@@ -53,11 +60,15 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 
 Package: libghc-tasty-golden-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}
  .
@@ -66,10 +77,13 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 Package: libghc-tasty-golden-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