[Pkg-mono-svn-commits] rev 2437 - in cli-common/trunk: . debian

Mirco Bauer meebey-guest at costa.debian.org
Fri Apr 14 19:06:59 UTC 2006


Author: meebey-guest
Date: 2006-04-14 19:06:58 +0000 (Fri, 14 Apr 2006)
New Revision: 2437

Modified:
   cli-common/trunk/debian/changelog
   cli-common/trunk/dh_clideps
Log:
- mono-runtime



Modified: cli-common/trunk/debian/changelog
===================================================================
--- cli-common/trunk/debian/changelog	2006-04-14 15:07:31 UTC (rev 2436)
+++ cli-common/trunk/debian/changelog	2006-04-14 19:06:58 UTC (rev 2437)
@@ -14,6 +14,8 @@
       For transition cli-common depends on cli-common-dev till all source
       packages have updated their build-deps.
     + Bumped debhelper compat to 5 and updated the build-dep to >= 5.0.0
+    + dh_clideps will now create dependencies for applications on mono-runtime
+      instead of mono-jit, required for libraries that are installed via GAC.
   * Dylan R. E. Moonfire <debian at mfgames.com>
     + Added a late GAC installer framework.
 

Modified: cli-common/trunk/dh_clideps
===================================================================
--- cli-common/trunk/dh_clideps	2006-04-14 15:07:31 UTC (rev 2436)
+++ cli-common/trunk/dh_clideps	2006-04-14 19:06:58 UTC (rev 2437)
@@ -50,9 +50,9 @@
 
 =item B<-r>
 
-Don't set a strong versioned dependency on mono-jit or other CLR packages.
-This option can be used to specify a relaxed dependency on the VM
-by-hand in the control file, eg. "mono-jit | cli-virtual-machine".
+Don't set a strong versioned dependency on mono-runtime or other CLR packages.
+This option can be used to specify a relaxed dependency on the VM/CLR
+by-hand in the control file, eg. "mono-runtime | cli-runtime".
 
 =item B<internal-mono>                             
 
@@ -238,11 +238,11 @@
     if (!defined($dh{R_FLAG}) && $found_exe) {
         if ($clr eq "mono") {
           if ($needs_net_2_0) {
-            $deps = "mono-jit (>= 1.1.8.1-1)";
+            $deps = "mono-runtime (>= 1.1.8.1)";
           } elsif ($needs_net_1_0) {
-            $deps = "mono-jit (>= 1.0)";
+            $deps = "mono-runtime (>= 1.0)";
           } else {
-            $deps = "mono-jit (>= $cli_version)";
+            $deps = "mono-runtime (>= $cli_version)";
           }
         } elsif ($clr eq "pnet") {
           $deps = "pnet-interpreter (>= $cli_version)";




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