[Pkg-cli-apps-commits] [SCM] basenji branch, master, updated. debian/0.8.0-3-6-gdf3499a

Patrick Ulbrich zulu99 at gmx.net
Sun Feb 19 13:58:11 UTC 2012


The following commit has been merged in the master branch:
commit df3499a97fe29c46725eaab19d83e897174936d2
Author: Patrick Ulbrich <zulu99 at gmx.net>
Date:   Sun Feb 19 14:58:06 2012 +0100

    updated use_mono-csc_compiler patch

diff --git a/debian/patches/use_mono-csc_compiler b/debian/patches/use_mono-csc_compiler
index 357b9ef..b059273 100644
--- a/debian/patches/use_mono-csc_compiler
+++ b/debian/patches/use_mono-csc_compiler
@@ -1,92 +1,52 @@
-Index: basenji_0.8.0/Basenji/Makefile
+Index: Basenji/Basenji/Makefile
 ===================================================================
---- basenji_0.8.0.orig/Basenji/Makefile	2011-10-09 15:15:52.618152548 +0200
-+++ basenji_0.8.0/Basenji/Makefile	2011-10-09 15:18:17.342486293 +0200
+--- basenji_0.9.0.orig/Basenji/Makefile	2012-02-19 14:46:44.204848506 +0100
++++ basenji_0.9.0/Basenji/Makefile	2012-02-19 14:48:01.648844836 +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:3 -optimize- -debug "-define:DEBUG"
  ASSEMBLY = bin/Debug/Basenji.exe
  ASSEMBLY_MDB = $(ASSEMBLY).mdb
-@@ -42,7 +42,7 @@
+@@ -38,7 +38,7 @@
  endif
  
  ifeq ($(CONFIG),RELEASE)
--ASSEMBLY_COMPILER_COMMAND = gmcs
+-ASSEMBLY_COMPILER_COMMAND = dmcs
 +ASSEMBLY_COMPILER_COMMAND = mono-csc
  ASSEMBLY_COMPILER_FLAGS =  -noconfig -codepage:utf8 -warn:3 -optimize+
  ASSEMBLY = bin/Release/Basenji.exe
  ASSEMBLY_MDB = 
-@@ -69,7 +69,7 @@
+@@ -62,7 +62,7 @@
  endif
  
  ifeq ($(CONFIG),GNOME_DEBUG)
--ASSEMBLY_COMPILER_COMMAND = gmcs
+-ASSEMBLY_COMPILER_COMMAND = dmcs
 +ASSEMBLY_COMPILER_COMMAND = mono-csc
  ASSEMBLY_COMPILER_FLAGS =  -noconfig -codepage:utf8 -warn:3 -optimize- -debug "-define:DEBUG"
  ASSEMBLY = bin/Debug/Basenji.exe
  ASSEMBLY_MDB = $(ASSEMBLY).mdb
-@@ -102,7 +102,7 @@
+@@ -91,7 +91,7 @@
  endif
  
  ifeq ($(CONFIG),GNOME_RELEASE)
--ASSEMBLY_COMPILER_COMMAND = gmcs
+-ASSEMBLY_COMPILER_COMMAND = dmcs
 +ASSEMBLY_COMPILER_COMMAND = mono-csc
  ASSEMBLY_COMPILER_FLAGS =  -noconfig -codepage:utf8 -warn:3 -optimize+
  ASSEMBLY = bin/Release/Basenji.exe
  ASSEMBLY_MDB = 
