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

Jo Shields directhex at apebox.org
Tue Jan 24 21:24:16 UTC 2012


The following commit has been merged in the master branch:
commit 7d964b0af2e6e85d9ccaf41ccd72863464125a64
Author: Jo Shields <directhex at apebox.org>
Date:   Tue Jan 24 20:56:49 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..6e5b228
--- /dev/null
+++ b/debian/patches/use_compiler_specified_in_configure
@@ -0,0 +1,59 @@
+Index: mono-uia-atkbridge.git/Test/AtkTest/Makefile.am
+===================================================================
+--- mono-uia-atkbridge.git.orig/Test/AtkTest/Makefile.am	2012-01-24 20:55:58.000000000 +0000
++++ mono-uia-atkbridge.git/Test/AtkTest/Makefile.am	2012-01-24 20:56:07.000000000 +0000
+@@ -1,6 +1,6 @@
+ ASSEMBLY_COMPILER_FLAGS = 
+ 
+-ASSEMBLY_COMPILER_COMMAND = gmcs
++ASSEMBLY_COMPILER_COMMAND = $(GMCS)
+ ASSEMBLY_COMPILER_FLAGS += -noconfig -codepage:utf8 -warn:4 -optimize+ -debug "-define:DEBUG" -keyfile:$(top_srcdir)/mono-uia.snk
+ 
+ ASSEMBLY = bin/AtkTest.dll
+Index: mono-uia-atkbridge.git/Test/GailTest/Makefile.am
+===================================================================
+--- mono-uia-atkbridge.git.orig/Test/GailTest/Makefile.am	2012-01-24 20:55:58.000000000 +0000
++++ mono-uia-atkbridge.git/Test/GailTest/Makefile.am	2012-01-24 20:56:29.000000000 +0000
+@@ -1,6 +1,6 @@
+ EXTRA_DIST =
+ 
+-ASSEMBLY_COMPILER_COMMAND = gmcs
++ASSEMBLY_COMPILER_COMMAND = $(GMCS)
+ ASSEMBLY_COMPILER_FLAGS = -noconfig -codepage:utf8 -warn:4 -optimize+ -debug "-define:DEBUG"
+ 
+ ASSEMBLY = bin/GailTest.dll
+Index: mono-uia-atkbridge.git/Test/GailTestApp/Makefile.am
+===================================================================
+--- mono-uia-atkbridge.git.orig/Test/GailTestApp/Makefile.am	2012-01-24 20:55:58.000000000 +0000
++++ mono-uia-atkbridge.git/Test/GailTestApp/Makefile.am	2012-01-24 20:56:21.000000000 +0000
+@@ -1,6 +1,6 @@
+ EXTRA_DIST =
+ 
+-ASSEMBLY_COMPILER_COMMAND = gmcs
++ASSEMBLY_COMPILER_COMMAND = $(GMCS)
+ ASSEMBLY_COMPILER_FLAGS = -noconfig -codepage:utf8 -warn:4 -optimize+ -debug "-define:DEBUG"
+ 
+ ASSEMBLY = bin/GailTestApp.exe
+Index: mono-uia-atkbridge.git/Test/UiaAtkBridgeTest/Makefile.am
+===================================================================
+--- mono-uia-atkbridge.git.orig/Test/UiaAtkBridgeTest/Makefile.am	2012-01-24 20:55:58.000000000 +0000
++++ mono-uia-atkbridge.git/Test/UiaAtkBridgeTest/Makefile.am	2012-01-24 20:56:14.000000000 +0000
+@@ -1,4 +1,4 @@
+-ASSEMBLY_COMPILER_COMMAND = gmcs
++ASSEMBLY_COMPILER_COMMAND = $(GMCS)
+ ASSEMBLY_COMPILER_FLAGS = -noconfig -codepage:utf8 -warn:4 -warnaserror -optimize+ -debug "-define:DEBUG"
+ 
+ ASSEMBLY = bin/UiaAtkBridgeTest.dll
+Index: mono-uia-atkbridge.git/UiaAtkBridge/Makefile.am
+===================================================================
+--- mono-uia-atkbridge.git.orig/UiaAtkBridge/Makefile.am	2012-01-24 20:55:58.000000000 +0000
++++ mono-uia-atkbridge.git/UiaAtkBridge/Makefile.am	2012-01-24 20:56:36.000000000 +0000
+@@ -1,7 +1,7 @@
+ 
+ EXTRA_DIST =  UiaAtkBridge.dll.config.in
+ 
+-ASSEMBLY_COMPILER_COMMAND = gmcs
++ASSEMBLY_COMPILER_COMMAND = $(GMCS)
+ ASSEMBLY_COMPILER_FLAGS = -noconfig -codepage:utf8 -warn:4 -optimize+ -debug "-define:DEBUG" -keyfile:$(top_srcdir)/mono-uia.snk -warnaserror
+ 
+ ASSEMBLY = bin/UiaAtkBridge.dll

-- 
mono-uia-atkbridge



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