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

Jo Shields directhex at apebox.org
Mon Jun 18 17:13:18 UTC 2012


The following commit has been merged in the master branch:
commit b29faee6d88d0ba0edf57e3e75c83ff6156b82ef
Author: Jo Shields <directhex at apebox.org>
Date:   Mon Jun 18 17:53:24 2012 +0100

    Patch build system to generate XML docs.

diff --git a/debian/patches/build_xml_documentation b/debian/patches/build_xml_documentation
new file mode 100644
index 0000000..022f4a3
--- /dev/null
+++ b/debian/patches/build_xml_documentation
@@ -0,0 +1,52 @@
+Index: monogame/MonoGame.Framework/MonoGame.Framework.Linux.csproj
+===================================================================
+--- monogame.orig/MonoGame.Framework/MonoGame.Framework.Linux.csproj	2012-06-18 17:56:55.473852517 +0100
++++ monogame/MonoGame.Framework/MonoGame.Framework.Linux.csproj	2012-06-18 17:56:58.009870653 +0100
+@@ -9,12 +9,13 @@
+     <OutputType>Library</OutputType>
+     <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' ">
+     <DebugSymbols>true</DebugSymbols>
+     <DebugType>full</DebugType>
++    <DocumentationFile>MonoGame.Framework.Linux.xml</DocumentationFile>
+     <Optimize>false</Optimize>
+     <OutputPath>bin\Debug</OutputPath>
+     <DefineConstants>DEBUG;LINUX</DefineConstants>
+Index: monogame/ThirdParty/Lidgren.Network/Lidgren.Network.Linux.csproj
+===================================================================
+--- monogame.orig/ThirdParty/Lidgren.Network/Lidgren.Network.Linux.csproj	2012-06-18 17:56:55.457852398 +0100
++++ monogame/ThirdParty/Lidgren.Network/Lidgren.Network.Linux.csproj	2012-06-18 17:57:07.133935918 +0100
+@@ -24,19 +24,19 @@
+     </FileUpgradeFlags>
+     <UpgradeBackupLocation>
+     </UpgradeBackupLocation>
+-    <OldToolsVersion>3.5</OldToolsVersion>
++    <OldToolsVersion>3.5</OldToolsVersion>
+     <ReleaseVersion>2.5.0.0</ReleaseVersion>
+     <SynchReleaseVersion>false</SynchReleaseVersion>
+   </PropertyGroup>
+   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
+     <DebugSymbols>true</DebugSymbols>
++    <DocumentationFile>Lidgren.Network.xml</DocumentationFile>
+     <DebugType>full</DebugType>
+     <Optimize>false</Optimize>
+     <OutputPath>bin\Debug\</OutputPath>
+     <DefineConstants>DEBUG;TRACE</DefineConstants>
+     <ErrorReport>prompt</ErrorReport>
+     <WarningLevel>4</WarningLevel>
+-    <DocumentationFile>bin\Debug\Lidgren.Network.XML</DocumentationFile>
+   </PropertyGroup>
+   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
+     <DebugType>pdbonly</DebugType>
+@@ -130,4 +130,4 @@
+   <Target Name="AfterBuild">
+   </Target>
+   -->
+-</Project>
+\ No newline at end of file
++</Project>
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..669214b
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+build_xml_documentation

-- 
monogame



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