[Pkg-cli-libs-commits] [SCM] opentk branch, master, updated. 331e9980b769c513c7261cfffa99a79281c8e196

Jo Shields directhex at apebox.org
Fri May 18 17:38:05 UTC 2012


The following commit has been merged in the master branch:
commit 267e409244e10e6f6bc67d56719ec1fbeddf30c6
Author: Jo Shields <directhex at apebox.org>
Date:   Fri May 18 17:28:14 2012 +0100

    Force a 4.0 build

diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..8d58306
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+update_targetframeworkversion_to_4.0
diff --git a/debian/patches/update_targetframeworkversion_to_4.0 b/debian/patches/update_targetframeworkversion_to_4.0
new file mode 100644
index 0000000..47e0ff1
--- /dev/null
+++ b/debian/patches/update_targetframeworkversion_to_4.0
@@ -0,0 +1,179 @@
+Index: opentk/Documentation/Build.Docs.csproj
+===================================================================
+--- opentk.orig/Documentation/Build.Docs.csproj	2012-05-18 16:42:01.455346603 +0100
++++ opentk/Documentation/Build.Docs.csproj	2012-05-18 17:23:59.828911054 +0100
+@@ -21,7 +21,7 @@
+     <LatexPath>$(OutputPath)\latex</LatexPath>
+     <HtmlPath>$(OutputPath)\html</HtmlPath>
+     <ProjectGuid>{650C6F3D-33B5-4216-9536-956AB42C0624}</ProjectGuid>
+-    <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
++    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
+     <TargetFrameworkProfile />
+   </PropertyGroup>
+   <ItemGroup>
+Index: opentk/Installers/Nsis/Build.Installer.Nsis.csproj
+===================================================================
+--- opentk.orig/Installers/Nsis/Build.Installer.Nsis.csproj	2012-05-18 16:42:01.531347076 +0100
++++ opentk/Installers/Nsis/Build.Installer.Nsis.csproj	2012-05-18 17:23:45.872789344 +0100
+@@ -16,7 +16,7 @@
+   </PropertyGroup>
+   <PropertyGroup>
+     <ProjectGuid>{ADC34399-7613-44D2-90B2-19250F06FE7A}</ProjectGuid>
+-    <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
++    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
+     <TargetFrameworkProfile />
+   </PropertyGroup>
+   <ItemGroup>
+Index: opentk/Installers/Zip/Build.Installer.Zip.csproj
+===================================================================
+--- opentk.orig/Installers/Zip/Build.Installer.Zip.csproj	2012-05-18 16:42:01.531347076 +0100
++++ opentk/Installers/Zip/Build.Installer.Zip.csproj	2012-05-18 17:23:51.424837763 +0100
+@@ -14,7 +14,7 @@
+   </PropertyGroup>
+   <PropertyGroup>
+     <ProjectGuid>{ADC34399-7613-44D2-90B2-19250F06FE7B}</ProjectGuid>
+-    <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
++    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
+     <TargetFrameworkProfile />
+     <InputPath>..\..\</InputPath>
+     <OutputPath>.\opentk\</OutputPath>
+Index: opentk/Source/Bind/Generator.Bind.csproj
+===================================================================
+--- opentk.orig/Source/Bind/Generator.Bind.csproj	2012-05-18 16:42:01.531347076 +0100
++++ opentk/Source/Bind/Generator.Bind.csproj	2012-05-18 17:22:58.940403421 +0100
+@@ -16,7 +16,7 @@
+     <DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>
+     <DefaultTargetSchema>IE50</DefaultTargetSchema>
+     <DelaySign>false</DelaySign>
+-    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
++    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
+     <OutputType>Exe</OutputType>
+     <AppDesignerFolder>
+     </AppDesignerFolder>
+@@ -950,4 +950,4 @@
+     <PostBuildEvent>
+     </PostBuildEvent>
+   </PropertyGroup>
+-</Project>
+\ No newline at end of file
++</Project>
+Index: opentk/Source/Build.UpdateVersion/Build.UpdateVersion.csproj
+===================================================================
+--- opentk.orig/Source/Build.UpdateVersion/Build.UpdateVersion.csproj	2012-05-18 16:42:01.575347349 +0100
++++ opentk/Source/Build.UpdateVersion/Build.UpdateVersion.csproj	2012-05-18 17:22:08.616044715 +0100
+@@ -25,7 +25,7 @@
+     <AssemblyName>Build.UpdateVersion</AssemblyName>
+     <RootNamespace>Build.UpdateVersion</RootNamespace>
+     <OutputType>Exe</OutputType>
+-    <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
++    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
+   </PropertyGroup>
+   <ItemGroup>
+     <Compile Include="Program.cs" />
+@@ -44,4 +44,4 @@
+     <Exec Command="$(OutputPath)\Build.UpdateVersion.exe" Condition="$(OS) == 'Windows_NT'" />
+     <Exec Command="mono $(OutputPath)\Build.UpdateVersion.exe" Condition="$(OS) != 'Windows_NT'" />
+   </Target>
+-</Project>
+\ No newline at end of file
++</Project>
+Index: opentk/Source/Compatibility/OpenTK.Compatibility.csproj
+===================================================================
+--- opentk.orig/Source/Compatibility/OpenTK.Compatibility.csproj	2012-05-18 16:42:01.615347597 +0100
++++ opentk/Source/Compatibility/OpenTK.Compatibility.csproj	2012-05-18 17:23:23.040590134 +0100
+@@ -14,7 +14,7 @@
+     <DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>
+     <DefaultTargetSchema>IE50</DefaultTargetSchema>
+     <DelaySign>false</DelaySign>
+-    <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
++    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
+     <OutputType>Library</OutputType>
+     <AppDesignerFolder>
+     </AppDesignerFolder>
+@@ -482,4 +482,4 @@
+     <PostBuildEvent>
+     </PostBuildEvent>
+   </PropertyGroup>
+-</Project>
+\ No newline at end of file
++</Project>
+Index: opentk/Source/Converter/Generator.Convert.csproj
+===================================================================
+--- opentk.orig/Source/Converter/Generator.Convert.csproj	2012-05-18 16:42:01.631347696 +0100
++++ opentk/Source/Converter/Generator.Convert.csproj	2012-05-18 17:23:40.172739622 +0100
+@@ -16,7 +16,7 @@
+     <DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>
+     <DefaultTargetSchema>IE50</DefaultTargetSchema>
+     <DelaySign>false</DelaySign>
+-    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
++    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
+     <OutputType>Exe</OutputType>
+     <AppDesignerFolder>
+     </AppDesignerFolder>
+@@ -189,4 +189,4 @@
+     <PostBuildEvent>
+     </PostBuildEvent>
+   </PropertyGroup>
+-</Project>
+\ No newline at end of file
++</Project>
+Index: opentk/Source/Examples/OpenTK.Examples.csproj
+===================================================================
+--- opentk.orig/Source/Examples/OpenTK.Examples.csproj	2012-05-18 16:42:01.651347819 +0100
++++ opentk/Source/Examples/OpenTK.Examples.csproj	2012-05-18 17:23:28.016633558 +0100
+@@ -15,7 +15,7 @@
+     <DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>
+     <DefaultTargetSchema>IE50</DefaultTargetSchema>
+     <DelaySign>false</DelaySign>
+-    <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
++    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
+     <OutputType>WinExe</OutputType>
+     <AppDesignerFolder>
+     </AppDesignerFolder>
+@@ -600,4 +600,4 @@
+     <PostBuildEvent>
+     </PostBuildEvent>
+   </PropertyGroup>
+-</Project>
+\ No newline at end of file
++</Project>
+Index: opentk/Source/GLControl/OpenTK.GLControl.csproj
+===================================================================
+--- opentk.orig/Source/GLControl/OpenTK.GLControl.csproj	2012-05-18 16:42:01.655347844 +0100
++++ opentk/Source/GLControl/OpenTK.GLControl.csproj	2012-05-18 17:23:33.660682808 +0100
+@@ -14,7 +14,7 @@
+     <DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>
+     <DefaultTargetSchema>IE50</DefaultTargetSchema>
+     <DelaySign>false</DelaySign>
+-    <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
++    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
+     <OutputType>Library</OutputType>
+     <AppDesignerFolder>
+     </AppDesignerFolder>
+@@ -173,4 +173,4 @@
+     <PostBuildEvent>
+     </PostBuildEvent>
+   </PropertyGroup>
+-</Project>
+\ No newline at end of file
++</Project>
+Index: opentk/Source/OpenTK/OpenTK.csproj
+===================================================================
+--- opentk.orig/Source/OpenTK/OpenTK.csproj	2012-05-18 16:42:01.683348019 +0100
++++ opentk/Source/OpenTK/OpenTK.csproj	2012-05-18 17:23:16.096529524 +0100
+@@ -14,7 +14,7 @@
+     <DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>
+     <DefaultTargetSchema>IE50</DefaultTargetSchema>
+     <DelaySign>false</DelaySign>
+-    <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
++    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
+     <OutputType>Library</OutputType>
+     <AppDesignerFolder>
+     </AppDesignerFolder>
+@@ -764,4 +764,4 @@
+     <PostBuildEvent>
+     </PostBuildEvent>
+   </PropertyGroup>
+-</Project>
+\ No newline at end of file
++</Project>

-- 
opentk



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