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

Jo Shields directhex-guest at alioth.debian.org
Tue Jun 30 10:02:42 UTC 2009


Author: directhex-guest
Date: 2009-06-30 10:02:41 +0000 (Tue, 30 Jun 2009)
New Revision: 4006

Modified:
   xsp/trunk/debian/changelog
   xsp/trunk/debian/control
Log:
Depend on mono-devel not mono-mcs and mono-gmcs (ASP.NET needs compilers to work)


Modified: xsp/trunk/debian/changelog
===================================================================
--- xsp/trunk/debian/changelog	2009-06-30 09:44:54 UTC (rev 4005)
+++ xsp/trunk/debian/changelog	2009-06-30 10:02:41 UTC (rev 4006)
@@ -10,6 +10,7 @@
     + Bump standards version to 3.8.1
     + 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
   * debian/control,
     debian/dh_installxsp,
     debian/po/POTFILES.in,

Modified: xsp/trunk/debian/control
===================================================================
--- xsp/trunk/debian/control	2009-06-30 09:44:54 UTC (rev 4005)
+++ xsp/trunk/debian/control	2009-06-30 10:02:41 UTC (rev 4006)
@@ -30,7 +30,7 @@
 
 Package: mono-xsp-base
 Architecture: all
-Depends: ${misc:Depends}, ${cli:Depends}, mono-mcs, libmono-system-web1.0-cil (>= ${mono-abi-comp-version})
+Depends: ${misc:Depends}, ${cli:Depends}, mono-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,
@@ -39,7 +39,7 @@
 
 Package: mono-xsp2-base
 Architecture: all
-Depends: ${misc:Depends}, ${cli:Depends}, mono-gmcs, libmono-system-web2.0-cil (>= ${mono-abi-comp-version})
+Depends: ${misc:Depends}, ${cli:Depends}, mono-devel, libmono-system-web2.0-cil (>= ${mono-abi-comp-version})
 Description: base libraries for XSP 2.0
  This is the core libraries needed to install the XSP2 application,
  either through the standalone XSP version (mono-xsp2) or the Apache module




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