-Index: basenji_0.8.0/LibExtractor/Makefile
-===================================================================
---- basenji_0.8.0.orig/LibExtractor/Makefile	2011-10-09 15:16:05.040361212 +0200
-+++ basenji_0.8.0/LibExtractor/Makefile	2011-10-09 15:19:05.118364827 +0200
-@@ -9,7 +9,7 @@
- include $(top_srcdir)/config.make
- 
- ifeq ($(CONFIG),DEBUG)
--ASSEMBLY_COMPILER_COMMAND = gmcs
-+ASSEMBLY_COMPILER_COMMAND = mono-csc
- ASSEMBLY_COMPILER_FLAGS =  -noconfig -codepage:utf8 -warn:3 -optimize- -debug "-define:DEBUG"
- ASSEMBLY = bin/Debug/LibExtractor.dll
- ASSEMBLY_MDB = $(ASSEMBLY).mdb
-@@ -24,7 +24,7 @@
- endif
- 
- ifeq ($(CONFIG),RELEASE)
--ASSEMBLY_COMPILER_COMMAND = gmcs
-+ASSEMBLY_COMPILER_COMMAND = mono-csc
- ASSEMBLY_COMPILER_FLAGS =  -noconfig -codepage:utf8 -warn:3 -optimize+
- ASSEMBLY = bin/Release/LibExtractor.dll
- ASSEMBLY_MDB = 
-@@ -38,7 +38,7 @@
- endif
- 
- ifeq ($(CONFIG),GNOME_DEBUG)
--ASSEMBLY_COMPILER_COMMAND = gmcs
-+ASSEMBLY_COMPILER_COMMAND = mono-csc
- ASSEMBLY_COMPILER_FLAGS =  -noconfig -codepage:utf8 -warn:3 -optimize- -debug "-define:DEBUG"
- ASSEMBLY = bin/Debug/LibExtractor.dll
- ASSEMBLY_MDB = $(ASSEMBLY).mdb
-@@ -53,7 +53,7 @@
- endif
- 
- ifeq ($(CONFIG),GNOME_RELEASE)
--ASSEMBLY_COMPILER_COMMAND = gmcs
-+ASSEMBLY_COMPILER_COMMAND = mono-csc
- ASSEMBLY_COMPILER_FLAGS =  -noconfig -codepage:utf8 -warn:3 -optimize+
- ASSEMBLY = bin/Release/LibExtractor.dll
- ASSEMBLY_MDB = 
-Index: basenji_0.8.0/MusicBrainz/Makefile
+Index: Basenji/MusicBrainz/Makefile
 ===================================================================
---- basenji_0.8.0.orig/MusicBrainz/Makefile	2011-10-09 15:16:15.353515763 +0200
-+++ basenji_0.8.0/MusicBrainz/Makefile	2011-10-09 15:19:33.604602350 +0200
+--- basenji_0.9.0.orig/MusicBrainz/Makefile	2012-02-19 14:46:44.228848505 +0100
++++ basenji_0.9.0/MusicBrainz/Makefile	2012-02-19 14:48:16.800844118 +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 -unsafe -warn:4 -optimize- -debug "-define:DEBUG"
  ASSEMBLY = bin/Debug/MusicBrainz.dll
@@ -95,7 +55,7 @@ Index: basenji_0.8.0/MusicBrainz/Makefile
  endif
  
  ifeq ($(CONFIG),RELEASE)
--ASSEMBLY_COMPILER_COMMAND = gmcs
+-ASSEMBLY_COMPILER_COMMAND = dmcs
 +ASSEMBLY_COMPILER_COMMAND = mono-csc
  ASSEMBLY_COMPILER_FLAGS =  -noconfig -codepage:utf8 -unsafe -warn:4 -optimize+
  ASSEMBLY = bin/Release/MusicBrainz.dll
@@ -104,7 +64,7 @@ Index: basenji_0.8.0/MusicBrainz/Makefile
  endif
  
  ifeq ($(CONFIG),GNOME_DEBUG)
--ASSEMBLY_COMPILER_COMMAND = gmcs
+-ASSEMBLY_COMPILER_COMMAND = dmcs
 +ASSEMBLY_COMPILER_COMMAND = mono-csc
  ASSEMBLY_COMPILER_FLAGS =  -noconfig -codepage:utf8 -unsafe -warn:4 -optimize- -debug "-define:DEBUG"
  ASSEMBLY = bin/Debug/MusicBrainz.dll
@@ -113,20 +73,20 @@ Index: basenji_0.8.0/MusicBrainz/Makefile
  endif
  
  ifeq ($(CONFIG),GNOME_RELEASE)
--ASSEMBLY_COMPILER_COMMAND = gmcs
+-ASSEMBLY_COMPILER_COMMAND = dmcs
 +ASSEMBLY_COMPILER_COMMAND = mono-csc
  ASSEMBLY_COMPILER_FLAGS =  -noconfig -codepage:utf8 -unsafe -warn:4 -optimize+
  ASSEMBLY = bin/Release/MusicBrainz.dll
  ASSEMBLY_MDB = 
