[Pkg-cli-apps-commits] [SCM] monobristol branch, master, updated. debian/0.40.5-2-10-g8bbbba1

Stefan Ebner sebner at ubuntu.com
Tue Jun 22 13:52:39 UTC 2010


The following commit has been merged in the master branch:
commit 8bbbba1e29b4d17296a10f274b2fdc180b7fb796
Author: Stefan Ebner <sebner at ubuntu.com>
Date:   Tue Jun 22 15:46:45 2010 +0200

    Fixed mono-csc patch

diff --git a/debian/patches/01_use_mono-csc b/debian/patches/01_use_mono-csc
index c9b51e0..7679ca8 100644
--- a/debian/patches/01_use_mono-csc
+++ b/debian/patches/01_use_mono-csc
@@ -1,5 +1,5 @@
---- monobristol-0.60.1.orig/configure.ac
-+++ monobristol-0.60.1/configure.ac
+--- monobristol.git.orig/configure.ac
++++ monobristol.git/configure.ac
 @@ -17,9 +17,9 @@
  
  AC_PROG_INSTALL
@@ -12,3 +12,23 @@
  fi
  
  
+--- monobristol.git.orig/monoBristol.make
++++ monobristol.git/monoBristol.make
+@@ -3,7 +3,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 -optimize+ -debug "-define:DEBUG"
+ ASSEMBLY = bin/Debug/monoBristol.exe
+ ASSEMBLY_MDB = $(ASSEMBLY).mdb
+@@ -17,7 +17,7 @@
+ endif
+ 
+ if ENABLE_RELEASE
+-ASSEMBLY_COMPILER_COMMAND = gmcs
++ASSEMBLY_COMPILER_COMMAND = @GMCS@
+ ASSEMBLY_COMPILER_FLAGS =  -noconfig -codepage:utf8 -warn:4 -optimize+
+ ASSEMBLY = bin/Release/monoBristol.exe
+ ASSEMBLY_MDB = 

-- 
monobristol



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