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

Mirco Bauer meebey-guest at costa.debian.org
Tue Jan 17 18:17:19 UTC 2006


Author: meebey-guest
Date: 2006-01-17 18:17:18 +0000 (Tue, 17 Jan 2006)
New Revision: 2182

Modified:
   xsp/trunk/debian/changelog
   xsp/trunk/debian/control
Log:
- procps fix



Modified: xsp/trunk/debian/changelog
===================================================================
--- xsp/trunk/debian/changelog	2006-01-17 18:03:43 UTC (rev 2181)
+++ xsp/trunk/debian/changelog	2006-01-17 18:17:18 UTC (rev 2182)
@@ -42,6 +42,8 @@
      + debian/control:
        - Changed Build-Depends to Build-Depends-Indep
        - Bumed debhelper build-dep to >= 5.0.0
+       - Added procps to mono-xsp and mono-xsp2 Depends, the init scripts
+         are using "ps".
      + debian/compat:
        - Changed to 5
      + debian/rules:

Modified: xsp/trunk/debian/control
===================================================================
--- xsp/trunk/debian/control	2006-01-17 18:03:43 UTC (rev 2181)
+++ xsp/trunk/debian/control	2006-01-17 18:17:18 UTC (rev 2182)
@@ -25,7 +25,7 @@
 
 Package: mono-xsp
 Architecture: all
-Depends: ${cli:Depends}, 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}), procps
 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}, 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}), procps
 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. 




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