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

Jo Shields directhex-guest at alioth.debian.org
Mon Jul 6 09:28:28 UTC 2009


Author: directhex-guest
Date: 2009-07-06 09:28:26 +0000 (Mon, 06 Jul 2009)
New Revision: 4011

Modified:
   xsp/trunk/debian/changelog
   xsp/trunk/debian/control
Log:
  * debian/control:
    + Depend on mono-devel for compilers - mono-mcs et al won't help (but
      add mono-1.0-devel for XSP1 support as well as mono-devel, as it's
      needed for /usr/bin/mcs to work)
    + Remove dependencies on net-tools, they haven't been relevant since
      1.0.5-1 (Closes: #535847)


Modified: xsp/trunk/debian/changelog
===================================================================
--- xsp/trunk/debian/changelog	2009-07-01 23:03:51 UTC (rev 4010)
+++ xsp/trunk/debian/changelog	2009-07-06 09:28:26 UTC (rev 4011)
@@ -10,7 +10,11 @@
     + Bump standards version to 3.8.2
     + Bump minimum Mono version to 2.4
     + Change build-dep on Nunit to 2.4 (Closes: #531927)
-    + Depend on mono-devel for compilers - mono-mcs et al won't help
+    + Depend on mono-devel for compilers - mono-mcs et al won't help (but
+      add mono-1.0-devel for XSP1 support as well as mono-devel, as it's
+      needed for /usr/bin/mcs to work)
+    + Remove dependencies on net-tools, they haven't been relevant since
+      1.0.5-1 (Closes: #535847)
   * debian/control,
     debian/dh_installxsp,
     debian/po/*,
@@ -44,7 +48,7 @@
     + Rename to sl.po - Apparently .si domains need a sl.po file. Go
       figure. (Closes: #516314)
 
- -- Jo Shields <directhex at apebox.org>  Thu, 02 Jul 2009 00:00:54 +0100
+ -- Jo Shields <directhex at apebox.org>  Mon, 06 Jul 2009 10:24:42 +0100
 
 xsp (2.0-2) unstable; urgency=low
 

Modified: xsp/trunk/debian/control
===================================================================
--- xsp/trunk/debian/control	2009-07-01 23:03:51 UTC (rev 4010)
+++ xsp/trunk/debian/control	2009-07-06 09:28:26 UTC (rev 4011)
@@ -30,7 +30,7 @@
 
 Package: mono-xsp-base
 Architecture: all
-Depends: ${misc:Depends}, ${cli:Depends}, mono-devel, libmono-system-web1.0-cil (>= ${mono-abi-comp-version})
+Depends: ${misc:Depends}, ${cli:Depends}, mono-devel, mono-1.0-devel, libmono-system-web1.0-cil (>= ${mono-abi-comp-version})
 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,
@@ -47,7 +47,7 @@
 
 Package: mono-xsp1
 Architecture: all
-Depends: ${misc:Depends}, ${cli:Depends}, net-tools, mono-xsp-base (= ${source:Version}), procps
+Depends: ${misc:Depends}, ${cli:Depends}, mono-xsp-base (= ${source:Version}), procps
 Replaces: mono-xsp (<= 2.4)
 Description: simple web server to run ASP.NET 1.1 applications
  XSP is a simple web server written in C# that can be used to run your 
@@ -58,7 +58,7 @@
 
 Package: mono-xsp2
 Architecture: all
-Depends: ${misc:Depends}, ${cli:Depends}, net-tools, mono-xsp2-base (= ${source:Version}), procps
+Depends: ${misc:Depends}, ${cli:Depends}, mono-xsp2-base (= ${source:Version}), procps
 Description: simple web server to run ASP.NET 2.0 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. 
@@ -95,7 +95,7 @@
 Architecture: all
 Conflicts: mono-server
 Replaces: mono-server, mono-apache-server (<= 2.4)
-Depends: ${misc:Depends}, ${cli:Depends}, net-tools, mono-xsp-base (= ${source:Version}), perl-modules
+Depends: ${misc:Depends}, ${cli:Depends}, mono-xsp-base (= ${source:Version}), perl-modules
 Description: ASP.NET 1.1 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
@@ -107,7 +107,7 @@
 Architecture: all
 Conflicts: mono-server
 Replaces: mono-server
-Depends: ${misc:Depends}, ${cli:Depends}, net-tools, mono-xsp2-base (= ${source:Version}), perl-modules
+Depends: ${misc:Depends}, ${cli:Depends}, mono-xsp2-base (= ${source:Version}), perl-modules
 Description: ASP.NET 2.0 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
@@ -131,7 +131,7 @@
 Architecture: all
 Conflicts: mono-server
 Replaces: mono-server, mono-fastcgi-server (<= 2.4)
-Depends: ${misc:Depends}, ${cli:Depends}, net-tools, mono-xsp-base (= ${source:Version}), perl-modules
+Depends: ${misc:Depends}, ${cli:Depends}, mono-xsp-base (= ${source:Version}), perl-modules
 Description: ASP.NET 1.1 backend for FastCGI webservers
  mono-fastcgi-server contains the backend for FastCGI. It lets you run 
  ASP.NET web applications via HTTP servers such as Lighttpd or Apache. 
@@ -145,7 +145,7 @@
 Architecture: all
 Conflicts: mono-server
 Replaces: mono-server
-Depends: ${misc:Depends}, ${cli:Depends}, net-tools, mono-xsp2-base (= ${source:Version}), perl-modules
+Depends: ${misc:Depends}, ${cli:Depends}, mono-xsp2-base (= ${source:Version}), perl-modules
 Description: ASP.NET 2.0 backend for FastCGI webservers
  mono-fastcgi-server contains the backend for FastCGI. It lets you run
  ASP.NET web applications via HTTP servers such as Lighttpd or Apache.




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