[DHG_packages] 02/04: mighttpd2: build with ghc 8 in experimental
Clint Adams
clint at moszumanska.debian.org
Tue Oct 18 00:33:22 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 3f01a05fa1363aad59a1a8f2b5523964ff3c5e62
Author: Clint Adams <clint at debian.org>
Date: Mon Oct 17 20:30:43 2016 -0400
mighttpd2: build with ghc 8 in experimental
---
p/mighttpd2/debian/changelog | 8 ++++----
p/mighttpd2/debian/control | 38 ++++++++++++++++++++------------------
2 files changed, 24 insertions(+), 22 deletions(-)
diff --git a/p/mighttpd2/debian/changelog b/p/mighttpd2/debian/changelog
index fffc5c0..7ab024a 100644
--- a/p/mighttpd2/debian/changelog
+++ b/p/mighttpd2/debian/changelog
@@ -1,14 +1,14 @@
-mighttpd2 (3.3.0-2) UNRELEASED; urgency=medium
+mighttpd2 (3.3.0-2) 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)
* Convert `debian/copyright' to dep5 format
- [ Gianfranco Costamagna ]
- * Fix VCS fields
+ [ Clint Adams ]
+ * Temporarily build-depend on ghc 8.
- -- Dmitry Bogatov <KAction at gnu.org> Tue, 10 May 2016 09:31:55 +0300
+ -- Clint Adams <clint at debian.org> Mon, 17 Oct 2016 20:30:39 -0400
mighttpd2 (3.3.0-1) unstable; urgency=medium
diff --git a/p/mighttpd2/debian/control b/p/mighttpd2/debian/control
index e9b8b61..4ff9cd2 100644
--- a/p/mighttpd2/debian/control
+++ b/p/mighttpd2/debian/control
@@ -1,13 +1,15 @@
Source: mighttpd2
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: web
-Build-Depends: ghc,
+Build-Depends:
cdbs,
debhelper (>= 9),
- haskell-devscripts (>= 0.10),
+ ghc (>= 8),
ghc-prof,
+ haskell-devscripts (>= 0.10),
libghc-async-dev,
libghc-auto-update-dev,
libghc-blaze-builder-dev,
@@ -15,44 +17,44 @@ Build-Depends: ghc,
libghc-case-insensitive-dev,
libghc-conduit-dev (>= 1.1),
libghc-conduit-extra-dev,
+ libghc-hspec-dev (>= 1.3),
libghc-http-client-dev,
libghc-http-date-dev,
libghc-http-types-dev,
libghc-io-choice-dev,
libghc-network-dev,
+ libghc-old-locale-dev,
libghc-parsec3-dev (>= 3),
libghc-resourcet-dev,
libghc-streaming-commons-dev,
+ libghc-time-dev,
+ libghc-tls-dev,
+ libghc-transformers-dev,
libghc-unix-time-dev,
libghc-unordered-containers-dev,
libghc-unordered-containers-prof,
- libghc-wai-dev (>= 3.2),
- libghc-wai-dev (<< 3.3),
- libghc-wai-prof,
- libghc-wai-app-file-cgi-dev (>= 3.1),
libghc-wai-app-file-cgi-dev (<< 3.2),
+ libghc-wai-app-file-cgi-dev (>= 3.1),
libghc-wai-app-file-cgi-prof,
- libghc-warp-dev (>= 3.2),
- libghc-warp-dev (<< 3.3),
- libghc-warp-prof,
- libghc-http-client-dev,
- libghc-old-locale-dev,
- libghc-time-dev,
- libghc-transformers-dev,
+ libghc-wai-dev (<< 3.3),
+ libghc-wai-dev (>= 3.2),
libghc-wai-logger-dev (>= 2.2.2),
+ libghc-wai-prof,
+ libghc-warp-dev (<< 3.3),
libghc-warp-dev (>= 3.0.11),
- libghc-tls-dev,
+ libghc-warp-dev (>= 3.2),
+ libghc-warp-prof,
libghc-warp-tls-dev (>= 3.0.1),
- libghc-hspec-dev (>= 1.3),
Standards-Version: 3.9.8
Homepage: http://hackage.haskell.org/package/mighttpd2
-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/mighttpd2
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
Package: mighttpd2
Architecture: any
-Depends: ${shlibs:Depends},
+Depends:
${misc:Depends},
+ ${shlibs:Depends},
Description: classical web server on WAI/warp
Mighttpd2 (pronounced as "mighty") is a simple but practical HTTP server
written in Haskell. It handles static files and CGI scripts. It also
--
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