Package: mono-fuse
Version: 0.4.2+dfsg-2
Severity: normal
Tags: patch
User: debian-...@lists.debian.org
Usertags: mono-2.10-transition mono-2.10-transition-gmcs 
mono-2.10-transition-ftbs

The package mono-fuse does not build with mono 2.10 from experimental.
A build dependency on libglib2.0-dev is missing and it tries to use gmcs which 
is not the default compiler anymore.

Attached patch fixes the problem.
diff -Nru mono-fuse-0.4.2+dfsg/debian/control mono-fuse-0.4.2+dfsg/debian/control
--- mono-fuse-0.4.2+dfsg/debian/control	2010-01-07 12:11:16.000000000 +0100
+++ mono-fuse-0.4.2+dfsg/debian/control	2011-05-21 13:22:36.000000000 +0200
@@ -11,7 +11,8 @@
  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 -Nru mono-fuse-0.4.2+dfsg/debian/rules mono-fuse-0.4.2+dfsg/debian/rules
--- mono-fuse-0.4.2+dfsg/debian/rules	2010-01-07 12:11:16.000000000 +0100
+++ mono-fuse-0.4.2+dfsg/debian/rules	2011-05-21 13:21:21.000000000 +0200
@@ -19,7 +19,7 @@
 	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:

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to