[Pkg-mono-svn-commits] [SCM] mono-uia-winforms branch, master, updated. debian/2.1-1

Jo Shields directhex at apebox.org
Tue Jan 24 20:20:27 UTC 2012


The following commit has been merged in the master branch:
commit 7ab4230ec75183a99ea612b119d0c0bac8ae16f1
Author: Jo Shields <directhex at apebox.org>
Date:   Tue Jan 24 19:55:23 2012 +0000

    Use compiler from GMCS configure variable, not hardcoded gmcs

diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..e875f62
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+use_compiler_specified_in_configure
diff --git a/debian/patches/use_compiler_specified_in_configure b/debian/patches/use_compiler_specified_in_configure
new file mode 100644
index 0000000..6d4dcec
--- /dev/null
+++ b/debian/patches/use_compiler_specified_in_configure
@@ -0,0 +1,44 @@
+Index: mono-uia-winforms.git/UIAutomationWinforms/Makefile.am
+===================================================================
+--- mono-uia-winforms.git.orig/UIAutomationWinforms/Makefile.am	2012-01-24 19:54:44.000000000 +0000
++++ mono-uia-winforms.git/UIAutomationWinforms/Makefile.am	2012-01-24 19:54:52.000000000 +0000
+@@ -4,7 +4,7 @@
+ # Warning: This is an automatically generated file, do not edit!
+ 
+ if ENABLE_DEBUG
+-ASSEMBLY_COMPILER_COMMAND = gmcs
++ASSEMBLY_COMPILER_COMMAND = $(GMCS)
+ ASSEMBLY_COMPILER_FLAGS = -noconfig -codepage:utf8 -warn:4 -warnaserror -optimize+ -debug "-define:DEBUG" -keyfile:$(top_srcdir)/mono-uia.snk
+ 
+ ASSEMBLY = bin/Debug/UIAutomationWinforms.dll
+@@ -19,7 +19,7 @@
+ endif
+ 
+ if ENABLE_RELEASE
+-ASSEMBLY_COMPILER_COMMAND = gmcs
++ASSEMBLY_COMPILER_COMMAND = $(GMCS)
+ ASSEMBLY_COMPILER_FLAGS = -keyfile:$(top_srcdir)/mono-uia.snk -noconfig -codepage:utf8 -warn:4 -warnaserror -optimize+
+ ASSEMBLY = bin/Release/UIAutomationWinforms.dll
+ ASSEMBLY_MDB = 
+Index: mono-uia-winforms.git/UIAutomationWinformsTests/Makefile.am
+===================================================================
+--- mono-uia-winforms.git.orig/UIAutomationWinformsTests/Makefile.am	2012-01-24 19:54:44.000000000 +0000
++++ mono-uia-winforms.git/UIAutomationWinformsTests/Makefile.am	2012-01-24 19:54:59.000000000 +0000
+@@ -4,7 +4,7 @@
+ # Warning: This is an automatically generated file, do not edit!
+ 
+ if ENABLE_DEBUG
+-ASSEMBLY_COMPILER_COMMAND = gmcs
++ASSEMBLY_COMPILER_COMMAND = $(GMCS)
+ ASSEMBLY_COMPILER_FLAGS = -keyfile:$(top_srcdir)/mono-uia.snk -noconfig -codepage:utf8 -warn:4 -warnaserror -optimize+ -debug "-define:DEBUG"
+ 
+ ASSEMBLY = bin/Debug/UIAutomationWinformsTests.dll
+@@ -23,7 +23,7 @@
+ endif
+ 
+ if ENABLE_RELEASE
+-ASSEMBLY_COMPILER_COMMAND = gmcs
++ASSEMBLY_COMPILER_COMMAND = $(GMCS)
+ ASSEMBLY_COMPILER_FLAGS = -keyfile:$(top_srcdir)/mono-uia.snk -noconfig -codepage:utf8 -warn:4 -warnaserror -optimize+
+ ASSEMBLY = bin/Release/UIAutomationWinformsTests.dll
+ ASSEMBLY_MDB = 

-- 
mono-uia-winforms



More information about the Pkg-mono-svn-commits mailing list