[Pkg-mono-svn-commits] rev 608 - xsp-snapshot/trunk/debian/official

Pablo Fischer pabl0-guest@haydn.debian.org
Sun, 18 Apr 2004 09:41:21 -0600


Author: pabl0-guest
Date: 2004-04-18 09:41:18 -0600 (Sun, 18 Apr 2004)
New Revision: 608

Modified:
   xsp-snapshot/trunk/debian/official/control
   xsp-snapshot/trunk/debian/official/mono-server.README.Debian
   xsp-snapshot/trunk/debian/official/mono-xsp.README.Debian
Log:
Added mono-mcs to the Deppendence line to mono-xsp and mono-server, 
cause both packages will compile the aspx from source not from the 
bytecode (well, it will, but the first time it needs the mcs).

Also, added a brief explanation to the README files, telling the user
why /etc/mono-server or /etc/xsp is created also if they don't have these
packages.



Modified: xsp-snapshot/trunk/debian/official/control
===================================================================
--- xsp-snapshot/trunk/debian/official/control	2004-04-18 11:49:27 UTC (rev 607)
+++ xsp-snapshot/trunk/debian/official/control	2004-04-18 15:41:18 UTC (rev 608)
@@ -7,7 +7,7 @@
 
 Package: mono-xsp
 Architecture: all
-Depends: ${shlibs:Depends}, mono-jit
+Depends: ${shlibs:Depends}, mono-jit, mono-mcs
 Description: simple web server to run ASP.NET applications
  XSP is a simple web server written in C# that can be used to run your 
  ASP.NET applications. 
@@ -24,7 +24,7 @@
 
 Package: mono-server
 Architecture: all
-Depends: ${shlibs:Depends}, mono-jit
+Depends: ${shlibs:Depends}, mono-jit, libapache-mod-mono, mono-mcs
 Description: The mod-mono server
  It contains the mod-mono-server, that will start the mod-mono server 
  and create the *socket* (the one in /tmp).

Modified: xsp-snapshot/trunk/debian/official/mono-server.README.Debian
===================================================================
--- xsp-snapshot/trunk/debian/official/mono-server.README.Debian	2004-04-18 11:49:27 UTC (rev 607)
+++ xsp-snapshot/trunk/debian/official/mono-server.README.Debian	2004-04-18 15:41:18 UTC (rev 608)
@@ -40,6 +40,10 @@
 Also, if you are installing YOUR OWN VirtualHost, you should read the template file (in the config dir) 
 and follow the steps of this little FAQ.
 
+NOTE: In some cases you can find that /etc/mono-server|/etc/xsp exists with other virtualhosts and you  
+don't have mono-server|mono-xsp installed, don't get in panic, some virtualhosts installs host configuration 
+files in both server (xsp and mono-server).
+
 Happy Hacking
 
  -- Pablo Fischer <pablo@pablo.com.mx>, Mon, 15 Mar 2004 18:52:30 -0600

Modified: xsp-snapshot/trunk/debian/official/mono-xsp.README.Debian
===================================================================
--- xsp-snapshot/trunk/debian/official/mono-xsp.README.Debian	2004-04-18 11:49:27 UTC (rev 607)
+++ xsp-snapshot/trunk/debian/official/mono-xsp.README.Debian	2004-04-18 15:41:18 UTC (rev 608)
@@ -37,6 +37,10 @@
 Also, if you are installing YOUR OWN VirtualHost, you should read the template file (in the config dir) 
 and follow the steps of this little FAQ.
 
+NOTE: In some cases you can find that /etc/mono-server|/etc/xsp exists with other virtualhosts and you  
+don't have mono-server|mono-xsp installed, don't get in panic, some virtualhosts installs host configuration 
+files in both server (xsp and mono-server).
+
 Happy Hacking
 
  -- Pablo Fischer <pablo@pablo.com.mx>, Mon, 15 Mar 2004 18:52:30 -0600