[Pkg-cli-apps-commits] r4228 - in /packages/gnome-do-plugins/trunk/debian: changelog control patches/00list patches/02_ssh_respect_exec_arg.dpatch patches/03_buildsystem_respect_mcs.dpatch rules

raof-guest at users.alioth.debian.org raof-guest at users.alioth.debian.org
Fri Nov 28 06:11:55 UTC 2008


Author: raof-guest
Date: Fri Nov 28 06:11:55 2008
New Revision: 4228

URL: http://svn.debian.org/wsvn/pkg-cli-apps/?sc=1&rev=4228
Log:
debian/rules debian/control: Mono 2.0 transition
Add 03_buildsystem_respect_mcs patch to make buildsystem use $\(MCS\) rather than hardcoded gmcs
Really add 02_ssh_exec_args to 00list so it actually gets applied

Added:
    packages/gnome-do-plugins/trunk/debian/patches/03_buildsystem_respect_mcs.dpatch   (with props)
Modified:
    packages/gnome-do-plugins/trunk/debian/changelog
    packages/gnome-do-plugins/trunk/debian/control
    packages/gnome-do-plugins/trunk/debian/patches/00list
    packages/gnome-do-plugins/trunk/debian/patches/02_ssh_respect_exec_arg.dpatch
    packages/gnome-do-plugins/trunk/debian/rules

