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

Pablo Fischer pabl0-guest@haydn.debian.org
Mon, 14 Jun 2004 16:41:20 -0600


Author: pabl0-guest
Date: 2004-06-14 16:41:13 -0600 (Mon, 14 Jun 2004)
New Revision: 1007

Modified:
   xsp/trunk/debian/changelog
   xsp/trunk/debian/control
Log:
Fixed dependency problem, should use dependency less strict (all beta2)



Modified: xsp/trunk/debian/changelog
===================================================================
--- xsp/trunk/debian/changelog	2004-06-14 22:21:19 UTC (rev 1006)
+++ xsp/trunk/debian/changelog	2004-06-14 22:41:13 UTC (rev 1007)
@@ -1,3 +1,15 @@
+xsp (0.14-5) unstable; urgency=low 
+
+  * Fixed dependency problem, should use dependency less strict (all beta2)
+	
+ -- Debian Mono Group <pkg-mono-group@lists.alioth.debian.org>  Mon, 14 Jun 2004 17:34:16 -0600
+	
+xsp (0.14-4) unstable; urgency=low
+
+  * A BIG bug in the mono-server-update.conf script, I'm using perl not C!
+
+ -- Pablo Fischer <pablo@pablo.com.mx>  Mon, 14 Jun 2004 10:03:43 -0600	
+
 xsp (0.14-3) unstable; urgency=low
 
   * Added some missing tools

Modified: xsp/trunk/debian/control
===================================================================
--- xsp/trunk/debian/control	2004-06-14 22:21:19 UTC (rev 1006)
+++ xsp/trunk/debian/control	2004-06-14 22:41:13 UTC (rev 1007)
@@ -7,7 +7,7 @@
 
 Package: mono-xsp
 Architecture: all
-Depends: ${shlibs:Depends}, mono-jit (= 0.95-0pre1v2), mono-mcs (= 0.95-0pre1v2)
+Depends: ${shlibs:Depends}, mono-jit (>= 0.95), mono-mcs (>= 0.95)
 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 (= 0.95-0pre1v2), libapache-mod-mono (>= 0.10), mono-mcs (= 0.95-0pre1v2)
+Depends: ${shlibs:Depends}, mono-jit (>= 0.95), libapache-mod-mono (>= 0.10), mono-mcs (>= 0.95)
 Description: The mod-mono server
  It contains the mod-mono-server, a wrapper for mod_mono that let apache 
  users to run ASP.NET applications, so mod_mono call mod-mono-server to