[DHG_packages] 04/05: cgi: build with ghc 8 in experimental
Clint Adams
clint at moszumanska.debian.org
Sun Oct 16 19:42: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 1237ddec2ac9614b5803c3ffe0de0220b2f77024
Author: Clint Adams <clint at debian.org>
Date: Sun Oct 16 15:39:53 2016 -0400
cgi: build with ghc 8 in experimental
---
p/haskell-cgi/debian/changelog | 6 ++---
p/haskell-cgi/debian/control | 52 ++++++++++++++++++++++++++----------------
2 files changed, 35 insertions(+), 23 deletions(-)
diff --git a/p/haskell-cgi/debian/changelog b/p/haskell-cgi/debian/changelog
index d2160cd..b35a1e1 100644
--- a/p/haskell-cgi/debian/changelog
+++ b/p/haskell-cgi/debian/changelog
@@ -1,8 +1,8 @@
-haskell-cgi (3001.3.0.1-2) UNRELEASED; urgency=medium
+haskell-cgi (3001.3.0.1-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:17 +0200
+ -- Clint Adams <clint at debian.org> Sun, 16 Oct 2016 15:39:30 -0400
haskell-cgi (3001.3.0.1-1) unstable; urgency=medium
diff --git a/p/haskell-cgi/debian/control b/p/haskell-cgi/debian/control
index 6b299f3..a3a8af7 100644
--- a/p/haskell-cgi/debian/control
+++ b/p/haskell-cgi/debian/control
@@ -1,31 +1,35 @@
Source: haskell-cgi
Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
-Uploaders: Joachim Breitner <nomeata at debian.org>, Clint Adams <clint at debian.org>
+Uploaders:
+ Joachim Breitner <nomeata at debian.org>,
+ 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-exceptions-dev (<< 0.9),
libghc-exceptions-prof,
- libghc-mtl-dev (>= 2.2.1),
libghc-mtl-dev (<< 2.3),
+ libghc-mtl-dev (>= 2.2.1),
libghc-mtl-prof,
- libghc-multipart-dev (>= 0.1.2),
libghc-multipart-dev (<< 0.2),
+ libghc-multipart-dev (>= 0.1.2),
libghc-multipart-prof,
- libghc-network-dev (>= 2.6),
libghc-network-dev (<< 2.7),
+ libghc-network-dev (>= 2.6),
libghc-network-prof,
- libghc-network-uri-dev (>= 2.6),
libghc-network-uri-dev (<< 2.7),
+ libghc-network-uri-dev (>= 2.6),
libghc-network-uri-prof,
- libghc-parsec3-dev (>= 2.0),
libghc-parsec3-dev (<< 3.2),
+ libghc-parsec3-dev (>= 2.0),
libghc-parsec3-prof,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
libghc-exceptions-doc,
libghc-mtl-doc,
libghc-multipart-doc,
@@ -34,16 +38,19 @@ Build-Depends-Indep: ghc-doc,
libghc-parsec3-doc,
Standards-Version: 3.9.8
Homepage: https://github.com/cheecheeo/haskell-cgi
-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-cgi
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
Package: libghc-cgi-dev
Architecture: any
-Depends: ${haskell:Depends},
- ${shlibs:Depends},
+Depends:
+ ${haskell:Depends},
${misc:Depends},
-Suggests: ${haskell:Suggests},
-Provides: ${haskell:Provides},
+ ${shlibs:Depends},
+Suggests:
+ ${haskell:Suggests},
+Provides:
+ ${haskell:Provides},
Description: Haskell CGI library for GHC${haskell:ShortBlurb}
This library is for writing CGI programs.
.
@@ -51,9 +58,11 @@ Description: Haskell CGI library for GHC${haskell:ShortBlurb}
Package: libghc-cgi-prof
Architecture: any
-Depends: ${haskell:Depends},
+Depends:
+ ${haskell:Depends},
${misc:Depends},
-Provides: ${haskell:Provides},
+Provides:
+ ${haskell:Provides},
Description: Haskell CGI library for GHC${haskell:ShortBlurb}
This library is for writing CGI programs.
.
@@ -62,10 +71,13 @@ Description: Haskell CGI library for GHC${haskell:ShortBlurb}
Package: libghc-cgi-doc
Architecture: all
Section: doc
-Depends: ${haskell:Depends},
+Depends:
+ ${haskell:Depends},
${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
Description: Haskell CGI library for GHC${haskell:ShortBlurb}
This library is for writing CGI programs.
.
--
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