-Index: basenji_0.8.0/Platform.Common.DB/Makefile
+Index: Basenji/Platform.Common.DB/Makefile
 ===================================================================
---- basenji_0.8.0.orig/Platform.Common.DB/Makefile	2011-10-09 15:16:50.254959626 +0200
-+++ basenji_0.8.0/Platform.Common.DB/Makefile	2011-10-09 15:20:26.847213194 +0200
+--- basenji_0.9.0.orig/Platform.Common.DB/Makefile	2012-02-19 14:46:44.256848503 +0100
++++ basenji_0.9.0/Platform.Common.DB/Makefile	2012-02-19 14:48:52.860842409 +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:3 -optimize- -debug -define:DEBUG "-define:DEBUG,UNIX"
  ASSEMBLY = bin/Debug/Platform.Common.DB.dll
@@ -135,7 +95,7 @@ Index: basenji_0.8.0/Platform.Common.DB/Makefile
  endif
  
  ifeq ($(CONFIG),RELEASE)
--ASSEMBLY_COMPILER_COMMAND = gmcs
+-ASSEMBLY_COMPILER_COMMAND = dmcs
 +ASSEMBLY_COMPILER_COMMAND = mono-csc
  ASSEMBLY_COMPILER_FLAGS =  -noconfig -codepage:utf8 -warn:3 -optimize+ "-define:UNIX"
  ASSEMBLY = bin/Release/Platform.Common.DB.dll
@@ -144,7 +104,7 @@ Index: basenji_0.8.0/Platform.Common.DB/Makefile
  endif
  
  ifeq ($(CONFIG),GNOME_DEBUG)
--ASSEMBLY_COMPILER_COMMAND = gmcs
+-ASSEMBLY_COMPILER_COMMAND = dmcs
 +ASSEMBLY_COMPILER_COMMAND = mono-csc
  ASSEMBLY_COMPILER_FLAGS =  -noconfig -codepage:utf8 -warn:3 -optimize- -debug -define:DEBUG "-define:DEBUG,UNIX"
  ASSEMBLY = bin/Debug/Platform.Common.DB.dll
@@ -153,20 +113,20 @@ Index: basenji_0.8.0/Platform.Common.DB/Makefile
  endif
  
  ifeq ($(CONFIG),GNOME_RELEASE)
--ASSEMBLY_COMPILER_COMMAND = gmcs
+-ASSEMBLY_COMPILER_COMMAND = dmcs
 +ASSEMBLY_COMPILER_COMMAND = mono-csc
  ASSEMBLY_COMPILER_FLAGS =  -noconfig -codepage:utf8 -warn:3 -optimize+ "-define:UNIX"
  ASSEMBLY = bin/Release/Platform.Common.DB.dll
  ASSEMBLY_MDB = 
-Index: basenji_0.8.0/Platform/Makefile
+Index: Basenji/Platform/Makefile
 ===================================================================
---- basenji_0.8.0.orig/Platform/Makefile	2011-10-09 15:16:30.657164580 +0200
-+++ basenji_0.8.0/Platform/Makefile	2011-10-09 15:19:59.313451727 +0200
+--- basenji_0.9.0.orig/Platform/Makefile	2012-02-19 14:46:44.244848504 +0100
++++ basenji_0.9.0/Platform/Makefile	2012-02-19 14:48:31.464843424 +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:3 -optimize- -debug -define:DEBUG "-define:UNIX,DEBUG"
  ASSEMBLY = bin/Debug/Platform.dll
@@ -175,7 +135,7 @@ Index: basenji_0.8.0/Platform/Makefile
  endif
  
  ifeq ($(CONFIG),RELEASE)
--ASSEMBLY_COMPILER_COMMAND = gmcs
+-ASSEMBLY_COMPILER_COMMAND = dmcs
 +ASSEMBLY_COMPILER_COMMAND = mono-csc
  ASSEMBLY_COMPILER_FLAGS =  -noconfig -codepage:utf8 -warn:3 -optimize+ "-define:UNIX"
  ASSEMBLY = bin/Release/Platform.dll
