[Pkg-cli-libs-commits] [SCM] mono.reflection branch, master, updated. upstream/1.0+git20110407+d2343843-16-g6ff1499

Jo Shields directhex at apebox.org
Tue Aug 9 21:17:08 UTC 2011


The following commit has been merged in the master branch:
commit 6dc72460b343f6953c1d9f54a0c8a5ebc95dc7ea
Author: Jo Shields <directhex at apebox.org>
Date:   Tue Aug 9 21:52:30 2011 +0100

    Only build the csproj file with xbuild, not the whole solution, to avoid
    building the useless test suite.

diff --git a/debian/rules b/debian/rules
index ea3192b..ece55aa 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,7 +7,7 @@
 include /usr/share/cli-common/cli.make
 
 override_dh_auto_build:
-	xbuild
+	xbuild Mono.Reflection.csproj
 
 %:
 	dh $@

-- 
mono.reflection



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