[Pkg-cli-apps-commits] [SCM] monodevelop-debugger-gdb branch, master, updated. debian/2.4-3

Jo Shields directhex at apebox.org
Wed Sep 15 11:05:13 UTC 2010


The following commit has been merged in the master branch:
commit 11f7c66317aad717b4d1228d927cef8f2a54d4fd
Author: Jo Shields <directhex at apebox.org>
Date:   Thu Jun 17 00:03:02 2010 +0100

    set CSC to mono-csc

diff --git a/debian/changelog b/debian/changelog
index 39e59cc..ddd2a93 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,7 @@ monodevelop-debugger-gdb (2.4-1) UNRELEASED; urgency=low
     + Bump build-dep to MonoDevelop 2.4
   * debian/rules:
     + Set MDVERSION to 2.4, for binary dependency
+    + Set CSC to mono-csc
   * debian/patches/use_csc_compiler.patch:
     + Delete, rendered obsolete upstream
 
diff --git a/debian/rules b/debian/rules
index 56670ad..5221e57 100755
--- a/debian/rules
+++ b/debian/rules
@@ -21,7 +21,7 @@ build: build-stamp
 build-stamp: $(QUILT_STAMPFN)
 	# poor man's configure
 	dh build --before dh_auto_configure
-	./configure --prefix=/usr 
+	./configure --prefix=/usr CSC=/usr/bin/mono-csc
 	dh build --after dh_auto_configure
 	touch build-stamp
 

-- 
monodevelop-debugger-gdb



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