[Pkg-cli-apps-commits] [SCM] gnome-rdp branch, master, updated. upstream/0.2.3-14-gd27f3b9

Julian Taylor jtaylor.debian at googlemail.com
Tue Jun 7 16:03:31 UTC 2011


The following commit has been merged in the master branch:
commit 60fd83c95309e589547fe55ed3f0a8847c03a0b8
Author: Julian Taylor <jtaylor.debian at googlemail.com>
Date:   Tue Jun 7 17:26:46 2011 +0200

    add patch to use default csharp compiler

diff --git a/debian/patches/series b/debian/patches/series
index e69de29..23652c3 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -0,0 +1 @@
+use_default_compiler.patch
diff --git a/debian/patches/use_default_compiler.patch b/debian/patches/use_default_compiler.patch
new file mode 100644
index 0000000..218b7c3
--- /dev/null
+++ b/debian/patches/use_default_compiler.patch
@@ -0,0 +1,38 @@
+Index: gnome-rdp/configure.ac
+===================================================================
+--- gnome-rdp.orig/configure.ac	2011-06-07 17:42:52.425590599 +0200
++++ gnome-rdp/configure.ac	2011-06-07 17:43:14.565590587 +0200
+@@ -19,9 +19,9 @@
+ 
+ AC_PROG_INSTALL
+ 
+-AC_PATH_PROG(GMCS, gmcs, no)
++AC_PATH_PROG(GMCS, mono-csc, no)
+ if test "x$GMCS" = "xno"; then
+-        AC_MSG_ERROR([gmcs Not found])
++        AC_MSG_ERROR([mono-csc Not found])
+ fi
+ 
+ 
+Index: gnome-rdp/gnome-rdp.make
+===================================================================
+--- gnome-rdp.orig/gnome-rdp.make	2011-06-07 17:43:20.215590583 +0200
++++ gnome-rdp/gnome-rdp.make	2011-06-07 17:43:31.505590577 +0200
+@@ -3,7 +3,7 @@
+ # Warning: This is an automatically generated file, do not edit!
+ 
+ if ENABLE_DEBUG
+-ASSEMBLY_COMPILER_COMMAND = gmcs
++ASSEMBLY_COMPILER_COMMAND = mono-csc
+ ASSEMBLY_COMPILER_FLAGS =  -noconfig -codepage:utf8 -warn:3 -optimize- -debug -define:DEBUG "-define:DEBUG, TRACE" "-main:GnomeRDP.Program"
+ ASSEMBLY = bin/Debug/gnome-rdp.exe
+ ASSEMBLY_MDB = $(ASSEMBLY).mdb
+@@ -17,7 +17,7 @@
+ endif
+ 
+ if ENABLE_RELEASE
+-ASSEMBLY_COMPILER_COMMAND = gmcs
++ASSEMBLY_COMPILER_COMMAND = mono-csc
+ ASSEMBLY_COMPILER_FLAGS =  -noconfig -codepage:utf8 -warn:4 -optimize- "-main:GnomeRDP.Program"
+ ASSEMBLY = bin/Release/gnome-rdp.exe
+ ASSEMBLY_MDB = 

-- 
gnome-rdp



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