[Pkg-mono-svn-commits] revision 151

Eduard Bloch blade@quantz.debian.org
Thu, 5 Feb 2004 11:51:22 +0100


Repository changes in pkg-mono:

By: blade
Date: Thu, 5 Feb 2004 11:51:22 +0100
Modified:
U   xsp/trunk/debian/changelog
U   xsp/trunk/debian/control
Log:
Dep on cli-vm, conflicts with old mono-jit versions


Modified: xsp/trunk/debian/changelog
===================================================================
--- xsp/trunk/debian/changelog	2004-01-31 11:50:10 UTC (rev 150)
+++ xsp/trunk/debian/changelog	2004-02-05 10:51:21 UTC (rev 151)
@@ -1,6 +1,7 @@
 xsp (0.8-2) unstable; urgency=low
 
   * NOT RELEASED YET
+  * set alternative dependency on cli-virtual-machine
 
  -- Eduard Bloch <blade@debian.org>  Sun, 25 Jan 2004 18:17:54 +0100
 

Modified: xsp/trunk/debian/control
===================================================================
--- xsp/trunk/debian/control	2004-01-31 11:50:10 UTC (rev 150)
+++ xsp/trunk/debian/control	2004-02-05 10:51:21 UTC (rev 151)
@@ -7,7 +7,8 @@
 
 Package: mono-xsp
 Architecture: all
-Depends: ${shlibs:Depends}, mono-jit (>= 0.28)
+Depends: ${shlibs:Depends}, cli-virtual-machine
+Conflicts: mono-jit (<< 0.28)
 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.