[Pkg-cli-apps-commits] [SCM] monodevelop branch, master-experimental, updated. debian/2.4+dfsg-2

Jo Shields directhex at apebox.org
Sat Sep 11 10:42:18 UTC 2010


The following commit has been merged in the master-experimental branch:
commit 49f8f1dddcdbd399b0d0a962c9c725f2652ac665
Author: Jo Shields <directhex at apebox.org>
Date:   Sat Sep 11 10:56:44 2010 +0100

    Fix hard debugger by symlinking Mono.Debugger.dll into the addin's directory. This is needed because the hard debugger is launched by a debugger host process, which would otherwise not find Mono.Debugger.dll in MonoDevelop's bin/ folder.

diff --git a/debian/changelog b/debian/changelog
index 008e7e7..9db29bf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,11 @@ monodevelop (2.4+dfsg-2) UNRELEASED; urgency=low
     debian/control:
     + Build against system Soft Debugger, since we now have a new
       enough Mono to match MonoDevelop's required API
+  * debian/monodevelop.links:
+    + Fix hard debugger by symlinking Mono.Debugger.dll into the addin's
+      directory. This is needed because the hard debugger is launched by
+      a debugger host process, which would otherwise not find Mono.Debugger.dll
+      in MonoDevelop's bin/ folder.
 
  -- Jo Shields <directhex at apebox.org>  Fri, 10 Sep 2010 16:54:48 +0100
 
diff --git a/debian/monodevelop.links b/debian/monodevelop.links
new file mode 100644
index 0000000..1a1f676
--- /dev/null
+++ b/debian/monodevelop.links
@@ -0,0 +1 @@
+usr/lib/monodevelop/bin/Mono.Debugging.dll	usr/lib/monodevelop/AddIns/MonoDevelop.Debugger/Mono.Debugging.dll

-- 
monodevelop



More information about the Pkg-cli-apps-commits mailing list