[Pkg-cli-libs-commits] [nrefactory] 01/02: Force 4.5 framework (Closes: #808677)
Jo Shields
directhex at moszumanska.debian.org
Thu Dec 31 20:20:12 UTC 2015
This is an automated email from the git hooks/post-receive script.
directhex pushed a commit to annotated tag debian/5.3.0+20130718.73b6d0f-3
in repository nrefactory.
commit ea745704998b94fd773188fe7f302e26288ababc
Author: Jo Shields <jo.shields at xamarin.com>
Date: Thu Dec 31 20:12:23 2015 +0000
Force 4.5 framework (Closes: #808677)
---
debian/patches/force_4.0_framework | 13 ----------
debian/patches/force_4.5_framework | 51 ++++++++++++++++++++++++++++++++++++++
debian/patches/series | 2 +-
3 files changed, 52 insertions(+), 14 deletions(-)
diff --git a/debian/patches/force_4.0_framework b/debian/patches/force_4.0_framework
deleted file mode 100644
index b1ec1e9..0000000
--- a/debian/patches/force_4.0_framework
+++ /dev/null
@@ -1,13 +0,0 @@
-Index: nrefactory/reflect/IKVM.Reflection.csproj
-===================================================================
---- nrefactory.orig/reflect/IKVM.Reflection.csproj
-+++ nrefactory/reflect/IKVM.Reflection.csproj
-@@ -10,7 +10,7 @@
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>IKVM.Reflection</RootNamespace>
- <AssemblyName>IKVM.Reflection</AssemblyName>
-- <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
-+ <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
- <FileAlignment>512</FileAlignment>
- <TargetFrameworkSubset>
- </TargetFrameworkSubset>
diff --git a/debian/patches/force_4.5_framework b/debian/patches/force_4.5_framework
new file mode 100644
index 0000000..4104d81
--- /dev/null
+++ b/debian/patches/force_4.5_framework
@@ -0,0 +1,51 @@
+Index: nrefactory/reflect/IKVM.Reflection.csproj
+===================================================================
+--- nrefactory.orig/reflect/IKVM.Reflection.csproj
++++ nrefactory/reflect/IKVM.Reflection.csproj
+@@ -10,7 +10,7 @@
+ <AppDesignerFolder>Properties</AppDesignerFolder>
+ <RootNamespace>IKVM.Reflection</RootNamespace>
+ <AssemblyName>IKVM.Reflection</AssemblyName>
+- <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
++ <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
+ <FileAlignment>512</FileAlignment>
+ <TargetFrameworkSubset>
+ </TargetFrameworkSubset>
+Index: nrefactory/ICSharpCode.NRefactory.ConsistencyCheck/ICSharpCode.NRefactory.ConsistencyCheck.csproj
+===================================================================
+--- nrefactory.orig/ICSharpCode.NRefactory.ConsistencyCheck/ICSharpCode.NRefactory.ConsistencyCheck.csproj
++++ nrefactory/ICSharpCode.NRefactory.ConsistencyCheck/ICSharpCode.NRefactory.ConsistencyCheck.csproj
+@@ -54,11 +54,11 @@
+ </PropertyGroup>
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
+ <OutputPath>bin\Debug\</OutputPath>
+- <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
++ <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
+ </PropertyGroup>
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
+ <OutputPath>bin\Release\</OutputPath>
+- <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
++ <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
+ </PropertyGroup>
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'net_4_5_Debug|x86' ">
+ <OutputPath>bin\net_4_5_Debug\</OutputPath>
+@@ -69,10 +69,10 @@
+ <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
+ </PropertyGroup>
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
+- <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
++ <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
+ </PropertyGroup>
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
+- <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
++ <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
+ </PropertyGroup>
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'net_4_5_Debug|AnyCPU' ">
+ <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
+@@ -134,4 +134,4 @@
+ </ProjectReference>
+ </ItemGroup>
+ <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.Targets" />
+-</Project>
+\ No newline at end of file
++</Project>
diff --git a/debian/patches/series b/debian/patches/series
index fc3bef0..b439cbf 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,4 +1,4 @@
use_system_cecil.patch
use_bundled_ikvm_reflector.patch
load_assemblies_from_GAC.patch
-force_4.0_framework
+force_4.5_framework
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-cli-libs/packages/nrefactory.git
More information about the Pkg-cli-libs-commits
mailing list