[Pkg-cli-libs-commits] [SCM] monogame branch, master, updated. upstream/2.5.1+dfsg-25-g3a2dc0a

Jo Shields directhex at apebox.org
Mon Jun 18 19:07:43 UTC 2012


The following commit has been merged in the master branch:
commit 628843916ab7fe12e8a8288d5152c3b6c094134b
Author: Jo Shields <directhex at apebox.org>
Date:   Mon Jun 18 19:59:26 2012 +0100

    Force UTF-8 build to work around errors building on C locale.

diff --git a/debian/patches/force_unicode_build b/debian/patches/force_unicode_build
new file mode 100644
index 0000000..226e33f
--- /dev/null
+++ b/debian/patches/force_unicode_build
@@ -0,0 +1,16 @@
+Index: monogame/MonoGame.Framework/MonoGame.Framework.Linux.csproj
+===================================================================
+--- monogame.orig/MonoGame.Framework/MonoGame.Framework.Linux.csproj	2012-06-18 18:07:24.000000000 +0100
++++ monogame/MonoGame.Framework/MonoGame.Framework.Linux.csproj	2012-06-18 19:59:05.653337514 +0100
+@@ -7,9 +7,10 @@
+     <SchemaVersion>2.0</SchemaVersion>
+     <ProjectGuid>{35253CE1-C864-4CD3-8249-4D1319748E8F}</ProjectGuid>
+     <OutputType>Library</OutputType>
++    <CodePage>65001</CodePage>
+     <RootNamespace>MonoGame.Framework.Linux</RootNamespace>
+     <AssemblyName>MonoGame.Framework.Linux</AssemblyName>
+-    <ReleaseVersion>2.5.0.0</ReleaseVersion>
++    <ReleaseVersion>2.5.0.0</ReleaseVersion>
+     <SynchReleaseVersion>false</SynchReleaseVersion>
+   </PropertyGroup>
+   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
diff --git a/debian/patches/series b/debian/patches/series
index 669214b..9604f07 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
+force_unicode_build
 build_xml_documentation

-- 
monogame



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