@@ -184,7 +144,7 @@ Index: basenji_0.8.0/Platform/Makefile
  endif
  
  ifeq ($(CONFIG),GNOME_DEBUG)
--ASSEMBLY_COMPILER_COMMAND = gmcs
+-ASSEMBLY_COMPILER_COMMAND = dmcs
 +ASSEMBLY_COMPILER_COMMAND = mono-csc
  ASSEMBLY_COMPILER_FLAGS =  -noconfig -codepage:utf8 -warn:3 -optimize- -debug -define:DEBUG -pkg:gnome-sharp-2.0 -pkg:gio-sharp-2.0  "-define:UNIX,DEBUG,GNOME"
  ASSEMBLY = bin/Debug/Platform.dll
@@ -193,47 +153,47 @@ Index: basenji_0.8.0/Platform/Makefile
  endif
  
  ifeq ($(CONFIG),GNOME_RELEASE)
--ASSEMBLY_COMPILER_COMMAND = gmcs
+-ASSEMBLY_COMPILER_COMMAND = dmcs
 +ASSEMBLY_COMPILER_COMMAND = mono-csc
  ASSEMBLY_COMPILER_FLAGS =  -noconfig -codepage:utf8 -warn:3 -optimize+ -pkg:gnome-sharp-2.0 -pkg:gio-sharp-2.0  "-define:UNIX,GNOME"
  ASSEMBLY = bin/Release/Platform.dll
  ASSEMBLY_MDB = 
-Index: basenji_0.8.0/VolumeDB/Makefile
+Index: Basenji/VolumeDB/Makefile
 ===================================================================
---- basenji_0.8.0.orig/VolumeDB/Makefile	2011-10-09 15:17:00.123892154 +0200
-+++ basenji_0.8.0/VolumeDB/Makefile	2011-10-09 15:21:00.063814968 +0200
+--- basenji_0.9.0.orig/VolumeDB/Makefile	2012-02-19 14:46:44.268848503 +0100
++++ basenji_0.9.0/VolumeDB/Makefile	2012-02-19 14:49:04.040841880 +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:3 -optimize- -debug "-define:DEBUG"
  ASSEMBLY = bin/Debug/VolumeDB.dll
  ASSEMBLY_MDB = $(ASSEMBLY).mdb
-@@ -40,7 +40,7 @@
+@@ -35,7 +35,7 @@
  endif
  
  ifeq ($(CONFIG),RELEASE)
--ASSEMBLY_COMPILER_COMMAND = gmcs
+-ASSEMBLY_COMPILER_COMMAND = dmcs
 +ASSEMBLY_COMPILER_COMMAND = mono-csc
  ASSEMBLY_COMPILER_FLAGS =  -noconfig -codepage:utf8 -warn:3 -optimize+
  ASSEMBLY = bin/Release/VolumeDB.dll
  ASSEMBLY_MDB = 
-@@ -66,7 +66,7 @@
+@@ -57,7 +57,7 @@
  endif
  
  ifeq ($(CONFIG),GNOME_DEBUG)
--ASSEMBLY_COMPILER_COMMAND = gmcs
+-ASSEMBLY_COMPILER_COMMAND = dmcs
 +ASSEMBLY_COMPILER_COMMAND = mono-csc
  ASSEMBLY_COMPILER_FLAGS =  -noconfig -codepage:utf8 -warn:3 -optimize- -debug "-define:DEBUG"
  ASSEMBLY = bin/Debug/VolumeDB.dll
  ASSEMBLY_MDB = $(ASSEMBLY).mdb
-@@ -97,7 +97,7 @@
+@@ -83,7 +83,7 @@
  endif
  
  ifeq ($(CONFIG),GNOME_RELEASE)
--ASSEMBLY_COMPILER_COMMAND = gmcs
+-ASSEMBLY_COMPILER_COMMAND = dmcs
 +ASSEMBLY_COMPILER_COMMAND = mono-csc
  ASSEMBLY_COMPILER_FLAGS =  -noconfig -codepage:utf8 -warn:3 -optimize+
  ASSEMBLY = bin/Release/VolumeDB.dll

-- 
basenji



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