[Pkg-cli-apps-commits] [SCM] monodevelop branch, master, updated. debian/3.0.3.2+dfsg-1-13-g4bfbce8

Jo Shields directhex at apebox.org
Sun Feb 24 19:02:03 UTC 2013


The following commit has been merged in the master branch:
commit 182e98c326b60ee7066e20b11ebcf93a498959d4
Author: Jo Shields <directhex at apebox.org>
Date:   Sun Feb 24 18:33:49 2013 +0000

    Strangely, if you have multiple versions of the same library installed (i.e. MVC) then the lowest numbered is used for xbuild assembly references, which breaks the build. Force MVC3 since that works (i.e. the code requires a Razor-capable MVC)

diff --git a/debian/patches/force_mvc3.patch b/debian/patches/force_mvc3.patch
new file mode 100644
index 0000000..1ac2898
--- /dev/null
+++ b/debian/patches/force_mvc3.patch
@@ -0,0 +1,15 @@
+Index: monodevelop/src/addins/AspNet/MonoDevelop.AspNet.Mvc/MonoDevelop.AspNet.Mvc.csproj
+===================================================================
+--- monodevelop.orig/src/addins/AspNet/MonoDevelop.AspNet.Mvc/MonoDevelop.AspNet.Mvc.csproj	2013-02-24 17:48:28.437393183 +0000
++++ monodevelop/src/addins/AspNet/MonoDevelop.AspNet.Mvc/MonoDevelop.AspNet.Mvc.csproj	2013-02-24 18:33:34.501282404 +0000
+@@ -113,9 +113,7 @@
+     <Reference Include="pango-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
+     <Reference Include="atk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
+     <Reference Include="glib-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
+-    <Reference Include="System.Web.Mvc">
+-      <HintPath>lib\System.Web.Mvc.dll</HintPath>
+-    </Reference>
++    <Reference Include="System.Web.Mvc, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
+     <Reference Include="System.Web.Razor">
+       <HintPath>lib\System.Web.Razor.dll</HintPath>
+     </Reference>
diff --git a/debian/patches/series b/debian/patches/series
index 55c0c22..18fe315 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
+force_mvc3.patch
 update_templates_for_gtk-sharp_2.12.patch
 boo_mimetype.patch
 no_appmenu

-- 
monodevelop



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