[Pkg-cli-libs-commits] [SCM] mono-fuse branch, master, updated. debian/0.4.2+dfsg-2-1-g5ffad20

Julian Taylor jtaylor.debian at googlemail.com
Mon May 30 20:01:19 UTC 2011


The following commit has been merged in the master branch:
commit 5ffad20030c540d060ce1d472a6801b05d1b95a0
Author: Julian Taylor <jtaylor.debian at googlemail.com>
Date:   Mon May 30 21:48:18 2011 +0200

    fix build for mono 2.10. Closes: #627512
    
    add build dependency on libglib2.0-dev
    set autoconf MCS variable to mono-csc

diff --git a/debian/control b/debian/control
index 7660139..73d7afa 100644
--- a/debian/control
+++ b/debian/control
@@ -11,7 +11,8 @@ Build-Depends: debhelper (>= 7.0.50~),
  mono-devel (>= 2.4.2.3),
  mono-tools-devel,
  monodoc-base,
- libfuse-dev
+ libfuse-dev,
+ libglib2.0-dev
 Standards-Version: 3.8.3
 Homepage: http://www.jprl.com/Projects/mono-fuse/
 Vcs-Git: git://git.debian.org/git/pkg-cli-libs/packages/mono-fuse.git
diff --git a/debian/rules b/debian/rules
index 8387ba5..345c523 100755
--- a/debian/rules
+++ b/debian/rules
@@ -19,7 +19,7 @@ include /usr/share/cli-common/cli.make
 	dh $@
 
 override_dh_auto_configure: autoreconf-stamp
-	dh_auto_configure -- CSC=/usr/bin/mono-csc
+	dh_auto_configure -- CSC=/usr/bin/mono-csc MCS=/usr/bin/mono-csc
 
 autoreconf: autoreconf-stamp
 autoreconf-stamp:

-- 
mono-fuse



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