[Pkg-cli-apps-commits] [SCM] pinta branch, master, updated. debian/0.7-1-21-gd3e08c4

Iain Lane laney at ubuntu.com
Thu Apr 28 23:23:53 UTC 2011


The following commit has been merged in the master branch:
commit 1d5523d1f8d9ab841adeec8c11dab96dc4470f72
Author: Iain Lane <laney at ubuntu.com>
Date:   Wed Apr 27 10:10:45 2011 +0100

    Add new patch to set TargetFrameworkVersion to 4.0

diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..fcf6834
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+targetframeworkversion-4.0
diff --git a/debian/patches/targetframeworkversion-4.0 b/debian/patches/targetframeworkversion-4.0
new file mode 100644
index 0000000..51971d8
--- /dev/null
+++ b/debian/patches/targetframeworkversion-4.0
@@ -0,0 +1,91 @@
+Index: pinta.git/Pinta.Core/Pinta.Core.csproj
+===================================================================
+--- pinta.git.orig/Pinta.Core/Pinta.Core.csproj	2011-04-27 10:10:17.582761957 +0100
++++ pinta.git/Pinta.Core/Pinta.Core.csproj	2011-04-27 10:09:50.803802723 +0100
+@@ -9,7 +9,7 @@
+     <OutputType>Library</OutputType>
+     <RootNamespace>Pinta.Core</RootNamespace>
+     <AssemblyName>Pinta.Core</AssemblyName>
+-    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
++    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
+     <CodePage>65001</CodePage>
+     <FileUpgradeFlags>
+     </FileUpgradeFlags>
+Index: pinta.git/Pinta.Effects/Pinta.Effects.csproj
+===================================================================
+--- pinta.git.orig/Pinta.Effects/Pinta.Effects.csproj	2011-04-27 10:10:14.152895261 +0100
++++ pinta.git/Pinta.Effects/Pinta.Effects.csproj	2011-04-27 10:09:50.813802334 +0100
+@@ -10,7 +10,7 @@
+     <AppDesignerFolder>Properties</AppDesignerFolder>
+     <RootNamespace>Pinta.Effects</RootNamespace>
+     <AssemblyName>Pinta.Effects</AssemblyName>
+-    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
++    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
+     <FileAlignment>512</FileAlignment>
+     <FileUpgradeFlags>
+     </FileUpgradeFlags>
+Index: pinta.git/Pinta.Gui.Widgets/Pinta.Gui.Widgets.csproj
+===================================================================
+--- pinta.git.orig/Pinta.Gui.Widgets/Pinta.Gui.Widgets.csproj	2011-04-27 10:10:14.412885156 +0100
++++ pinta.git/Pinta.Gui.Widgets/Pinta.Gui.Widgets.csproj	2011-04-27 10:09:50.843801168 +0100
+@@ -9,7 +9,7 @@
+     <OutputType>Library</OutputType>
+     <RootNamespace>Pinta.Gui.Widgets</RootNamespace>
+     <AssemblyName>Pinta.Gui.Widgets</AssemblyName>
+-    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
++    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
+     <CodePage>65001</CodePage>
+     <FileUpgradeFlags>
+     </FileUpgradeFlags>
+Index: pinta.git/Pinta/Pinta.csproj
+===================================================================
+--- pinta.git.orig/Pinta/Pinta.csproj	2011-04-27 10:10:18.582723093 +0100
++++ pinta.git/Pinta/Pinta.csproj	2011-04-27 10:09:50.793803112 +0100
+@@ -9,7 +9,7 @@
+     <OutputType>WinExe</OutputType>
+     <RootNamespace>Pinta</RootNamespace>
+     <AssemblyName>Pinta</AssemblyName>
+-    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
++    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
+     <CodePage>65001</CodePage>
+     <StartupObject>
+     </StartupObject>
+Index: pinta.git/Pinta.Resources/Pinta.Resources.csproj
+===================================================================
+--- pinta.git.orig/Pinta.Resources/Pinta.Resources.csproj	2011-04-27 10:10:17.812753019 +0100
++++ pinta.git/Pinta.Resources/Pinta.Resources.csproj	2011-04-27 10:09:50.853800780 +0100
+@@ -9,7 +9,7 @@
+     <OutputType>Library</OutputType>
+     <RootNamespace>Pinta.Resources</RootNamespace>
+     <AssemblyName>Pinta.Resources</AssemblyName>
+-    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
++    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
+     <CodePage>65001</CodePage>
+     <FileUpgradeFlags>
+     </FileUpgradeFlags>
+Index: pinta.git/Pinta.Tools/Pinta.Tools.csproj
+===================================================================
+--- pinta.git.orig/Pinta.Tools/Pinta.Tools.csproj	2011-04-27 10:10:14.622876995 +0100
++++ pinta.git/Pinta.Tools/Pinta.Tools.csproj	2011-04-27 10:09:50.863800392 +0100
+@@ -10,7 +10,7 @@
+     <AppDesignerFolder>Properties</AppDesignerFolder>
+     <RootNamespace>Pinta.Tools</RootNamespace>
+     <AssemblyName>Pinta.Tools</AssemblyName>
+-    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
++    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
+     <FileAlignment>512</FileAlignment>
+     <FileUpgradeFlags>
+     </FileUpgradeFlags>
+Index: pinta.git/System.ComponentModel.Composition/System.ComponentModel.Composition.csproj
+===================================================================
+--- pinta.git.orig/System.ComponentModel.Composition/System.ComponentModel.Composition.csproj	2011-04-27 10:10:18.502726202 +0100
++++ pinta.git/System.ComponentModel.Composition/System.ComponentModel.Composition.csproj	2011-04-27 10:09:50.863800392 +0100
+@@ -9,7 +9,7 @@
+     <OutputType>Library</OutputType>
+     <RootNamespace>Microsoft.Internal</RootNamespace>
+     <AssemblyName>System.ComponentModel.Composition</AssemblyName>
+-    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
++    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
+     <NoStdLib>true</NoStdLib>
+   </PropertyGroup>
+   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">

-- 
pinta



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