diff options
| author | Clint Adams <clint@debian.org> | 2016-10-17 20:30:43 -0400 |
|---|---|---|
| committer | Clint Adams <clint@debian.org> | 2016-10-17 20:30:43 -0400 |
| commit | 3f01a05fa1363aad59a1a8f2b5523964ff3c5e62 (patch) | |
| tree | 59e442ddc0389c751aaf131614d9895a9a04b931 /p/mighttpd2/debian | |
| parent | 98b4422bdd94fab24750957c15d9519f9e9848e2 (diff) | |
| download | DHG_packages-3f01a05fa1363aad59a1a8f2b5523964ff3c5e62.tar.gz | |
mighttpd2: build with ghc 8 in experimental
Diffstat (limited to 'p/mighttpd2/debian')
| -rw-r--r-- | p/mighttpd2/debian/changelog | 8 | ||||
| -rw-r--r-- | 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 fffc5c028..7ab024a15 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@gnu.org> Tue, 10 May 2016 09:31:55 +0300 + -- Clint Adams <clint@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 e9b8b6125..4ff9cd2c5 100644 --- a/p/mighttpd2/debian/control +++ b/p/mighttpd2/debian/control @@ -1,13 +1,15 @@ Source: mighttpd2 Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> -Uploaders: Clint Adams <clint@debian.org> +Uploaders: + Clint Adams <clint@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 |
