[Pkg-haskell-commits] darcs: mighttpd2: Bugfixes.
Clint Adams
clint at debian.org
Fri Mar 14 13:31:31 UTC 2014
Fri Mar 14 13:23:34 UTC 2014 Clint Adams <clint at debian.org>
* Bugfixes.
M ./changelog +7
M ./control -2 +3
Fri Mar 14 13:23:34 UTC 2014 Clint Adams <clint at debian.org>
* Bugfixes.
diff -rN -u old-mighttpd2/changelog new-mighttpd2/changelog
--- old-mighttpd2/changelog 2014-03-14 13:31:31.374378846 +0000
+++ new-mighttpd2/changelog 2014-03-14 13:31:31.374378846 +0000
@@ -1,3 +1,10 @@
+mighttpd2 (3.0.3-2) unstable; urgency=medium
+
+ * Add missing build dependency on haskell-devscripts.
+ * Change section to `web'. closes: #665474.
+
+ -- Clint Adams <clint at debian.org> Fri, 14 Mar 2014 09:18:09 -0400
+
mighttpd2 (3.0.3-1) unstable; urgency=medium
[ Joachim Breitner ]
diff -rN -u old-mighttpd2/control new-mighttpd2/control
--- old-mighttpd2/control 2014-03-14 13:31:31.370378846 +0000
+++ new-mighttpd2/control 2014-03-14 13:31:31.378378846 +0000
@@ -1,11 +1,12 @@
Source: mighttpd2
-Section: haskell
+Section: web
Priority: extra
Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
Uploaders: Clint Adams <clint at debian.org>
Build-Depends: ghc
, cdbs
, debhelper (>= 9)
+ , haskell-devscripts (>= 0.8.15)
, ghc-prof
, libghc-blaze-builder-dev
, libghc-byteorder-dev
@@ -35,7 +36,7 @@
Package: mighttpd2
Architecture: any
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, ${misc: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
More information about the Pkg-haskell-commits
mailing list