[DHG_packages] 05/05: wizards: build with ghc 8 in experimental
Clint Adams
clint at moszumanska.debian.org
Sun Oct 16 05:15:37 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 6ac0261b6d10f3f451fc51e5eb9e9dfab195ad92
Author: Clint Adams <clint at debian.org>
Date: Sun Oct 16 01:15:03 2016 -0400
wizards: build with ghc 8 in experimental
---
p/haskell-wizards/debian/changelog | 8 +++---
p/haskell-wizards/debian/control | 54 ++++++++++++++++++++++++--------------
2 files changed, 38 insertions(+), 24 deletions(-)
diff --git a/p/haskell-wizards/debian/changelog b/p/haskell-wizards/debian/changelog
index 6f9f6ef..3aeba32 100644
--- a/p/haskell-wizards/debian/changelog
+++ b/p/haskell-wizards/debian/changelog
@@ -1,13 +1,13 @@
-haskell-wizards (1.0.2-5) UNRELEASED; urgency=medium
+haskell-wizards (1.0.2-5) 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:36:31 +0300
+ -- Clint Adams <clint at debian.org> Sun, 16 Oct 2016 01:14:55 -0400
haskell-wizards (1.0.2-4) unstable; urgency=medium
diff --git a/p/haskell-wizards/debian/control b/p/haskell-wizards/debian/control
index 736c36a..e9ddc32 100644
--- a/p/haskell-wizards/debian/control
+++ b/p/haskell-wizards/debian/control
@@ -1,25 +1,28 @@
Source: haskell-wizards
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-control-monad-free-dev (>= 0.5),
+ haskell-devscripts (>= 0.10),
libghc-control-monad-free-dev (<< 0.7),
+ libghc-control-monad-free-dev (>= 0.5),
libghc-control-monad-free-prof,
- libghc-mtl-dev (>= 2.0),
libghc-mtl-dev (<< 2.3),
+ libghc-mtl-dev (>= 2.0),
libghc-mtl-prof,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
libghc-control-monad-free-doc,
libghc-mtl-doc,
Standards-Version: 3.9.8
Homepage: http://hackage.haskell.org/package/wizards
-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-wizards
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
X-Description: library for interrogative programs
This library is a package designed for the quick and painless development of
@@ -39,12 +42,16 @@ X-Description: library for interrogative programs
Package: libghc-wizards-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}
.
@@ -52,11 +59,15 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
Package: libghc-wizards-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}
.
@@ -65,10 +76,13 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
Package: libghc-wizards-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