[Pkg-cli-apps-commits] [SCM] monodevelop-debugger-mdb branch, master, updated. debian/2.4-2

Jo Shields directhex at apebox.org
Wed Sep 15 11:00:07 UTC 2010


The following commit has been merged in the master branch:
commit d700da601813b9ec59b86e10610aad56741ce21d
Author: Jo Shields <directhex at apebox.org>
Date:   Tue Sep 14 23:30:57 2010 +0100

    Because the MDB addin directly invokes gmcs, to compile an appropriate bridge to the applicable debugger API, add a direct mono-gmcs dependency to reflect this.

diff --git a/debian/control b/debian/control
index f15df35..7b11e17 100644
--- a/debian/control
+++ b/debian/control
@@ -24,7 +24,8 @@ Depends: ${shlibs:Depends},
          ${cli:Depends},
          monodevelop (>= ${misc:Version}),
          monodevelop (<< ${misc:Version}.),
-         mono-debugger
+         mono-debugger,
+         mono-gmcs
 Description: Mono Debugger plugin for MonoDevelop
  MonoDevelop is a GNOME IDE primarily designed for C# and other CLI (.NET)
  languages.

-- 
monodevelop-debugger-mdb



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