[Pkg-mono-svn-commits] [SCM] mono-tools branch, master, updated. debian/2.6.2-3

Jo Shields directhex at apebox.org
Wed Sep 15 10:13:34 UTC 2010


The following commit has been merged in the master branch:
commit 4177d56a62ba30d4afb36528860ec44e467c7461
Author: Jo Shields <directhex at apebox.org>
Date:   Tue Jun 8 12:31:01 2010 +0100

    Force libmono-profiler dep

diff --git a/debian/changelog b/debian/changelog
index f9e3630..1cfae16 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,9 @@ mono-tools (2.6.2-2) UNRELEASED; urgency=low
   * debian/control:
     + Add ${misc:Depends} liberally, due to debhelper recommendation
     + No-change bump to Standards 3.8.4
+    + Add a manual dep on libmono-profiler to mono-profiler. This is
+      not picked up by dh_clideps because it's not P/Invoked by the
+      profiler apps - it's dlopened by the Mono runtime itself
 
  -- Jo Shields <directhex at apebox.org>  Tue, 08 Jun 2010 12:26:20 +0100
 
diff --git a/debian/control b/debian/control
index 989fa88..222d134 100644
--- a/debian/control
+++ b/debian/control
@@ -70,7 +70,7 @@ Description: extensible rule-based checker for CLI assemblies
 
 Package: mono-profiler
 Architecture: all
-Depends: ${cli:Depends}, ${misc:Depends}
+Depends: libmono-profiler, ${cli:Depends}, ${misc:Depends}
 Description: Mono profiler
  This package contains utilities for profiling Mono CLI assemblies:
    - mprof-decoder

-- 
mono-tools



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