diff options
| author | Joachim Breitner <mail@joachim-breitner.de> | 2014-03-07 16:31:13 +0400 |
|---|---|---|
| committer | Joachim Breitner <mail@joachim-breitner.de> | 2014-03-07 16:31:13 +0400 |
| commit | 3a399eff46dc3539911d9f8a0a6dab2f2d506226 (patch) | |
| tree | 84d0290f8e18f6f60a75e68b927439541150fb17 /p/mighttpd2 | |
| parent | d5a0e203aeaa56942aa604b88f149163802d965c (diff) | |
| download | DHG_packages-3a399eff46dc3539911d9f8a0a6dab2f2d506226.tar.gz | |
mighttpd2: New upstream release
Diffstat (limited to 'p/mighttpd2')
| -rw-r--r-- | p/mighttpd2/debian/changelog | 6 | ||||
| -rw-r--r-- | p/mighttpd2/debian/control | 25 | ||||
| -rwxr-xr-x | p/mighttpd2/debian/rules | 3 |
3 files changed, 20 insertions, 14 deletions
diff --git a/p/mighttpd2/debian/changelog b/p/mighttpd2/debian/changelog index c52a51c86..0f53ccfda 100644 --- a/p/mighttpd2/debian/changelog +++ b/p/mighttpd2/debian/changelog @@ -1,3 +1,9 @@ +mighttpd2 (3.0.3-1) UNRELEASED; urgency=medium + + * New upstream release + + -- Joachim Breitner <nomeata@debian.org> Fri, 07 Mar 2014 13:26:56 +0100 + mighttpd2 (2.8.7-2) unstable; urgency=low [ Joachim Breitner ] diff --git a/p/mighttpd2/debian/control b/p/mighttpd2/debian/control index 997265962..3956ce2eb 100644 --- a/p/mighttpd2/debian/control +++ b/p/mighttpd2/debian/control @@ -5,27 +5,26 @@ Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.or Uploaders: Clint Adams <clint@debian.org> Build-Depends: ghc , ghc-prof - , libghc-blaze-html-dev (>> 0.5) + , libghc-blaze-builder-dev + , libghc-byteorder-dev + , libghc-case-insensitive-dev , libghc-conduit-dev - , libghc-date-cache-dev - , libghc-http-conduit-dev (>> 1.8.2.1) , libghc-http-date-dev , libghc-http-types-dev , libghc-io-choice-dev , libghc-network-dev , libghc-network-conduit-dev - , libghc-parsec3-dev + , libghc-parsec3-dev (>= 3) , libghc-process-conduit-dev - , libghc-transformers-dev - , libghc-unix-bytestring-dev - , libghc-unix-time-dev (>> 0.2) + , libghc-unix-time-dev , libghc-unordered-containers-dev - , libghc-wai-dev (>> 1.3) - , libghc-wai-app-file-cgi-dev - , libghc-wai-logger-dev - , libghc-wai-logger-prefork-dev - , libghc-warp-dev (>> 1.3) - , libghc-hspec-dev (>> 1.3) + , libghc-wai-dev (>= 2.0) + , libghc-wai-app-file-cgi-dev (>= 2.0) + , libghc-wai-logger-dev (>= 2.0) + , libghc-warp-dev (>= 2.0) + , libghc-tls-dev + , libghc-warp-tls-dev (>= 1.4.1) + , libghc-hspec-dev (>> 1.3) Standards-Version: 3.9.4 Homepage: http://hackage.haskell.org/package/mighttpd2 Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/mighttpd2 diff --git a/p/mighttpd2/debian/rules b/p/mighttpd2/debian/rules index 105ec028a..6141df7dd 100755 --- a/p/mighttpd2/debian/rules +++ b/p/mighttpd2/debian/rules @@ -33,7 +33,8 @@ stamp-configure: debian/$(package).setup $(checkdir) debian/$(package).setup configure --prefix=/usr \ - --enable-tests + --enable-tests \ + -ftls touch stamp-configure |
