[Pkg-mono-svn-commits] rev 3488 - mod-mono/trunk/debian

Mirco Bauer meebey at alioth.debian.org
Sat Dec 1 00:10:40 UTC 2007


Author: meebey
Date: 2007-12-01 00:10:40 +0000 (Sat, 01 Dec 2007)
New Revision: 3488

Modified:
   mod-mono/trunk/debian/changelog
   mod-mono/trunk/debian/control
Log:
- mod-mono 1.2.5-2 release



Modified: mod-mono/trunk/debian/changelog
===================================================================
--- mod-mono/trunk/debian/changelog	2007-11-26 22:41:08 UTC (rev 3487)
+++ mod-mono/trunk/debian/changelog	2007-12-01 00:10:40 UTC (rev 3488)
@@ -1,3 +1,19 @@
+mod-mono (1.2.5-2) unstable; urgency=low
+
+  * Replaced build-dependency apache2-dev || apache2-threaded-dev with only
+    apache2-threaded-dev.
+    The buildds stopped to compile the source package, as AutoDepWait only
+    honors the first package (like sbuild) while the conventional (old) way
+    just tried to build it and installed apache2-threaded-dev automaticly.
+  * Replaced apache2 binary dependency with apache2-mpm-worker, as the built
+    module for threaded apache will not work with prefork apache.
+  * Added Homepage, Vcs-Browser and Vcs-Svn fields to debian/control.
+  * Added myself to Uploaders.
+  * Removed Eduard Bloch and Pablo Fischer from Uploaders, as they haven't touch
+    the package over 2 years anymore.
+
+ -- Mirco Bauer <meebey at debian.org>  Sat, 01 Dec 2007 00:19:32 +0100
+
 mod-mono (1.2.5-1) unstable; urgency=low
 
   * New upstream release

Modified: mod-mono/trunk/debian/control
===================================================================
--- mod-mono/trunk/debian/control	2007-11-26 22:41:08 UTC (rev 3487)
+++ mod-mono/trunk/debian/control	2007-12-01 00:10:40 UTC (rev 3488)
@@ -1,16 +1,19 @@
 Source: mod-mono
 Section: web
 Priority: optional
+Homepage: http://www.mono-project.com/Mod_mono
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-mono/mod-mono/trunk/
+Vcs-Svn: svn://svn.debian.org/pkg-mono/mod-mono/trunk
 Maintainer: Debian Mono Group <pkg-mono-group at lists.alioth.debian.org>
-Uploaders: Eduard Bloch <blade at debian.org>, Pablo Fischer <pablo at pablo.com.mx>, Dylan R. E. Moonfire <debian at mfgames.com>
-Build-Depends: debhelper (>= 4.1.16), apache2-dev (>= 2.2) | apache2-threaded-dev (>= 2.2), libmono-dev, po-debconf
+Uploaders: Dylan R. E. Moonfire <debian at mfgames.com>, Mirco Bauer <meebey at debian.org>
+Build-Depends: debhelper (>= 4.1.16), apache2-threaded-dev (>= 2.2), libmono-dev, po-debconf
 Standards-Version: 3.7.2
 
 Package: libapache2-mod-mono
 Architecture: any
 Section: web
-Depends: ${shlibs:Depends}, debconf (>= 1.2.0), apache2 (>= 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})
-Description: Apache module for running ASP.NET applications via Mono
+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})
+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