[DHG_packages] 05/08: hspec-contrib: build with ghc 8 in experimental
Clint Adams
clint at moszumanska.debian.org
Sun Oct 16 20:15:12 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 83ff50990196efb74baa15ab3c96cb2a8e1f52c4
Author: Clint Adams <clint at debian.org>
Date: Sun Oct 16 16:11:12 2016 -0400
hspec-contrib: build with ghc 8 in experimental
---
p/haskell-hspec-contrib/debian/changelog | 8 ++--
p/haskell-hspec-contrib/debian/control | 65 ++++++++++++++++++++------------
2 files changed, 45 insertions(+), 28 deletions(-)
diff --git a/p/haskell-hspec-contrib/debian/changelog b/p/haskell-hspec-contrib/debian/changelog
index 86bfabe..afea86e 100644
--- a/p/haskell-hspec-contrib/debian/changelog
+++ b/p/haskell-hspec-contrib/debian/changelog
@@ -1,13 +1,13 @@
-haskell-hspec-contrib (0.3.0-3) UNRELEASED; urgency=medium
+haskell-hspec-contrib (0.3.0-3) 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:30 +0300
+ -- Clint Adams <clint at debian.org> Sun, 16 Oct 2016 16:11:03 -0400
haskell-hspec-contrib (0.3.0-2) unstable; urgency=medium
diff --git a/p/haskell-hspec-contrib/debian/control b/p/haskell-hspec-contrib/debian/control
index b624570..86f4165 100644
--- a/p/haskell-hspec-contrib/debian/control
+++ b/p/haskell-hspec-contrib/debian/control
@@ -1,36 +1,44 @@
Source: haskell-hspec-contrib
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,
- libghc-hunit-dev,
- libghc-hunit-prof,
+ haskell-devscripts (>= 0.10),
libghc-hspec-core-dev,
libghc-hspec-core-prof,
-Build-Depends-Indep: ghc-doc,
- libghc-hunit-doc,
+ libghc-hunit-dev,
+ libghc-hunit-prof,
+Build-Depends-Indep:
+ ghc-doc,
libghc-hspec-core-doc,
+ libghc-hunit-doc,
Standards-Version: 3.9.8
Homepage: http://hspec.github.io/
-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-hspec-contrib
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
-X-Description: Contributed functionality for Hspec
+X-Description: contributed functionality for Hspec
This package provides additional useful functionality for Hspec.
Package: libghc-hspec-contrib-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}
.
@@ -38,12 +46,17 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
Package: libghc-hspec-contrib-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}
.
@@ -52,11 +65,15 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
Package: libghc-hspec-contrib-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