[Pkg-mono-svn-commits] rev 3677 - xsp/trunk/debian

Jo Shields directhex-guest at alioth.debian.org
Tue Jul 8 12:16:17 UTC 2008


Author: directhex-guest
Date: 2008-07-08 12:16:17 +0000 (Tue, 08 Jul 2008)
New Revision: 3677

Modified:
   xsp/trunk/debian/changelog
   xsp/trunk/debian/control
Log:
Add fastcgi packages (descriptions might suck, feel free to change)


Modified: xsp/trunk/debian/changelog
===================================================================
--- xsp/trunk/debian/changelog	2008-07-08 11:14:18 UTC (rev 3676)
+++ xsp/trunk/debian/changelog	2008-07-08 12:16:17 UTC (rev 3677)
@@ -1,5 +1,12 @@
 xsp (1.9.1-1) unstable; urgency=low
 
+  * debian/control
+    - Enable building of fastcgi packages
+
+ -- Jo Shields <directhex at apebox.org>  Tue, 08 Jul 2008 13:13:11 +0100
+
+xsp (1.9.1-1) unstable; urgency=low
+
   [ Jo Shields ]
   * New upstream release (Closes: #472581)
   * debian/rules

Modified: xsp/trunk/debian/control
===================================================================
--- xsp/trunk/debian/control	2008-07-08 11:14:18 UTC (rev 3676)
+++ xsp/trunk/debian/control	2008-07-08 12:16:17 UTC (rev 3677)
@@ -105,4 +105,32 @@
  This package requires you to install libapache-mod-mono for Apache 1.3 or
  libapache2-mod-mono for Apache 2.0.
 
+Package: mono-fastcgi-server
+Architecture: all
+Conflicts: mono-server
+Replaces: mono-server
+Depends: ${misc:Depends}, ${cli:Depends}, net-tools, mono-xsp-base (= ${source:Version}), perl-modules
+Description: ASP.NET backend for FastCGI servers
+ mono-fastcgi-server contains the backend for FastCGI. It lets you run 
+ ASP.NET web applications via HTTP servers such as Lighttpd. 
+ The FastCGI server shouldbe configured to run fastcgi-mono-server to 
+ parse and compile the aspx code.
+ .
+ This package requires you to install any FastCGI server, such as 
+ Lighttpd
 
+Package: mono-apache-server2
+Architecture: all
+Conflicts: mono-server
+Replaces: mono-server
+Depends: ${misc:Depends}, ${cli:Depends}, net-tools, mono-xsp2-base (= ${source:Version}), perl-modules
+Description: ASP.NET backend for FastCGI servers
+ mono-fastcgi-server contains the backend for FastCGI. It lets you run 
+ ASP.NET web applications via HTTP servers such as Lighttpd. 
+ The FastCGI server shouldbe configured to run fastcgi-mono-server to 
+ parse and compile the aspx code.
+ .
+ This package requires you to install any FastCGI server, such as 
+ Lighttpd
+
+




More information about the Pkg-mono-svn-commits mailing list