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

D. Moonfire dmoonfire-guest at costa.debian.org
Thu Jan 12 15:39:24 UTC 2006


Author: dmoonfire-guest
Date: 2006-01-12 15:39:22 +0000 (Thu, 12 Jan 2006)
New Revision: 2156

Modified:
   xsp/trunk/debian/changelog
   xsp/trunk/debian/control
Log:
Corrected a typo on the changelog (a pre package diff). Moved the mcs and
gmcs deps up to the base, which is where they are required. Removed a conflict
with the mono-apache-server which is no longer there.


Modified: xsp/trunk/debian/changelog
===================================================================
--- xsp/trunk/debian/changelog	2006-01-12 15:17:16 UTC (rev 2155)
+++ xsp/trunk/debian/changelog	2006-01-12 15:39:22 UTC (rev 2156)
@@ -1,4 +1,4 @@
-xsp (1.1.10-1) unstable; urgency=low
+xsp (1.1.10-0pre5) unstable; urgency=low
 
   * New upstream release
   * Dylan R. E. Moonfire <debian at mfgames.com>
@@ -12,13 +12,6 @@
       updated the documentation in the README.Debian to properly identify
       the script name.
     - debian/control: Added ${Source-Version} to four packages.
-
- -- Dylan R. E. Moonfire <debian at mfgames.com>  Wed, 04 Jan 2006 09:54:43 -0600
-
-xsp (1.1.9.2-0pre6) unstable; urgency=low
-
-  * New upstream release.
-  * Dylan R. E. Moonfire <debian at mfgames.com>
     - Added "Conflicts:" to support upgrading from older versions.
     - Package cleanups and fixing problems with the build process.
     - Corrected the server directive for mono-server2-update.conf (Thanks
@@ -46,7 +39,7 @@
       and 1.0.9. Upstream significantly changed the layout of both the
       source package and the installation locations.
 
- -- Debian Mono Group <pkg-mono-group at lists.alioth.debian.org>  Sun, 16 Oct 2005 12:54:15 -0500
+ -- Dylan R. E. Moonfire <debian at mfgames.com>  Wed, 04 Jan 2006 09:54:43 -0600
 
 xsp (1.0.5-1) unstable; urgency=low
 

Modified: xsp/trunk/debian/control
===================================================================
--- xsp/trunk/debian/control	2006-01-12 15:17:16 UTC (rev 2155)
+++ xsp/trunk/debian/control	2006-01-12 15:39:22 UTC (rev 2156)
@@ -8,7 +8,7 @@
 
 Package: mono-xsp-base
 Architecture: all
-Depends: ${cli:Depends}
+Depends: ${cli:Depends}, mono-mcs (>> 1.0)
 Conflicts: mono-utils (<= 1.1.9.2-1)
 Description: base libraries for XSP 1.1
  This is the core libraries needed to install the XSP application,
@@ -17,7 +17,7 @@
 
 Package: mono-xsp2-base
 Architecture: all
-Depends: ${cli:Depends}
+Depends: ${cli:Depends}, mono-gmcs
 Description: base libraries for XSP 2.0
  This is the core libraries needed to install the XSP2 application,
  either through the standalone version (XSP2) or the Apache module
@@ -25,7 +25,7 @@
 
 Package: mono-xsp
 Architecture: all
-Depends: ${cli:Depends}, mono-mcs (>> 1.0), mono-gmcs, debconf (>= 1.2.0) | debconf-2.0, net-tools, mono-xsp-base (= ${Source-Version})
+Depends: ${cli:Depends}, debconf (>= 1.2.0) | debconf-2.0, net-tools, mono-xsp-base (= ${Source-Version})
 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 1.1 applications. 
@@ -35,7 +35,7 @@
 
 Package: mono-xsp2
 Architecture: all
-Depends: ${cli:Depends}, mono-mcs (>> 1.0), mono-gmcs, debconf (>= 1.2.0) | debconf-2.0, net-tools, mono-xsp2-base (= ${Source-Version})
+Depends: ${cli:Depends}, debconf (>= 1.2.0) | debconf-2.0, net-tools, mono-xsp2-base (= ${Source-Version})
 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 1.1 and 2.0 applications. 
@@ -61,7 +61,7 @@
 Architecture: all
 Conflicts: mono-server
 Replaces: mono-server
-Depends: ${cli:Depends}, mono-mcs (>> 1.0), mono-gmcs, debconf (>= 1.2.0) | debconf-2.0, net-tools, mono-xsp-base (= ${Source-Version})
+Depends: ${cli:Depends}, debconf (>= 1.2.0) | debconf-2.0, net-tools, mono-xsp-base (= ${Source-Version})
 Description: backend for mod_mono Apache module
  mono-apache-server contains the backend for mod_mono. It lets you run ASP.NET
  web applications via Apache. mod_mono will call mono-apache-server to parse
@@ -72,9 +72,9 @@
 
 Package: mono-apache-server2
 Architecture: all
-Conflicts: mono-server, mono-apache-server
+Conflicts: mono-server
 Replaces: mono-server
-Depends: ${cli:Depends}, mono-mcs (>> 1.0), mono-gmcs, debconf (>= 1.2.0) | debconf-2.0, net-tools, mono-xsp2-base (= ${Source-Version})
+Depends: ${cli:Depends}, debconf (>= 1.2.0) | debconf-2.0, net-tools, mono-xsp2-base (= ${Source-Version})
 Description: backend for mod_mono2 Apache module
  mono-apache-server contains the backend for mod_mono. It lets you run ASP.NET
  web applications via Apache. mod_mono will call mono-apache-server to parse




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