Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu lucid ubuntu-patch



*** /tmp/tmpv3NyfD
In Ubuntu, we've applied the attached patch to achieve the following:

  * Fix FTBFS on Lucid. (LP: #565542)
   - debian/control:
    + Ensure minimum mono-devel version is 2.4.2
    + Build depend on libglib2.0-cil-dev, libgtk2.0-cil-dev,
      and libndesk-dbus-glib1.0-cil-dev.
   - debian/rules: Set compiler to mono-csc for Mono 2.4.2 transition.

We thought you might be interested in doing the same. 


-- System Information:
Debian Release: squeeze/sid
  APT prefers lucid-updates
  APT policy: (500, 'lucid-updates'), (500, 'lucid-security'), (500, 
'lucid-backports'), (500, 'lucid')
Architecture: i386 (i686)

Kernel: Linux 2.6.32-21-generic (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -u beagle-xesam-0.2/debian/changelog beagle-xesam-0.2/debian/changelog
diff -u beagle-xesam-0.2/debian/rules beagle-xesam-0.2/debian/rules
--- beagle-xesam-0.2/debian/rules
+++ beagle-xesam-0.2/debian/rules
@@ -26,7 +26,7 @@
 configure-stamp: patch
 	dh_testdir
 	
-	CFLAGS="$(CFLAGS)" MCS=/usr/bin/csc ./configure --host=$(DEB_HOST_GNU_TYPE) \
+	CFLAGS="$(CFLAGS)" MCS=/usr/bin/mono-csc ./configure --host=$(DEB_HOST_GNU_TYPE) \
 		--build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man
 
 	touch configure-stamp
diff -u beagle-xesam-0.2/debian/control beagle-xesam-0.2/debian/control
--- beagle-xesam-0.2/debian/control
+++ beagle-xesam-0.2/debian/control
@@ -6,11 +6,12 @@
 Build-Depends: debhelper (>= 5.0.37.2), dpatch
 Build-Depends-Indep: cli-common-dev (>= 0.5.4),
  intltool,
- mono-devel (>= 2.0),
- libglib2.0-cil,
+ mono-devel (>= 2.4.2),
+ libglib2.0-cil-dev,
  beagle-dev,
- libndesk-dbus-glib1.0-cil,
- libdbus-1-dev
+ libndesk-dbus-glib1.0-cil-dev,
+ libdbus-1-dev,
+ libgtk2.0-cil-dev
 Standards-Version: 3.8.0
 Vcs-Svn: svn://svn.debian.org/svn/pkg-cli-apps/packages/beagle-xesam/trunk
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-cli-apps/packages/beagle-xesam/trunk/

Reply via email to