[Pkg-mono-svn-commits] [SCM] mono branch, master, updated. debian/2.10.5-2-13-g55a1a20

Mirco Bauer meebey at meebey.net
Sun Feb 5 20:09:14 UTC 2012


The following commit has been merged in the master branch:
commit 03f503066d94ed12151a584564a8e652170a7918
Author: Mirco Bauer <meebey at meebey.net>
Date:   Sun Feb 5 19:20:22 2012 +0100

    Updated RUN_MONO variable for a 4.0 runtime

diff --git a/debian/rules b/debian/rules
index b584aab..be9cc24 100755
--- a/debian/rules
+++ b/debian/rules
@@ -15,7 +15,7 @@ UPVERSION = $(shell echo $(VERSION) | sed 's,-.*,,' | sed 's,+dfsg.*,,')
 NEXT_UPVERSION = $(shell perl -e '$$_=pop; s/(\d+)$$/$$1+1/e; print' $(UPVERSION))
 DEB_SOURCE_NAME = $(shell dpkg-parsechangelog -l$(DEBIAN_DIR)/changelog | grep ^Source | cut -d" " -f2)
 
-RUN_MONO = LD_LIBRARY_PATH=debian/tmp/usr/lib MONO_PATH=debian/tmp/usr/lib/mono/2.0 debian/tmp/usr/bin/mono
+RUN_MONO = LD_LIBRARY_PATH=debian/tmp/usr/lib MONO_PATH=debian/tmp/usr/lib/mono/4.0 debian/tmp/usr/bin/mono
 DH_INTERNAL_MONO_PARAM = --internal-mono
 ifeq ($(shell dpkg --compare-versions $$(dpkg-query -f '$${Version}' -W debhelper) lt 7.1; echo $$?), 0)
 	DH_INTERNAL_MONO_PARAM = internal-mono

-- 
mono



More information about the Pkg-mono-svn-commits mailing list