[Pkg-mono-svn-commits] rev 3672 - mod-mono/trunk/debian
Jo Shields
directhex-guest at alioth.debian.org
Fri Jul 4 19:44:53 UTC 2008
Author: directhex-guest
Date: 2008-07-04 19:44:53 +0000 (Fri, 04 Jul 2008)
New Revision: 3672
Modified:
mod-mono/trunk/debian/changelog
mod-mono/trunk/debian/control
Log:
lower apache dep
Modified: mod-mono/trunk/debian/changelog
===================================================================
--- mod-mono/trunk/debian/changelog 2008-07-04 13:24:22 UTC (rev 3671)
+++ mod-mono/trunk/debian/changelog 2008-07-04 19:44:53 UTC (rev 3672)
@@ -1,10 +1,12 @@
mod-mono (1.9-1) unstable; urgency=low
- * New upstream version
- * Add Jo Shields to Uploaders
+ * New upstream version.
+ * Add Jo Shields to Uploaders.
* Integrate changes from latest NMU (Closes: #457109, #472847 #486605,
#487069). Thanks to Christian Perrier.
- * Bump standards version to 3.8.0 (no changes needed)
+ * Bump standards version to 3.8.0 (no changes needed).
+ * Prefork Apache isn't as broken as some people thought. Dependency
+ lowered to apache2.2-common only, so any apache MPM can be chosen.
-- Jo Shields <directhex at apebox.org> Fri, 4 Jul 2008 08:45:53 +0100
Modified: mod-mono/trunk/debian/control
===================================================================
--- mod-mono/trunk/debian/control 2008-07-04 13:24:22 UTC (rev 3671)
+++ mod-mono/trunk/debian/control 2008-07-04 19:44:53 UTC (rev 3672)
@@ -12,7 +12,7 @@
Package: libapache2-mod-mono
Architecture: any
Section: web
-Depends: ${shlibs:Depends}, debconf (>= 1.2.0), apache2-mpm-worker (>= 2.2), apache2.2-common, mono-jit (>= 1.0.1), mono-apache-server (>= ${current-version}) | mono-apache-server2 (>= ${current-version}), mono-apache-server (<< ${next-version}) | mono-apache-server2 (<< ${next-version})
+Depends: ${shlibs:Depends}, debconf (>= 1.2.0), apache2.2-common, mono-jit (>= 1.0.1), mono-apache-server (>= ${current-version}) | mono-apache-server2 (>= ${current-version}), mono-apache-server (<< ${next-version}) | mono-apache-server2 (<< ${next-version})
Description: Apache module for running ASP.NET applications on Mono
The mod_mono module for Apache allows ASP.NET web applications to be
run with the Mono .NET implementation.
More information about the Pkg-mono-svn-commits
mailing list