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

Pablo Fischer pabl0-guest@quantz.debian.org
Tue, 17 Feb 2004 05:47:33 +0100


Author: pabl0-guest
Date: 2004-02-17 05:47:32 +0100 (Tue, 17 Feb 2004)
New Revision: 258

Modified:
   xsp-snapshot/trunk/debian/control
Log:
Just modified to test it as a official version


Modified: xsp-snapshot/trunk/debian/control
===================================================================
--- xsp-snapshot/trunk/debian/control	2004-02-17 04:45:28 UTC (rev 257)
+++ xsp-snapshot/trunk/debian/control	2004-02-17 04:47:32 UTC (rev 258)
@@ -3,11 +3,11 @@
 Priority: optional
 Maintainer: Debian Mono group <pkg-mono-group@lists.alioth.debian.org>
 Standards-Version: 3.6.0
+Build-Depends: debhelper (>= 3), mono-mcs | c-sharp-compiler, libmono-dev
 
 Package: mono-xsp-snapshot
 Architecture: all
-Depends: ${shlibs:Depends}, mono-jit-snapshot
-Conflicts: mono-xsp
+Depends: ${shlibs:Depends}, mono-jit
 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. 
@@ -17,16 +17,14 @@
 
 Package: asp.net-examples-snapshot
 Architecture: all
-Depends: ${shlibs:Depends}, mono-xsp-snapshot | libapache-mod-mono-snapshot
-Conflicts: asp.net-examples
+Depends: ${shlibs:Depends}, mono-xsp-snapshot | libapache-mod-mono
 Description: demo pages for ASP.NET infrastructure
  Sample set of .aspx pages to test the XSP server or the mod_mono Apache
  module.
 
 Package: mono-server-snapshot
 Architecture: all
-Depends: ${shlibs:Depends}, mono-jit-snapshot
-Conflicts: mono-server
+Depends: ${shlibs:Depends}, mono-jit
 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).