[Pkg-cli-libs-commits] [SCM] mono.reflection branch, master, updated. upstream/1.0+git20110407+d2343843-16-g6ff1499

Jo Shields directhex at apebox.org
Tue Aug 9 21:17:09 UTC 2011


The following commit has been merged in the master branch:
commit ac2fa92039161ad53ffc9c6b7a95e830cfe45097
Author: Jo Shields <directhex at apebox.org>
Date:   Tue Aug 9 21:54:21 2011 +0100

    Patch to not set a target framework version, so a rebuild on Mono 2.10
    will make a 4.0 library without further changes.

diff --git a/debian/patches/dont_set_target_framework.patch b/debian/patches/dont_set_target_framework.patch
new file mode 100644
index 0000000..d185f5b
--- /dev/null
+++ b/debian/patches/dont_set_target_framework.patch
@@ -0,0 +1,19 @@
+Index: mono.reflection/Mono.Reflection.csproj
+===================================================================
+--- mono.reflection.orig/Mono.Reflection.csproj	2011-08-09 21:53:57.000000000 +0100
++++ mono.reflection/Mono.Reflection.csproj	2011-08-09 21:54:02.000000000 +0100
+@@ -10,7 +10,6 @@
+     <AppDesignerFolder>Properties</AppDesignerFolder>
+     <RootNamespace>Mono.Reflection</RootNamespace>
+     <AssemblyName>Mono.Reflection</AssemblyName>
+-    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
+     <FileAlignment>512</FileAlignment>
+     <SignAssembly>true</SignAssembly>
+     <AssemblyOriginatorKeyFile>mono.snk</AssemblyOriginatorKeyFile>
+@@ -59,4 +58,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..0e77c2b
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+dont_set_target_framework.patch

-- 
mono.reflection



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