[DHG_packages] 03/05: mockery: build with ghc 8 in experimental
Clint Adams
clint at moszumanska.debian.org
Mon Oct 17 05:23:03 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 2c0a7ee1b94f7012892fa0156122d6c70534ac8d
Author: Clint Adams <clint at debian.org>
Date: Mon Oct 17 01:21:02 2016 -0400
mockery: build with ghc 8 in experimental
---
p/haskell-mockery/debian/changelog | 6 ++---
p/haskell-mockery/debian/control | 54 ++++++++++++++++++++++++--------------
2 files changed, 37 insertions(+), 23 deletions(-)
diff --git a/p/haskell-mockery/debian/changelog b/p/haskell-mockery/debian/changelog
index fd4084d..07578f6 100644
--- a/p/haskell-mockery/debian/changelog
+++ b/p/haskell-mockery/debian/changelog
@@ -1,8 +1,8 @@
-haskell-mockery (0.3.3-2) UNRELEASED; urgency=medium
+haskell-mockery (0.3.3-2) experimental; urgency=medium
- * Fix VCS fields
+ * Temporarily build-depend on ghc 8.
- -- Gianfranco Costamagna <locutusofborg at debian.org> Thu, 02 Jun 2016 19:12:47 +0200
+ -- Clint Adams <clint at debian.org> Mon, 17 Oct 2016 01:20:58 -0400
haskell-mockery (0.3.3-1) unstable; urgency=medium
diff --git a/p/haskell-mockery/debian/control b/p/haskell-mockery/debian/control
index 76f32dc..6f05fab 100644
--- a/p/haskell-mockery/debian/control
+++ b/p/haskell-mockery/debian/control
@@ -1,40 +1,47 @@
Source: haskell-mockery
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-base-compat-dev,
libghc-base-compat-prof,
+ libghc-hspec-dev (<< 3),
+ libghc-hspec-dev (>= 2),
libghc-logging-facade-dev,
libghc-logging-facade-prof,
libghc-temporary-dev,
libghc-temporary-prof,
- libghc-hspec-dev (>= 2),
- libghc-hspec-dev (<< 3),
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
libghc-base-compat-doc,
libghc-logging-facade-doc,
libghc-temporary-doc,
Standards-Version: 3.9.8
Homepage: http://hackage.haskell.org/package/mockery
-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-mockery
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
X-Description: support functions for automated testing
support functions for automated testing
Package: libghc-mockery-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}
.
@@ -42,11 +49,15 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
Package: libghc-mockery-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}
.
@@ -55,10 +66,13 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
Package: libghc-mockery-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