[Pkg-cli-apps-commits] [SCM] monodevelop-python branch, master-experimental, updated. debian/2.5.92-1

Jo Shields directhex at apebox.org
Tue Jun 28 18:28:48 UTC 2011


The following commit has been merged in the master-experimental branch:
commit 383162aaceb749985e5d35f951319164b32182bf
Author: Jo Shields <directhex at apebox.org>
Date:   Tue Jun 28 19:15:26 2011 +0100

    Refresh mono-csc patch.

diff --git a/debian/patches/use_csc_compiler.patch b/debian/patches/use_csc_compiler.patch
index f494390..27543f5 100644
--- a/debian/patches/use_csc_compiler.patch
+++ b/debian/patches/use_csc_compiler.patch
@@ -1,11 +1,12 @@
-diff -urNad monodevelop-python-0.2~/PyBinding/Makefile monodevelop-python-0.2/PyBinding/Makefile
---- monodevelop-python-0.2~/PyBinding/Makefile	2009-11-02 10:38:50.513596032 +0000
-+++ monodevelop-python-0.2/PyBinding/Makefile	2009-11-02 10:39:15.421100201 +0000
+Index: monodevelop-python/PyBinding/Makefile
+===================================================================
+--- monodevelop-python.orig/PyBinding/Makefile	2011-06-28 19:14:20.000000000 +0100
++++ monodevelop-python/PyBinding/Makefile	2011-06-28 19:14:53.000000000 +0100
 @@ -9,7 +9,7 @@
  include $(top_srcdir)/config.make
  
  ifeq ($(CONFIG),DEBUG)
--ASSEMBLY_COMPILER_COMMAND = gmcs
+-ASSEMBLY_COMPILER_COMMAND = dmcs
 +ASSEMBLY_COMPILER_COMMAND = mono-csc
  ASSEMBLY_COMPILER_FLAGS =  -noconfig -codepage:utf8 -warn:4 -optimize+ -debug "-define:DEBUG"
  ASSEMBLY = ../build/PyBinding.dll
@@ -14,7 +15,7 @@ diff -urNad monodevelop-python-0.2~/PyBinding/Makefile monodevelop-python-0.2/Py
  endif
  
  ifeq ($(CONFIG),RELEASE)
--ASSEMBLY_COMPILER_COMMAND = gmcs
+-ASSEMBLY_COMPILER_COMMAND = dmcs
 +ASSEMBLY_COMPILER_COMMAND = mono-csc
  ASSEMBLY_COMPILER_FLAGS =  -noconfig -codepage:utf8 -warn:4 -optimize+
  ASSEMBLY = ../build/PyBinding.dll

-- 
monodevelop-python



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