Modified: packages/gnome-do-plugins/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/gnome-do-plugins/trunk/debian/changelog?rev=4228&op=diff
==============================================================================
--- packages/gnome-do-plugins/trunk/debian/changelog (original)
+++ packages/gnome-do-plugins/trunk/debian/changelog Fri Nov 28 06:11:55 2008
@@ -7,6 +7,8 @@
     + Bump standards-version, adding a README.Source
     + Add conflicts for old Ubuntu packages.  Makes my Ubuntu job easier,
       and apparently some Debian users care too (closes: #486609)
+    + Mono 2.0 transition:
+      - B-D-I on mono-devel (>= 2.0) rather than mono-gmcs
   * debian/rules
     + Remove --disable-banshee and --disable-amarok from the configure flags.
       These plugins are no longer built upstream.
@@ -17,6 +19,8 @@
       copy back on clean.
     + Export a temporary XDG_CONFIG_HOME.  The build uses mdtool, which wants 
       to write to $XDG_CONFIG_HOME.
+    + Mono 2.0 transition:
+      - Call dh build with MCS=/usr/bin/csc
   * debian/patches/00_dfsg_autofoo
     + Remove the plugins that depend on the shipped binaries from the build
   * debian/patches/01_firefox_iceweasel_rename
@@ -25,13 +29,15 @@
     + Respect the terminal's "exec" arg set in gconf.  Patch by
       Philipp A. Hartmann.  The rest of the patch is superseded by the new
       upstream version.  (closes: #49777)
+  * debian/patches/03_buildsystem_respect_mcs
+    + Remove hardcoded gmcs compiler from *.am; replace with $(MCS)
   * debian/watch
     + Update for new upstream location, add version mangle for dfsg
   * debian/copyright
     + Refresh for new upstream version
     + Update to latest CopyrightFormat proposal
 
- -- Christopher James Halse Rogers <raof at ubuntu.com>  Thu, 28 Aug 2008 10:15:00 +1000
+ -- Christopher James Halse Rogers <raof at ubuntu.com>  Fri, 28 Nov 2008 16:59:36 +1100
 
 gnome-do-plugins (0.4.0-1) unstable; urgency=low
 

Modified: packages/gnome-do-plugins/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/gnome-do-plugins/trunk/debian/control?rev=4228&op=diff
==============================================================================
--- packages/gnome-do-plugins/trunk/debian/control (original)
+++ packages/gnome-do-plugins/trunk/debian/control Fri Nov 28 06:11:55 2008
@@ -7,7 +7,7 @@
   cli-common-dev (>= 0.5.7),
   dpatch
 Build-Depends-Indep: 
-  mono-gmcs (>= 1.1.8) | c-sharp-2.0-compiler,
+  mono-devel (>= 2.0)
   autotools-dev,
   automake,
   gnome-do (>= 0.6),

Modified: packages/gnome-do-plugins/trunk/debian/patches/00list
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/gnome-do-plugins/trunk/debian/patches/00list?rev=4228&op=diff
==============================================================================
--- packages/gnome-do-plugins/trunk/debian/patches/00list (original)
+++ packages/gnome-do-plugins/trunk/debian/patches/00list Fri Nov 28 06:11:55 2008
@@ -1,2 +1,4 @@
 00_dfsg_autofoo
 01_firefox_iceweasel_rename
+02_ssh_respect_exec_arg
+03_buildsystem_respect_mcs

Modified: packages/gnome-do-plugins/trunk/debian/patches/02_ssh_respect_exec_arg.dpatch
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/gnome-do-plugins/trunk/debian/patches/02_ssh_respect_exec_arg.dpatch?rev=4228&op=diff
==============================================================================
--- packages/gnome-do-plugins/trunk/debian/patches/02_ssh_respect_exec_arg.dpatch (original)
+++ packages/gnome-do-plugins/trunk/debian/patches/02_ssh_respect_exec_arg.dpatch Fri Nov 28 06:11:55 2008
@@ -11,8 +11,8 @@
 @DPATCH@
 
 diff -x debian -urNad gnome-do-plugins-0.4.0/SSH/SSHAction.cs gnome-do-plugins-0.4.0.new/SSH/SSHAction.cs
---- gnome-do-plugins-0.4.0/SSH/SSHAction.cs	2008-03-14 10:01:34.000000000 +0100
-+++ gnome-do-plugins-0.4.0.new/SSH/SSHAction.cs	2008-09-04 00:26:11.000000000 +0200
+--- gnome-do-plugins-0.4.0/SSH/src/SSHAction.cs	2008-03-14 10:01:34.000000000 +0100
++++ gnome-do-plugins-0.4.0.new/SSH/src/SSHAction.cs	2008-09-04 00:26:11.000000000 +0200
 @@ -68,7 +68,15 @@
  			catch {
  				exec = "gnome-terminal";

Added: packages/gnome-do-plugins/trunk/debian/patches/03_buildsystem_respect_mcs.dpatch
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/gnome-do-plugins/trunk/debian/patches/03_buildsystem_respect_mcs.dpatch?rev=4228&op=file
==============================================================================
--- packages/gnome-do-plugins/trunk/debian/patches/03_buildsystem_respect_mcs.dpatch (added)
+++ packages/gnome-do-plugins/trunk/debian/patches/03_buildsystem_respect_mcs.dpatch Fri Nov 28 06:11:55 2008
@@ -1,0 +1,763 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 03_buildsystem_respect_mcs.dpatch by Christopher James Halse Rogers <raof at ubuntu.com>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Buildsystem: use $(MCS) rather than hardcoding gmcs as the C# compiler
+
+ at DPATCH@
+diff -urNad gnome-do-plugins-0.6.0.1+dfsg~/Amarok/Makefile.am gnome-do-plugins-0.6.0.1+dfsg/Amarok/Makefile.am
+--- gnome-do-plugins-0.6.0.1+dfsg~/Amarok/Makefile.am	2008-08-24 18:40:56.000000000 +1000
++++ gnome-do-plugins-0.6.0.1+dfsg/Amarok/Makefile.am	2008-11-28 16:54:28.000000000 +1100
+@@ -4,7 +4,7 @@
+ 
+ 
+ if ENABLE_DEBUG
+-ASSEMBLY_COMPILER_COMMAND = gmcs
++ASSEMBLY_COMPILER_COMMAND = $(MCS)
+ ASSEMBLY_COMPILER_FLAGS =  -noconfig -codepage:utf8 -warn:4 -optimize+ -debug "-define:DEBUG"
+ 
+ ASSEMBLY = bin/Debug/Amarok.dll
+@@ -17,7 +17,7 @@
+ endif
+ 
+ if ENABLE_RELEASE
+-ASSEMBLY_COMPILER_COMMAND = gmcs
++ASSEMBLY_COMPILER_COMMAND = $(MCS)
+ ASSEMBLY_COMPILER_FLAGS =  -noconfig -codepage:utf8 -warn:4 -optimize+
+ ASSEMBLY = bin/Release/Amarok.dll
+ ASSEMBLY_MDB = 
+diff -urNad gnome-do-plugins-0.6.0.1+dfsg~/Archive/Makefile.am gnome-do-plugins-0.6.0.1+dfsg/Archive/Makefile.am
+--- gnome-do-plugins-0.6.0.1+dfsg~/Archive/Makefile.am	2008-08-24 18:40:56.000000000 +1000
++++ gnome-do-plugins-0.6.0.1+dfsg/Archive/Makefile.am	2008-11-28 16:54:28.000000000 +1100
+@@ -4,7 +4,7 @@
+ 
+ 
+ if ENABLE_DEBUG
+-ASSEMBLY_COMPILER_COMMAND = gmcs
++ASSEMBLY_COMPILER_COMMAND = $(MCS)
+ ASSEMBLY_COMPILER_FLAGS =  -noconfig -codepage:utf8 -warn:4 -optimize+ -debug "-define:DEBUG"
+ 
+ ASSEMBLY = bin/Debug/Archive.dll
+@@ -17,7 +17,7 @@
+ endif
+ 
+ if ENABLE_RELEASE
+-ASSEMBLY_COMPILER_COMMAND = gmcs
++ASSEMBLY_COMPILER_COMMAND = $(MCS)
+ ASSEMBLY_COMPILER_FLAGS =  -noconfig -codepage:utf8 -warn:4 -optimize+
+ ASSEMBLY = bin/Release/Archive.dll
+ ASSEMBLY_MDB = 
+diff -urNad gnome-do-plugins-0.6.0.1+dfsg~/Banshee/Makefile.am gnome-do-plugins-0.6.0.1+dfsg/Banshee/Makefile.am
+--- gnome-do-plugins-0.6.0.1+dfsg~/Banshee/Makefile.am	2008-08-24 18:40:56.000000000 +1000
++++ gnome-do-plugins-0.6.0.1+dfsg/Banshee/Makefile.am	2008-11-28 16:54:28.000000000 +1100
+@@ -4,7 +4,7 @@
+ 
+ 
+ if ENABLE_DEBUG
+-ASSEMBLY_COMPILER_COMMAND = gmcs
++ASSEMBLY_COMPILER_COMMAND = $(MCS)
+ ASSEMBLY_COMPILER_FLAGS =  -noconfig -codepage:utf8 -warn:4 -optimize+ -debug "-define:DEBUG"
+ 
+ ASSEMBLY = bin/Debug/Banshee.dll
+@@ -17,7 +17,7 @@
+ endif
+ 
+ if ENABLE_RELEASE
+-ASSEMBLY_COMPILER_COMMAND = gmcs
++ASSEMBLY_COMPILER_COMMAND = $(MCS)
+ ASSEMBLY_COMPILER_FLAGS =  -noconfig -codepage:utf8 -warn:4 -optimize+
+ ASSEMBLY = bin/Release/Banshee.dll
+ ASSEMBLY_MDB = 
+diff -urNad gnome-do-plugins-0.6.0.1+dfsg~/DiskMounter/Makefile.am gnome-do-plugins-0.6.0.1+dfsg/DiskMounter/Makefile.am
+--- gnome-do-plugins-0.6.0.1+dfsg~/DiskMounter/Makefile.am	2008-08-24 18:40:56.000000000 +1000
++++ gnome-do-plugins-0.6.0.1+dfsg/DiskMounter/Makefile.am	2008-11-28 16:54:29.000000000 +1100
+@@ -4,7 +4,7 @@
+ 
+ 
+ if ENABLE_DEBUG
+-ASSEMBLY_COMPILER_COMMAND = gmcs
++ASSEMBLY_COMPILER_COMMAND = $(MCS)
+ ASSEMBLY_COMPILER_FLAGS =  -noconfig -codepage:utf8 -warn:4 -optimize+ -debug "-define:DEBUG"
+ 
+ ASSEMBLY = bin/Debug/DiskMounter.dll
+@@ -18,7 +18,7 @@
+ endif
+ 
+ if ENABLE_RELEASE
+-ASSEMBLY_COMPILER_COMMAND = gmcs
++ASSEMBLY_COMPILER_COMMAND = $(MCS)
+ ASSEMBLY_COMPILER_FLAGS =  -noconfig -codepage:utf8 -warn:4 -optimize+
+ ASSEMBLY = bin/Release/DiskMounter.dll
+ ASSEMBLY_MDB = 
+diff -urNad gnome-do-plugins-0.6.0.1+dfsg~/Epiphany/Makefile.am gnome-do-plugins-0.6.0.1+dfsg/Epiphany/Makefile.am
+--- gnome-do-plugins-0.6.0.1+dfsg~/Epiphany/Makefile.am	2008-08-24 18:40:57.000000000 +1000
++++ gnome-do-plugins-0.6.0.1+dfsg/Epiphany/Makefile.am	2008-11-28 16:54:29.000000000 +1100
+@@ -4,7 +4,7 @@
+ 
+ 
+ if ENABLE_DEBUG
+-ASSEMBLY_COMPILER_COMMAND = gmcs
++ASSEMBLY_COMPILER_COMMAND = $(MCS)
+ ASSEMBLY_COMPILER_FLAGS =  -noconfig -codepage:utf8 -warn:4 -optimize+ -debug "-define:DEBUG"
+ 
+ ASSEMBLY = bin/Debug/Epiphany.dll
+@@ -17,7 +17,7 @@
+ endif
+ 
+ if ENABLE_RELEASE
+-ASSEMBLY_COMPILER_COMMAND = gmcs
++ASSEMBLY_COMPILER_COMMAND = $(MCS)
+ ASSEMBLY_COMPILER_FLAGS =  -noconfig -codepage:utf8 -warn:4 -optimize+
+ ASSEMBLY = bin/Release/Epiphany.dll
+ ASSEMBLY_MDB = 
+diff -urNad gnome-do-plugins-0.6.0.1+dfsg~/Evolution/Makefile.am gnome-do-plugins-0.6.0.1+dfsg/Evolution/Makefile.am
+--- gnome-do-plugins-0.6.0.1+dfsg~/Evolution/Makefile.am	2008-08-24 18:40:57.000000000 +1000
++++ gnome-do-plugins-0.6.0.1+dfsg/Evolution/Makefile.am	2008-11-28 16:54:29.000000000 +1100
+@@ -4,7 +4,7 @@
+ 
+ 
+ if ENABLE_DEBUG
+-ASSEMBLY_COMPILER_COMMAND = gmcs
++ASSEMBLY_COMPILER_COMMAND = $(MCS)
+ ASSEMBLY_COMPILER_FLAGS =  -noconfig -codepage:utf8 -warn:4 -optimize+ -debug "-define:DEBUG"
+ 
+ ASSEMBLY = bin/Debug/Evolution.dll
+@@ -17,7 +17,7 @@
+ endif
+ 
+ if ENABLE_RELEASE
+-ASSEMBLY_COMPILER_COMMAND = gmcs
++ASSEMBLY_COMPILER_COMMAND = $(MCS)
+ ASSEMBLY_COMPILER_FLAGS =  -noconfig -codepage:utf8 -warn:4 -optimize+
+ ASSEMBLY = bin/Release/Evolution.dll
+ ASSEMBLY_MDB = 
+diff -urNad gnome-do-plugins-0.6.0.1+dfsg~/File/Makefile.am gnome-do-plugins-0.6.0.1+dfsg/File/Makefile.am
+--- gnome-do-plugins-0.6.0.1+dfsg~/File/Makefile.am	2008-08-24 18:40:57.000000000 +1000
++++ gnome-do-plugins-0.6.0.1+dfsg/File/Makefile.am	2008-11-28 16:54:29.000000000 +1100
+@@ -4,7 +4,7 @@
+ 
+ 
+ if ENABLE_DEBUG
+-ASSEMBLY_COMPILER_COMMAND = gmcs
++ASSEMBLY_COMPILER_COMMAND = $(MCS)
+ ASSEMBLY_COMPILER_FLAGS =  -noconfig -codepage:utf8 -warn:4 -optimize+ -debug "-define:DEBUG"
+ 
+ ASSEMBLY = bin/Debug/File.dll
+@@ -17,7 +17,7 @@
+ endif
+ 
+ if ENABLE_RELEASE
+-ASSEMBLY_COMPILER_COMMAND = gmcs
++ASSEMBLY_COMPILER_COMMAND = $(MCS)
+ ASSEMBLY_COMPILER_FLAGS =  -noconfig -codepage:utf8 -warn:4 -optimize+
+ ASSEMBLY = bin/Release/File.dll
+ ASSEMBLY_MDB = 
+diff -urNad gnome-do-plugins-0.6.0.1+dfsg~/Firefox/Makefile.am gnome-do-plugins-0.6.0.1+dfsg/Firefox/Makefile.am
+--- gnome-do-plugins-0.6.0.1+dfsg~/Firefox/Makefile.am	2008-08-24 18:40:57.000000000 +1000
++++ gnome-do-plugins-0.6.0.1+dfsg/Firefox/Makefile.am	2008-11-28 16:54:29.000000000 +1100
+@@ -4,7 +4,7 @@
+ 
+ 
+ if ENABLE_DEBUG
+-ASSEMBLY_COMPILER_COMMAND = gmcs
++ASSEMBLY_COMPILER_COMMAND = $(MCS)
+ ASSEMBLY_COMPILER_FLAGS =  -noconfig -codepage:utf8 -warn:4 -optimize+ -debug "-define:DEBUG"
+ 
+ ASSEMBLY = bin/Debug/Firefox.dll
+@@ -17,7 +17,7 @@
+ endif
+ 
+ if ENABLE_RELEASE
+-ASSEMBLY_COMPILER_COMMAND = gmcs
++ASSEMBLY_COMPILER_COMMAND = $(MCS)
+ ASSEMBLY_COMPILER_FLAGS =  -noconfig -codepage:utf8 -warn:4 -optimize+
+ ASSEMBLY = bin/Release/Firefox.dll
+ ASSEMBLY_MDB = 
+diff -urNad gnome-do-plugins-0.6.0.1+dfsg~/Flickr/Makefile.am gnome-do-plugins-0.6.0.1+dfsg/Flickr/Makefile.am
+--- gnome-do-plugins-0.6.0.1+dfsg~/Flickr/Makefile.am	2008-08-24 18:40:57.000000000 +1000
++++ gnome-do-plugins-0.6.0.1+dfsg/Flickr/Makefile.am	2008-11-28 16:54:29.000000000 +1100
+@@ -4,7 +4,7 @@
+ 
+ 
+ if ENABLE_DEBUG
+-ASSEMBLY_COMPILER_COMMAND = gmcs
++ASSEMBLY_COMPILER_COMMAND = $(MCS)
+ ASSEMBLY_COMPILER_FLAGS =  -noconfig -codepage:utf8 -warn:4 -optimize+ -debug "-define:DEBUG"
+ 
+ ASSEMBLY = bin/Debug/Flickr.dll
+@@ -17,7 +17,7 @@
+ endif
+ 
+ if ENABLE_RELEASE
+-ASSEMBLY_COMPILER_COMMAND = gmcs
++ASSEMBLY_COMPILER_COMMAND = $(MCS)
+ ASSEMBLY_COMPILER_FLAGS =  -noconfig -codepage:utf8 -warn:4 -optimize+
+ ASSEMBLY = bin/Release/Flickr.dll
+ ASSEMBLY_MDB = 
+diff -urNad gnome-do-plugins-0.6.0.1+dfsg~/GCalendar/Makefile.am gnome-do-plugins-0.6.0.1+dfsg/GCalendar/Makefile.am
+--- gnome-do-plugins-0.6.0.1+dfsg~/GCalendar/Makefile.am	2008-08-24 18:40:57.000000000 +1000
++++ gnome-do-plugins-0.6.0.1+dfsg/GCalendar/Makefile.am	2008-11-28 16:54:29.000000000 +1100
+@@ -4,7 +4,7 @@
+ 
+ 
+ if ENABLE_DEBUG
+-ASSEMBLY_COMPILER_COMMAND = gmcs
++ASSEMBLY_COMPILER_COMMAND = $(MCS)
+ ASSEMBLY_COMPILER_FLAGS =  -noconfig -codepage:utf8 -warn:4 -optimize+ -debug "-define:DEBUG"
+ 
+ ASSEMBLY = bin/Debug/GCalendar.dll
+@@ -17,7 +17,7 @@
+ endif
+ 
+ if ENABLE_RELEASE
+-ASSEMBLY_COMPILER_COMMAND = gmcs
++ASSEMBLY_COMPILER_COMMAND = $(MCS)
+ ASSEMBLY_COMPILER_FLAGS =  -noconfig -codepage:utf8 -warn:4 -optimize+
+ ASSEMBLY = bin/Release/GCalendar.dll
+ ASSEMBLY_MDB = 
+diff -urNad gnome-do-plugins-0.6.0.1+dfsg~/GMailContacts/Makefile.am gnome-do-plugins-0.6.0.1+dfsg/GMailContacts/Makefile.am
+--- gnome-do-plugins-0.6.0.1+dfsg~/GMailContacts/Makefile.am	2008-08-24 18:40:57.000000000 +1000
++++ gnome-do-plugins-0.6.0.1+dfsg/GMailContacts/Makefile.am	2008-11-28 16:54:29.000000000 +1100
+@@ -4,7 +4,7 @@
+ 
+ 
+ if ENABLE_DEBUG
+-ASSEMBLY_COMPILER_COMMAND = gmcs
++ASSEMBLY_COMPILER_COMMAND = $(MCS)
+ ASSEMBLY_COMPILER_FLAGS =  -noconfig -codepage:utf8 -warn:4 -optimize+ -debug "-define:DEBUG"
+ 
+ ASSEMBLY = bin/Debug/GMailContacts.dll
+@@ -17,7 +17,7 @@
+ endif
+ 
+ if ENABLE_RELEASE
+-ASSEMBLY_COMPILER_COMMAND = gmcs
++ASSEMBLY_COMPILER_COMMAND = $(MCS)
+ ASSEMBLY_COMPILER_FLAGS =  -noconfig -codepage:utf8 -warn:4 -optimize+
+ ASSEMBLY = bin/Release/GMailContacts.dll
+ ASSEMBLY_MDB = 
+diff -urNad gnome-do-plugins-0.6.0.1+dfsg~/GNOME-Dictionary/Makefile.am gnome-do-plugins-0.6.0.1+dfsg/GNOME-Dictionary/Makefile.am
+--- gnome-do-plugins-0.6.0.1+dfsg~/GNOME-Dictionary/Makefile.am	2008-08-24 18:40:57.000000000 +1000
++++ gnome-do-plugins-0.6.0.1+dfsg/GNOME-Dictionary/Makefile.am	2008-11-28 16:54:29.000000000 +1100
+@@ -4,7 +4,7 @@
+ 
+ 
+ if ENABLE_DEBUG
+-ASSEMBLY_COMPILER_COMMAND = gmcs
++ASSEMBLY_COMPILER_COMMAND = $(MCS)
+ ASSEMBLY_COMPILER_FLAGS =  -noconfig -codepage:utf8 -warn:4 -optimize+ -debug "-define:DEBUG"
+ 
+ ASSEMBLY = bin/Debug/GNOME-Dictionary.dll
+@@ -17,7 +17,7 @@
+ endif
+ 
+ if ENABLE_RELEASE
+-ASSEMBLY_COMPILER_COMMAND = gmcs
++ASSEMBLY_COMPILER_COMMAND = $(MCS)
+ ASSEMBLY_COMPILER_FLAGS =  -noconfig -codepage:utf8 -warn:4 -optimize+
+ ASSEMBLY = bin/Release/GNOME-Dictionary.dll
+ ASSEMBLY_MDB = 
+diff -urNad gnome-do-plugins-0.6.0.1+dfsg~/GNOME-Screenshot/Makefile.am gnome-do-plugins-0.6.0.1+dfsg/GNOME-Screenshot/Makefile.am
+--- gnome-do-plugins-0.6.0.1+dfsg~/GNOME-Screenshot/Makefile.am	2008-08-24 18:40:57.000000000 +1000
++++ gnome-do-plugins-0.6.0.1+dfsg/GNOME-Screenshot/Makefile.am	2008-11-28 16:54:29.000000000 +1100
+@@ -4,7 +4,7 @@
+ 
+ 
+ if ENABLE_DEBUG
+-ASSEMBLY_COMPILER_COMMAND = gmcs
++ASSEMBLY_COMPILER_COMMAND = $(MCS)
+ ASSEMBLY_COMPILER_FLAGS =  -noconfig -codepage:utf8 -warn:4 -optimize+ -debug "-define:DEBUG"
+ 
+ ASSEMBLY = bin/Debug/GNOME-Screenshot.dll
+@@ -17,7 +17,7 @@
+ endif
+ 
+ if ENABLE_RELEASE
+-ASSEMBLY_COMPILER_COMMAND = gmcs
++ASSEMBLY_COMPILER_COMMAND = $(MCS)
+ ASSEMBLY_COMPILER_FLAGS =  -noconfig -codepage:utf8 -warn:4 -optimize+
+ ASSEMBLY = bin/Release/GNOME-Screenshot.dll
+ ASSEMBLY_MDB = 
+diff -urNad gnome-do-plugins-0.6.0.1+dfsg~/GNOME-Session/Makefile.am gnome-do-plugins-0.6.0.1+dfsg/GNOME-Session/Makefile.am
+--- gnome-do-plugins-0.6.0.1+dfsg~/GNOME-Session/Makefile.am	2008-08-24 18:40:58.000000000 +1000
++++ gnome-do-plugins-0.6.0.1+dfsg/GNOME-Session/Makefile.am	2008-11-28 16:54:29.000000000 +1100
+@@ -4,7 +4,7 @@
+ 
+ 
+ if ENABLE_DEBUG
+-ASSEMBLY_COMPILER_COMMAND = gmcs
++ASSEMBLY_COMPILER_COMMAND = $(MCS)
+ ASSEMBLY_COMPILER_FLAGS =  -noconfig -codepage:utf8 -warn:4 -optimize+ -debug "-define:DEBUG"
+ 
+ ASSEMBLY = bin/Debug/GNOME-Session.dll
+@@ -17,7 +17,7 @@
+ endif
+ 
+ if ENABLE_RELEASE
+-ASSEMBLY_COMPILER_COMMAND = gmcs
++ASSEMBLY_COMPILER_COMMAND = $(MCS)
+ ASSEMBLY_COMPILER_FLAGS =  -noconfig -codepage:utf8 -warn:4 -optimize+
+ ASSEMBLY = bin/Release/GNOME-Session.dll
+ ASSEMBLY_MDB = 
+diff -urNad gnome-do-plugins-0.6.0.1+dfsg~/GNOME-Terminal/Makefile.am gnome-do-plugins-0.6.0.1+dfsg/GNOME-Terminal/Makefile.am
+--- gnome-do-plugins-0.6.0.1+dfsg~/GNOME-Terminal/Makefile.am	2008-08-24 18:40:58.000000000 +1000
++++ gnome-do-plugins-0.6.0.1+dfsg/GNOME-Terminal/Makefile.am	2008-11-28 16:54:29.000000000 +1100
+@@ -4,7 +4,7 @@
+ 
+ 
+ if ENABLE_DEBUG
+-ASSEMBLY_COMPILER_COMMAND = gmcs
++ASSEMBLY_COMPILER_COMMAND = $(MCS)
+ ASSEMBLY_COMPILER_FLAGS =  -noconfig -codepage:utf8 -warn:4 -optimize+ -debug "-define:DEBUG"
+ 
+ ASSEMBLY = bin/Debug/GNOME-Terminal.dll
+@@ -17,7 +17,7 @@
+ endif
+ 
+ if ENABLE_RELEASE
+-ASSEMBLY_COMPILER_COMMAND = gmcs
++ASSEMBLY_COMPILER_COMMAND = $(MCS)
+ ASSEMBLY_COMPILER_FLAGS =  -noconfig -codepage:utf8 -warn:4 -optimize+
+ ASSEMBLY = bin/Release/GNOME-Terminal.dll
+ ASSEMBLY_MDB = 
+diff -urNad gnome-do-plugins-0.6.0.1+dfsg~/GoogleCalculator/Makefile.am gnome-do-plugins-0.6.0.1+dfsg/GoogleCalculator/Makefile.am
+--- gnome-do-plugins-0.6.0.1+dfsg~/GoogleCalculator/Makefile.am	2008-08-24 18:40:58.000000000 +1000
++++ gnome-do-plugins-0.6.0.1+dfsg/GoogleCalculator/Makefile.am	2008-11-28 16:54:29.000000000 +1100
+@@ -4,7 +4,7 @@
+ 
+ 
+ if ENABLE_DEBUG
+-ASSEMBLY_COMPILER_COMMAND = gmcs
++ASSEMBLY_COMPILER_COMMAND = $(MCS)
+ ASSEMBLY_COMPILER_FLAGS =  -noconfig -codepage:utf8 -warn:4 -optimize+ -debug "-define:DEBUG"
+ 
+ ASSEMBLY = bin/Debug/GoogleCalculator.dll
+@@ -17,7 +17,7 @@
+ endif
+ 
+ if ENABLE_RELEASE
+-ASSEMBLY_COMPILER_COMMAND = gmcs
++ASSEMBLY_COMPILER_COMMAND = $(MCS)
+ ASSEMBLY_COMPILER_FLAGS =  -noconfig -codepage:utf8 -warn:4 -optimize+
+ ASSEMBLY = bin/Release/GoogleCalculator.dll
+ ASSEMBLY_MDB = 
+diff -urNad gnome-do-plugins-0.6.0.1+dfsg~/GoogleMaps/Makefile.am gnome-do-plugins-0.6.0.1+dfsg/GoogleMaps/Makefile.am
+--- gnome-do-plugins-0.6.0.1+dfsg~/GoogleMaps/Makefile.am	2008-08-24 18:40:58.000000000 +1000
++++ gnome-do-plugins-0.6.0.1+dfsg/GoogleMaps/Makefile.am	2008-11-28 16:54:29.000000000 +1100
+@@ -4,7 +4,7 @@
+ 
+ 
+ if ENABLE_DEBUG
+-ASSEMBLY_COMPILER_COMMAND = gmcs
++ASSEMBLY_COMPILER_COMMAND = $(MCS)
+ ASSEMBLY_COMPILER_FLAGS =  -noconfig -codepage:utf8 -warn:4 -optimize+ -debug "-define:DEBUG"
+ 
+ ASSEMBLY = bin/Debug/GoogleMaps.dll
+@@ -17,7 +17,7 @@
+ endif
+ 
+ if ENABLE_RELEASE
+-ASSEMBLY_COMPILER_COMMAND = gmcs
++ASSEMBLY_COMPILER_COMMAND = $(MCS)
+ ASSEMBLY_COMPILER_FLAGS =  -noconfig -codepage:utf8 -warn:4 -optimize+
+ ASSEMBLY = bin/Release/GoogleMaps.dll
+ ASSEMBLY_MDB = 
+diff -urNad gnome-do-plugins-0.6.0.1+dfsg~/GoogleSearch/Makefile.am gnome-do-plugins-0.6.0.1+dfsg/GoogleSearch/Makefile.am
+--- gnome-do-plugins-0.6.0.1+dfsg~/GoogleSearch/Makefile.am	2008-08-24 18:40:58.000000000 +1000
++++ gnome-do-plugins-0.6.0.1+dfsg/GoogleSearch/Makefile.am	2008-11-28 16:54:29.000000000 +1100
+@@ -2,7 +2,7 @@
+ EXTRA_DIST =  
+ 
+ if ENABLE_DEBUG
+-ASSEMBLY_COMPILER_COMMAND = gmcs
++ASSEMBLY_COMPILER_COMMAND = $(MCS)
+ ASSEMBLY_COMPILER_FLAGS =  -noconfig -codepage:utf8 -warn:4 -optimize+ -debug "-define:DEBUG"
+ 
+ ASSEMBLY = bin/Debug/InlineGoogleSearch.dll
+@@ -15,7 +15,7 @@
+ endif
+ 
+ if ENABLE_RELEASE
+-ASSEMBLY_COMPILER_COMMAND = gmcs
++ASSEMBLY_COMPILER_COMMAND = $(MCS)
+ ASSEMBLY_COMPILER_FLAGS =  -noconfig -codepage:utf8 -warn:4 -optimize+
+ ASSEMBLY = bin/Release/InlineGoogleSearch.dll
+ ASSEMBLY_MDB = 
+diff -urNad gnome-do-plugins-0.6.0.1+dfsg~/Launchpad/Makefile.am gnome-do-plugins-0.6.0.1+dfsg/Launchpad/Makefile.am
+--- gnome-do-plugins-0.6.0.1+dfsg~/Launchpad/Makefile.am	2008-08-24 18:40:58.000000000 +1000
++++ gnome-do-plugins-0.6.0.1+dfsg/Launchpad/Makefile.am	2008-11-28 16:54:29.000000000 +1100
+@@ -4,7 +4,7 @@
+ 
+ 
+ if ENABLE_DEBUG
+-ASSEMBLY_COMPILER_COMMAND = gmcs
++ASSEMBLY_COMPILER_COMMAND = $(MCS)
+ ASSEMBLY_COMPILER_FLAGS =  -noconfig -codepage:utf8 -warn:4 -optimize+ -debug "-define:DEBUG"
+ 
+ ASSEMBLY = bin/Debug/Launchpad.dll
+@@ -17,7 +17,7 @@
+ endif
+ 
+ if ENABLE_RELEASE
+-ASSEMBLY_COMPILER_COMMAND = gmcs
++ASSEMBLY_COMPILER_COMMAND = $(MCS)
+ ASSEMBLY_COMPILER_FLAGS =  -noconfig -codepage:utf8 -warn:4 -optimize+
+ ASSEMBLY = bin/Release/Launchpad.dll
+ ASSEMBLY_MDB = 
+diff -urNad gnome-do-plugins-0.6.0.1+dfsg~/LocateFiles/Makefile.am gnome-do-plugins-0.6.0.1+dfsg/LocateFiles/Makefile.am
+--- gnome-do-plugins-0.6.0.1+dfsg~/LocateFiles/Makefile.am	2008-08-24 18:40:58.000000000 +1000
++++ gnome-do-plugins-0.6.0.1+dfsg/LocateFiles/Makefile.am	2008-11-28 16:54:29.000000000 +1100
+@@ -4,7 +4,7 @@
+ 
+ 
+ if ENABLE_DEBUG
+-ASSEMBLY_COMPILER_COMMAND = gmcs
++ASSEMBLY_COMPILER_COMMAND = $(MCS)
+ ASSEMBLY_COMPILER_FLAGS =  -noconfig -codepage:utf8 -warn:4 -optimize+ -debug "-define:DEBUG"
+ 
+ ASSEMBLY = bin/Debug/LocateFiles.dll
+@@ -17,7 +17,7 @@
+ endif
+ 
+ if ENABLE_RELEASE
+-ASSEMBLY_COMPILER_COMMAND = gmcs
++ASSEMBLY_COMPILER_COMMAND = $(MCS)
+ ASSEMBLY_COMPILER_FLAGS =  -noconfig -codepage:utf8 -warn:4 -optimize+
+ ASSEMBLY = bin/Release/LocateFiles.dll
+ ASSEMBLY_MDB = 
+diff -urNad gnome-do-plugins-0.6.0.1+dfsg~/OpenSearch/Makefile.am gnome-do-plugins-0.6.0.1+dfsg/OpenSearch/Makefile.am
+--- gnome-do-plugins-0.6.0.1+dfsg~/OpenSearch/Makefile.am	2008-08-24 18:40:58.000000000 +1000
++++ gnome-do-plugins-0.6.0.1+dfsg/OpenSearch/Makefile.am	2008-11-28 16:54:29.000000000 +1100
+@@ -4,7 +4,7 @@
+ 
+ 
+ if ENABLE_DEBUG
+-ASSEMBLY_COMPILER_COMMAND = gmcs
++ASSEMBLY_COMPILER_COMMAND = $(MCS)
+ ASSEMBLY_COMPILER_FLAGS =  -noconfig -codepage:utf8 -warn:4 -optimize+ -debug "-define:DEBUG"
+ 
+ ASSEMBLY = bin/Debug/OpenSearch.dll
+@@ -17,7 +17,7 @@
+ endif
+ 
+ if ENABLE_RELEASE
+-ASSEMBLY_COMPILER_COMMAND = gmcs
++ASSEMBLY_COMPILER_COMMAND = $(MCS)
+ ASSEMBLY_COMPILER_FLAGS =  -noconfig -codepage:utf8 -warn:4 -optimize+
+ ASSEMBLY = bin/Release/OpenSearch.dll
+ ASSEMBLY_MDB = 
+diff -urNad gnome-do-plugins-0.6.0.1+dfsg~/Pastebin/Makefile.am gnome-do-plugins-0.6.0.1+dfsg/Pastebin/Makefile.am
+--- gnome-do-plugins-0.6.0.1+dfsg~/Pastebin/Makefile.am	2008-08-24 18:40:59.000000000 +1000
++++ gnome-do-plugins-0.6.0.1+dfsg/Pastebin/Makefile.am	2008-11-28 16:54:29.000000000 +1100
+@@ -2,7 +2,7 @@
+ EXTRA_DIST =  
+ 
+ if ENABLE_DEBUG
+-ASSEMBLY_COMPILER_COMMAND = gmcs
++ASSEMBLY_COMPILER_COMMAND = $(MCS)
+ ASSEMBLY_COMPILER_FLAGS =  -noconfig -codepage:utf8 -warn:4 -optimize+ -debug "-define:DEBUG"
+ 
+ ASSEMBLY = bin/Debug/Pastebin.dll
+@@ -15,7 +15,7 @@
+ endif
+ 
+ if ENABLE_RELEASE
+-ASSEMBLY_COMPILER_COMMAND = gmcs
++ASSEMBLY_COMPILER_COMMAND = $(MCS)
+ ASSEMBLY_COMPILER_FLAGS =  -noconfig -codepage:utf8 -warn:4 -optimize+
+ ASSEMBLY = bin/Release/Pastebin.dll
+ ASSEMBLY_MDB = 
+diff -urNad gnome-do-plugins-0.6.0.1+dfsg~/Pidgin/Makefile.am gnome-do-plugins-0.6.0.1+dfsg/Pidgin/Makefile.am
+--- gnome-do-plugins-0.6.0.1+dfsg~/Pidgin/Makefile.am	2008-08-24 18:40:59.000000000 +1000
++++ gnome-do-plugins-0.6.0.1+dfsg/Pidgin/Makefile.am	2008-11-28 16:54:29.000000000 +1100
+@@ -4,7 +4,7 @@
+ 
+ 
+ if ENABLE_DEBUG
+-ASSEMBLY_COMPILER_COMMAND = gmcs
++ASSEMBLY_COMPILER_COMMAND = $(MCS)
+ ASSEMBLY_COMPILER_FLAGS =  -noconfig -codepage:utf8 -warn:4 -optimize+ -debug "-define:DEBUG"
+ 
+ ASSEMBLY = bin/Debug/Pidgin.dll
+@@ -17,7 +17,7 @@
+ endif
+ 
+ if ENABLE_RELEASE
+-ASSEMBLY_COMPILER_COMMAND = gmcs
++ASSEMBLY_COMPILER_COMMAND = $(MCS)
+ ASSEMBLY_COMPILER_FLAGS =  -noconfig -codepage:utf8 -warn:4 -optimize+
+ ASSEMBLY = bin/Release/Pidgin.dll
+ ASSEMBLY_MDB = 
+diff -urNad gnome-do-plugins-0.6.0.1+dfsg~/RSS/Makefile.am gnome-do-plugins-0.6.0.1+dfsg/RSS/Makefile.am
+--- gnome-do-plugins-0.6.0.1+dfsg~/RSS/Makefile.am	2008-08-24 18:40:59.000000000 +1000
++++ gnome-do-plugins-0.6.0.1+dfsg/RSS/Makefile.am	2008-11-28 16:54:29.000000000 +1100
+@@ -4,7 +4,7 @@
+ 
+ 
+ if ENABLE_DEBUG
+-ASSEMBLY_COMPILER_COMMAND = gmcs
++ASSEMBLY_COMPILER_COMMAND = $(MCS)
+ ASSEMBLY_COMPILER_FLAGS =  -noconfig -codepage:utf8 -warn:4 -optimize+ -debug "-define:DEBUG"
+ 
+ ASSEMBLY = bin/Debug/RSS.dll
+@@ -17,7 +17,7 @@
+ endif
+ 
+ if ENABLE_RELEASE
+-ASSEMBLY_COMPILER_COMMAND = gmcs
++ASSEMBLY_COMPILER_COMMAND = $(MCS)
+ ASSEMBLY_COMPILER_FLAGS =  -noconfig -codepage:utf8 -warn:4 -optimize+
+ ASSEMBLY = bin/Release/RSS.dll
+ ASSEMBLY_MDB = 
+diff -urNad gnome-do-plugins-0.6.0.1+dfsg~/Rhythmbox/Makefile.am gnome-do-plugins-0.6.0.1+dfsg/Rhythmbox/Makefile.am
+--- gnome-do-plugins-0.6.0.1+dfsg~/Rhythmbox/Makefile.am	2008-08-24 18:40:59.000000000 +1000
++++ gnome-do-plugins-0.6.0.1+dfsg/Rhythmbox/Makefile.am	2008-11-28 16:54:29.000000000 +1100
+@@ -4,7 +4,7 @@
+ 
+ 
+ if ENABLE_DEBUG
+-ASSEMBLY_COMPILER_COMMAND = gmcs
++ASSEMBLY_COMPILER_COMMAND = $(MCS)
+ ASSEMBLY_COMPILER_FLAGS =  -noconfig -codepage:utf8 -warn:4 -optimize+ -debug "-define:DEBUG"
+ 
+ ASSEMBLY = bin/Debug/Rhythmbox.dll
+@@ -17,7 +17,7 @@
+ endif
+ 
+ if ENABLE_RELEASE
+-ASSEMBLY_COMPILER_COMMAND = gmcs
++ASSEMBLY_COMPILER_COMMAND = $(MCS)
+ ASSEMBLY_COMPILER_FLAGS =  -noconfig -codepage:utf8 -warn:4 -optimize+
+ ASSEMBLY = bin/Release/Rhythmbox.dll
+ ASSEMBLY_MDB = 
+diff -urNad gnome-do-plugins-0.6.0.1+dfsg~/Riptide/Makefile.am gnome-do-plugins-0.6.0.1+dfsg/Riptide/Makefile.am
+--- gnome-do-plugins-0.6.0.1+dfsg~/Riptide/Makefile.am	2008-08-24 18:40:59.000000000 +1000
++++ gnome-do-plugins-0.6.0.1+dfsg/Riptide/Makefile.am	2008-11-28 16:54:29.000000000 +1100
+@@ -4,7 +4,7 @@
+ 
+ 
+ if ENABLE_DEBUG
+-ASSEMBLY_COMPILER_COMMAND = gmcs
++ASSEMBLY_COMPILER_COMMAND = $(MCS)
+ ASSEMBLY_COMPILER_FLAGS =  -noconfig -codepage:utf8 -warn:4 -optimize+ -debug "-define:DEBUG"
+ 
+ ASSEMBLY = bin/Debug/Riptide.dll
+@@ -17,7 +17,7 @@
+ endif
+ 
+ if ENABLE_RELEASE
+-ASSEMBLY_COMPILER_COMMAND = gmcs
++ASSEMBLY_COMPILER_COMMAND = $(MCS)
+ ASSEMBLY_COMPILER_FLAGS =  -noconfig -codepage:utf8 -warn:4 -optimize+
+ ASSEMBLY = bin/Release/Riptide.dll
+ ASSEMBLY_MDB = 
+diff -urNad gnome-do-plugins-0.6.0.1+dfsg~/SSH/Makefile.am gnome-do-plugins-0.6.0.1+dfsg/SSH/Makefile.am
+--- gnome-do-plugins-0.6.0.1+dfsg~/SSH/Makefile.am	2008-08-24 18:40:59.000000000 +1000
++++ gnome-do-plugins-0.6.0.1+dfsg/SSH/Makefile.am	2008-11-28 16:54:29.000000000 +1100
+@@ -4,7 +4,7 @@
+ 
+ 
+ if ENABLE_DEBUG
+-ASSEMBLY_COMPILER_COMMAND = gmcs
++ASSEMBLY_COMPILER_COMMAND = $(MCS)
+ ASSEMBLY_COMPILER_FLAGS =  -noconfig -codepage:utf8 -warn:4 -optimize+ -debug "-define:DEBUG"
+ 
+ ASSEMBLY = bin/Debug/SSH.dll
+@@ -17,7 +17,7 @@
+ endif
+ 
+ if ENABLE_RELEASE
+-ASSEMBLY_COMPILER_COMMAND = gmcs
++ASSEMBLY_COMPILER_COMMAND = $(MCS)
+ ASSEMBLY_COMPILER_FLAGS =  -noconfig -codepage:utf8 -warn:4 -optimize+
+ ASSEMBLY = bin/Release/SSH.dll
+ ASSEMBLY_MDB = 
+diff -urNad gnome-do-plugins-0.6.0.1+dfsg~/Shelf/Makefile.am gnome-do-plugins-0.6.0.1+dfsg/Shelf/Makefile.am
+--- gnome-do-plugins-0.6.0.1+dfsg~/Shelf/Makefile.am	2008-08-24 18:40:59.000000000 +1000
++++ gnome-do-plugins-0.6.0.1+dfsg/Shelf/Makefile.am	2008-11-28 16:54:29.000000000 +1100
+@@ -4,7 +4,7 @@
+ 
+ 
+ if ENABLE_DEBUG
+-ASSEMBLY_COMPILER_COMMAND = gmcs
++ASSEMBLY_COMPILER_COMMAND = $(MCS)
+ ASSEMBLY_COMPILER_FLAGS =  -noconfig -codepage:utf8 -warn:4 -optimize+ -debug "-define:DEBUG"
+ 
+ ASSEMBLY = bin/Debug/Shelf.dll
+@@ -17,7 +17,7 @@
+ endif
+ 
+ if ENABLE_RELEASE
+-ASSEMBLY_COMPILER_COMMAND = gmcs
++ASSEMBLY_COMPILER_COMMAND = $(MCS)
+ ASSEMBLY_COMPILER_FLAGS =  -noconfig -codepage:utf8 -warn:4 -optimize+
+ ASSEMBLY = bin/Release/Shelf.dll
+ ASSEMBLY_MDB = 
+diff -urNad gnome-do-plugins-0.6.0.1+dfsg~/Tasque/Makefile.am gnome-do-plugins-0.6.0.1+dfsg/Tasque/Makefile.am
+--- gnome-do-plugins-0.6.0.1+dfsg~/Tasque/Makefile.am	2008-08-24 18:40:59.000000000 +1000
++++ gnome-do-plugins-0.6.0.1+dfsg/Tasque/Makefile.am	2008-11-28 16:54:29.000000000 +1100
+@@ -4,7 +4,7 @@
+ 
+ 
+ if ENABLE_DEBUG
+-ASSEMBLY_COMPILER_COMMAND = gmcs
++ASSEMBLY_COMPILER_COMMAND = $(MCS)
+ ASSEMBLY_COMPILER_FLAGS =  -noconfig -codepage:utf8 -warn:4 -optimize+ -debug "-define:DEBUG"
+ 
+ ASSEMBLY = bin/Debug/Tasque.dll
+@@ -17,7 +17,7 @@
+ endif
+ 
+ if ENABLE_RELEASE
+-ASSEMBLY_COMPILER_COMMAND = gmcs
++ASSEMBLY_COMPILER_COMMAND = $(MCS)
+ ASSEMBLY_COMPILER_FLAGS =  -noconfig -codepage:utf8 -warn:4 -optimize+
+ ASSEMBLY = bin/Release/Tasque.dll
+ ASSEMBLY_MDB = 
+diff -urNad gnome-do-plugins-0.6.0.1+dfsg~/Text/Makefile.am gnome-do-plugins-0.6.0.1+dfsg/Text/Makefile.am
+--- gnome-do-plugins-0.6.0.1+dfsg~/Text/Makefile.am	2008-08-24 18:41:00.000000000 +1000
++++ gnome-do-plugins-0.6.0.1+dfsg/Text/Makefile.am	2008-11-28 16:54:29.000000000 +1100
+@@ -4,7 +4,7 @@
+ 
+ 
+ if ENABLE_DEBUG
+-ASSEMBLY_COMPILER_COMMAND = gmcs
++ASSEMBLY_COMPILER_COMMAND = $(MCS)
+ ASSEMBLY_COMPILER_FLAGS =  -noconfig -codepage:utf8 -warn:4 -optimize+ -debug "-define:DEBUG"
+ 
+ ASSEMBLY = bin/Debug/Text.dll
+@@ -17,7 +17,7 @@
+ endif
+ 
+ if ENABLE_RELEASE
+-ASSEMBLY_COMPILER_COMMAND = gmcs
++ASSEMBLY_COMPILER_COMMAND = $(MCS)
+ ASSEMBLY_COMPILER_FLAGS =  -noconfig -codepage:utf8 -warn:4 -optimize+
+ ASSEMBLY = bin/Release/Text.dll
+ ASSEMBLY_MDB = 
+diff -urNad gnome-do-plugins-0.6.0.1+dfsg~/Tomboy/Makefile.am gnome-do-plugins-0.6.0.1+dfsg/Tomboy/Makefile.am
+--- gnome-do-plugins-0.6.0.1+dfsg~/Tomboy/Makefile.am	2008-08-24 18:41:00.000000000 +1000
++++ gnome-do-plugins-0.6.0.1+dfsg/Tomboy/Makefile.am	2008-11-28 16:54:29.000000000 +1100
+@@ -4,7 +4,7 @@
+ 
+ 
+ if ENABLE_DEBUG
+-ASSEMBLY_COMPILER_COMMAND = gmcs
++ASSEMBLY_COMPILER_COMMAND = $(MCS)
+ ASSEMBLY_COMPILER_FLAGS =  -noconfig -codepage:utf8 -warn:4 -optimize+ -debug "-define:DEBUG"
+ 
+ ASSEMBLY = bin/Debug/Tomboy.dll
+@@ -17,7 +17,7 @@
+ endif
+ 
+ if ENABLE_RELEASE
+-ASSEMBLY_COMPILER_COMMAND = gmcs
++ASSEMBLY_COMPILER_COMMAND = $(MCS)
+ ASSEMBLY_COMPILER_FLAGS =  -noconfig -codepage:utf8 -warn:4 -optimize+
+ ASSEMBLY = bin/Release/Tomboy.dll
+ ASSEMBLY_MDB = 
+diff -urNad gnome-do-plugins-0.6.0.1+dfsg~/Twitter/Makefile.am gnome-do-plugins-0.6.0.1+dfsg/Twitter/Makefile.am
+--- gnome-do-plugins-0.6.0.1+dfsg~/Twitter/Makefile.am	2008-08-24 18:41:00.000000000 +1000
++++ gnome-do-plugins-0.6.0.1+dfsg/Twitter/Makefile.am	2008-11-28 16:54:29.000000000 +1100
+@@ -4,7 +4,7 @@
+ 
+ 
+ if ENABLE_DEBUG
+-ASSEMBLY_COMPILER_COMMAND = gmcs
++ASSEMBLY_COMPILER_COMMAND = $(MCS)
+ ASSEMBLY_COMPILER_FLAGS =  -noconfig -codepage:utf8 -warn:4 -optimize+ -debug "-define:DEBUG"
+ 
+ ASSEMBLY = bin/Debug/Twitter.dll
+@@ -17,7 +17,7 @@
+ endif
+ 
+ if ENABLE_RELEASE
+-ASSEMBLY_COMPILER_COMMAND = gmcs
++ASSEMBLY_COMPILER_COMMAND = $(MCS)
+ ASSEMBLY_COMPILER_FLAGS =  -noconfig -codepage:utf8 -warn:4 -optimize+
+ ASSEMBLY = bin/Release/Twitter.dll
+ ASSEMBLY_MDB = 
+diff -urNad gnome-do-plugins-0.6.0.1+dfsg~/Vinagre/Makefile.am gnome-do-plugins-0.6.0.1+dfsg/Vinagre/Makefile.am
+--- gnome-do-plugins-0.6.0.1+dfsg~/Vinagre/Makefile.am	2008-08-24 18:41:00.000000000 +1000
++++ gnome-do-plugins-0.6.0.1+dfsg/Vinagre/Makefile.am	2008-11-28 16:54:29.000000000 +1100
+@@ -4,7 +4,7 @@
+ 
+ 
+ if ENABLE_DEBUG
+-ASSEMBLY_COMPILER_COMMAND = gmcs
++ASSEMBLY_COMPILER_COMMAND = $(MCS)
+ ASSEMBLY_COMPILER_FLAGS =  -noconfig -codepage:utf8 -warn:4 -optimize+ -debug "-define:DEBUG"
+ 
+ ASSEMBLY = bin/Debug/Vinagre.dll
+@@ -17,7 +17,7 @@
+ endif
+ 
+ if ENABLE_RELEASE
+-ASSEMBLY_COMPILER_COMMAND = gmcs
++ASSEMBLY_COMPILER_COMMAND = $(MCS)
+ ASSEMBLY_COMPILER_FLAGS =  -noconfig -codepage:utf8 -warn:4 -optimize+
+ ASSEMBLY = bin/Release/Vinagre.dll
+ ASSEMBLY_MDB = 
+diff -urNad gnome-do-plugins-0.6.0.1+dfsg~/VolumeControl/Makefile.am gnome-do-plugins-0.6.0.1+dfsg/VolumeControl/Makefile.am
+--- gnome-do-plugins-0.6.0.1+dfsg~/VolumeControl/Makefile.am	2008-08-24 18:41:00.000000000 +1000
++++ gnome-do-plugins-0.6.0.1+dfsg/VolumeControl/Makefile.am	2008-11-28 16:54:29.000000000 +1100
+@@ -4,7 +4,7 @@
+ 
+ 
+ if ENABLE_DEBUG
+-ASSEMBLY_COMPILER_COMMAND = gmcs
++ASSEMBLY_COMPILER_COMMAND = $(MCS)
+ ASSEMBLY_COMPILER_FLAGS =  -noconfig -codepage:utf8 -warn:4 -optimize+ -debug "-define:DEBUG"
+ 
+ ASSEMBLY = bin/Debug/VolumeControl.dll
+@@ -17,7 +17,7 @@
+ endif
+ 
+ if ENABLE_RELEASE
+-ASSEMBLY_COMPILER_COMMAND = gmcs
++ASSEMBLY_COMPILER_COMMAND = $(MCS)
+ ASSEMBLY_COMPILER_FLAGS =  -noconfig -codepage:utf8 -warn:4 -optimize+
+ ASSEMBLY = bin/Release/VolumeControl.dll
+ ASSEMBLY_MDB = 
+diff -urNad gnome-do-plugins-0.6.0.1+dfsg~/WindowManager/Makefile.am gnome-do-plugins-0.6.0.1+dfsg/WindowManager/Makefile.am
+--- gnome-do-plugins-0.6.0.1+dfsg~/WindowManager/Makefile.am	2008-08-24 18:41:00.000000000 +1000
++++ gnome-do-plugins-0.6.0.1+dfsg/WindowManager/Makefile.am	2008-11-28 16:54:29.000000000 +1100
+@@ -4,7 +4,7 @@
+ 
+ 
+ if ENABLE_DEBUG
+-ASSEMBLY_COMPILER_COMMAND = gmcs
++ASSEMBLY_COMPILER_COMMAND = $(MCS)
+ ASSEMBLY_COMPILER_FLAGS =  -noconfig -codepage:utf8 -warn:4 -optimize+ -debug "-define:DEBUG"
+ 
+ ASSEMBLY = bin/Debug/WindowManager.dll
+@@ -17,7 +17,7 @@
+ endif
+ 
+ if ENABLE_RELEASE
+-ASSEMBLY_COMPILER_COMMAND = gmcs
++ASSEMBLY_COMPILER_COMMAND = $(MCS)
+ ASSEMBLY_COMPILER_FLAGS =  -noconfig -codepage:utf8 -warn:4 -optimize+
+ ASSEMBLY = bin/Release/WindowManager.dll
+ ASSEMBLY_MDB = 
+diff -urNad gnome-do-plugins-0.6.0.1+dfsg~/del.icio.us/Makefile.am gnome-do-plugins-0.6.0.1+dfsg/del.icio.us/Makefile.am
+--- gnome-do-plugins-0.6.0.1+dfsg~/del.icio.us/Makefile.am	2008-08-24 18:41:00.000000000 +1000
++++ gnome-do-plugins-0.6.0.1+dfsg/del.icio.us/Makefile.am	2008-11-28 16:54:28.000000000 +1100
+@@ -1,7 +1,7 @@
+ EXTRA_DIST =  
+ 
+ if ENABLE_DEBUG
+-ASSEMBLY_COMPILER_COMMAND = gmcs
++ASSEMBLY_COMPILER_COMMAND = $(MCS)
+ ASSEMBLY_COMPILER_FLAGS =  -noconfig -codepage:utf8 -warn:4 -optimize+ -debug "-define:DEBUG"
+ 
+ ASSEMBLY = bin/Debug/del.icio.us.dll
+@@ -14,7 +14,7 @@
+ endif
+ 
+ if ENABLE_RELEASE
+-ASSEMBLY_COMPILER_COMMAND = gmcs
++ASSEMBLY_COMPILER_COMMAND = $(MCS)
+ ASSEMBLY_COMPILER_FLAGS =  -noconfig -codepage:utf8 -warn:4 -optimize+
+ ASSEMBLY = bin/Release/del.icio.us.dll
+ ASSEMBLY_MDB = 

Propchange: packages/gnome-do-plugins/trunk/debian/patches/03_buildsystem_respect_mcs.dpatch
------------------------------------------------------------------------------
    svn:executable = *

Modified: packages/gnome-do-plugins/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/gnome-do-plugins/trunk/debian/rules?rev=4228&op=diff
==============================================================================
--- packages/gnome-do-plugins/trunk/debian/rules (original)
+++ packages/gnome-do-plugins/trunk/debian/rules Fri Nov 28 06:11:55 2008
@@ -23,7 +23,7 @@
 	mv $(basename $@) $@
 
 build: configure
-	dh $@
+	MCS=/usr/bin/csc dh $@
 
 clean: realclean unpatch
 	[ -f configure.upstream ] && mv configure.upstream configure || true




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