[Pkg-mono-svn-commits] rev 1076 - mono/trunk/debian

Eduard Bloch blade@haydn.debian.org
Sat, 19 Jun 2004 02:14:51 -0600


Author: blade
Date: 2004-06-19 02:14:28 -0600 (Sat, 19 Jun 2004)
New Revision: 1076

Modified:
   mono/trunk/debian/changelog
   mono/trunk/debian/dh_netdeps
Log:
Don't set any dependency on mono with -r


Modified: mono/trunk/debian/changelog
===================================================================
--- mono/trunk/debian/changelog	2004-06-19 00:28:59 UTC (rev 1075)
+++ mono/trunk/debian/changelog	2004-06-19 08:14:28 UTC (rev 1076)
@@ -4,7 +4,7 @@
   * FIXME: sync debian/NEWS revision line with the final release revision
   * Eduard Bloch
     + setting virtual ".shlibs" for libmono via provides, currently
-      libmono-0.95
+      libmono-0.96
     + created new dh_makenetlibs and dh_netdeps tools to manage assembly
       dependencies in the Perl/Python way
     + Moved Pablo's dh_installxsp script to mono-utils to mono-utils

Modified: mono/trunk/debian/dh_netdeps
===================================================================
--- mono/trunk/debian/dh_netdeps	2004-06-19 00:28:59 UTC (rev 1075)
+++ mono/trunk/debian/dh_netdeps	2004-06-19 08:14:28 UTC (rev 1076)
@@ -49,8 +49,9 @@
 
 =item B<-r>
 
-Set a relaxed dependency on the VM, eg. "mono-jit | cli-virtual-machine" instead of
-hard versioned dependency on mono or mint packages.
+Don't set a strong versioned dependy on mono-jit or mono-mint 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".
 
 =cut
 
@@ -241,7 +242,7 @@
     }
 
     addsubstvar( $package, "net:Depends",
-        ( (defined($dh{R_FLAG})) ? "mono-jit | cli-virtual-machine" : "mono-jit (>= $mono_version) | mono-mint (>= $mono_version), " )
+        ( (defined($dh{R_FLAG})) ? "" : "mono-jit (>= $mono_version) | mono-mint (>= $mono_version)" )
         . join ( ", ", "", sort {
            # beautify the sort order, requested by meebey
            my $apkg;