[Pkg-haskell-commits] darcs: mighttpd2: New upstream release
Joachim Breitner
mail at joachim-breitner.de
Fri Mar 7 12:32:19 UTC 2014
Fri Mar 7 12:31:13 UTC 2014 Joachim Breitner <mail at joachim-breitner.de>
* New upstream release
M ./changelog +6
M ./control -13 +12
M ./rules -1 +2
Fri Mar 7 12:31:13 UTC 2014 Joachim Breitner <mail at joachim-breitner.de>
* New upstream release
diff -rN -u old-mighttpd2/changelog new-mighttpd2/changelog
--- old-mighttpd2/changelog 2014-03-07 12:32:19.119705813 +0000
+++ new-mighttpd2/changelog 2014-03-07 12:32:19.119705813 +0000
@@ -1,3 +1,9 @@
+mighttpd2 (3.0.3-1) UNRELEASED; urgency=medium
+
+ * New upstream release
+
+ -- Joachim Breitner <nomeata at debian.org> Fri, 07 Mar 2014 13:26:56 +0100
+
mighttpd2 (2.8.7-2) unstable; urgency=low
[ Joachim Breitner ]
diff -rN -u old-mighttpd2/control new-mighttpd2/control
--- old-mighttpd2/control 2014-03-07 12:32:19.115705813 +0000
+++ new-mighttpd2/control 2014-03-07 12:32:19.119705813 +0000
@@ -5,27 +5,26 @@
Uploaders: Clint Adams <clint at 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 -rN -u old-mighttpd2/rules new-mighttpd2/rules
--- old-mighttpd2/rules 2014-03-07 12:32:19.115705813 +0000
+++ new-mighttpd2/rules 2014-03-07 12:32:19.123705813 +0000
@@ -33,7 +33,8 @@
$(checkdir)
debian/$(package).setup configure --prefix=/usr \
- --enable-tests
+ --enable-tests \
+ -ftls
touch stamp-configure
More information about the Pkg-haskell-commits
mailing list