[Pkg-cli-apps-commits] [monodevelop] 10/16: Don't bundle ASP.NET MVC from NuGet
Jo Shields
directhex at moszumanska.debian.org
Wed Dec 16 10:13:58 UTC 2015
This is an automated email from the git hooks/post-receive script.
directhex pushed a commit to annotated tag debian/5.10.0.871-1
in repository monodevelop.
commit 26f3a3aed0dd66b1b65b06b419b3598de9006019
Author: Jo Shields <jo.shields at xamarin.com>
Date: Tue Dec 15 09:55:28 2015 +0000
Don't bundle ASP.NET MVC from NuGet
---
debian/patches/dont_bundle_aspnet_assemblies.patch | 81 ++++++++++++++++++++++
debian/patches/series | 1 +
2 files changed, 82 insertions(+)
diff --git a/debian/patches/dont_bundle_aspnet_assemblies.patch b/debian/patches/dont_bundle_aspnet_assemblies.patch
new file mode 100644
index 0000000..0263b55
--- /dev/null
+++ b/debian/patches/dont_bundle_aspnet_assemblies.patch
@@ -0,0 +1,81 @@
+Index: monodevelop/src/addins/AspNet/MonoDevelop.AspNet.csproj
+===================================================================
+--- monodevelop.orig/src/addins/AspNet/MonoDevelop.AspNet.csproj
++++ monodevelop/src/addins/AspNet/MonoDevelop.AspNet.csproj
+@@ -116,27 +116,6 @@
+ <Name>MonoDevelop.Xml</Name>
+ <Private>False</Private>
+ </ProjectReference>
+- <Reference Include="Microsoft.Web.Infrastructure">
+- <HintPath>..\..\..\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll</HintPath>
+- </Reference>
+- <Reference Include="System.Web.Razor">
+- <HintPath>..\..\..\packages\Microsoft.AspNet.Razor.3.2.2\lib\net45\System.Web.Razor.dll</HintPath>
+- </Reference>
+- <Reference Include="System.Web.Helpers">
+- <HintPath>..\..\..\packages\Microsoft.AspNet.WebPages.3.2.2\lib\net45\System.Web.Helpers.dll</HintPath>
+- </Reference>
+- <Reference Include="System.Web.WebPages">
+- <HintPath>..\..\..\packages\Microsoft.AspNet.WebPages.3.2.2\lib\net45\System.Web.WebPages.dll</HintPath>
+- </Reference>
+- <Reference Include="System.Web.WebPages.Deployment">
+- <HintPath>..\..\..\packages\Microsoft.AspNet.WebPages.3.2.2\lib\net45\System.Web.WebPages.Deployment.dll</HintPath>
+- </Reference>
+- <Reference Include="System.Web.WebPages.Razor">
+- <HintPath>..\..\..\packages\Microsoft.AspNet.WebPages.3.2.2\lib\net45\System.Web.WebPages.Razor.dll</HintPath>
+- </Reference>
+- <Reference Include="System.Web.Mvc">
+- <HintPath>..\..\..\packages\Microsoft.AspNet.Mvc.5.2.2\lib\net45\System.Web.Mvc.dll</HintPath>
+- </Reference>
+ </ItemGroup>
+ <ItemGroup>
+ <Reference Include="System" />
+@@ -458,35 +437,6 @@
+ <None Include="Templates\Projects\WebApplication.xpt.xml">
+ <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+ </None>
+- <None Include="..\..\..\packages\Microsoft.AspNet.Mvc.5.2.2\lib\net45\System.Web.Mvc.dll">
+- <Link>System.Web.Mvc.dll</Link>
+- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+- </None>
+- <None Include="..\..\..\packages\Microsoft.AspNet.Razor.3.2.2\lib\net45\System.Web.Razor.dll">
+- <Link>System.Web.Razor.dll</Link>
+- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+- </None>
+- <None Include="..\..\..\packages\Microsoft.AspNet.WebPages.3.2.2\lib\net45\System.Web.Helpers.dll">
+- <Link>System.Web.Helpers.dll</Link>
+- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+- </None>
+- <None Include="..\..\..\packages\Microsoft.AspNet.WebPages.3.2.2\lib\net45\System.Web.WebPages.Deployment.dll">
+- <Link>System.Web.WebPages.Deployment.dll</Link>
+- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+- </None>
+- <None Include="..\..\..\packages\Microsoft.AspNet.WebPages.3.2.2\lib\net45\System.Web.WebPages.dll">
+- <Link>System.Web.WebPages.dll</Link>
+- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+- </None>
+- <None Include="..\..\..\packages\Microsoft.AspNet.WebPages.3.2.2\lib\net45\System.Web.WebPages.Razor.dll">
+- <Link>System.Web.WebPages.Razor.dll</Link>
+- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+- </None>
+- <None Include="..\..\..\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll">
+- <Link>Microsoft.Web.Infrastructure.dll</Link>
+- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+- </None>
+- <None Include="packages.config" />
+ </ItemGroup>
+ <ItemGroup>
+ <Content Include="Html\Schemas\readme.txt">
+Index: monodevelop/src/addins/AspNet/packages.config
+===================================================================
+--- monodevelop.orig/src/addins/AspNet/packages.config
++++ /dev/null
+@@ -1,7 +0,0 @@
+-<?xml version="1.0" encoding="utf-8"?>
+-<packages>
+- <package id="Microsoft.AspNet.Mvc" version="5.2.2" targetFramework="net45" />
+- <package id="Microsoft.AspNet.Razor" version="3.2.2" targetFramework="net45" />
+- <package id="Microsoft.AspNet.WebPages" version="3.2.2" targetFramework="net45" />
+- <package id="Microsoft.Web.Infrastructure" version="1.0.0.0" targetFramework="net45" />
+-</packages>
+\ No newline at end of file
diff --git a/debian/patches/series b/debian/patches/series
index 3cee88f..9181030 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -5,3 +5,4 @@ update_templates_for_gtk-sharp_2.12.patch
boo_mimetype.patch
no_appmenu
use_local_nuget_with_buildd_config.patch
+dont_bundle_aspnet_assemblies.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-cli-apps/packages/monodevelop.git
More information about the Pkg-cli-apps-commits
mailing list