Package: lat Version: 1.2.3-3 Severity: wishlist Tags: patch User: ubuntu-de...@lists.ubuntu.com Usertags: mono2transition
Hi, James Westby has produced a patch for lat in Ubuntu for the mono 2.0 transition[0] which is currently ongoing in Jaunty and experimental. We thought you might be interested in having the patch. * Mono 2.0 transition. - Build-Depend on mono-devel instead of mono-gmcs to have csc available - Add "DEB_CONFIGURE_EXTRA_FLAGS += MCS=/usr/bin/csc" so that csc is used as the compiler. Please consider applying it. Thanks, Iain [0] http://wiki.debian.org/Teams/DebianMonoGroup/Mono20Transition -- System Information: Debian Release: lenny/sid APT prefers intrepid-updates APT policy: (500, 'intrepid-updates'), (500, 'intrepid-security'), (500, 'intrepid-backports'), (500, 'intrepid') Architecture: i386 (i686) Kernel: Linux 2.6.27-9-generic (SMP w/1 CPU core) Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash
diff -u lat-1.2.3/debian/changelog lat-1.2.3/debian/changelog diff -u lat-1.2.3/debian/rules lat-1.2.3/debian/rules --- lat-1.2.3/debian/rules +++ lat-1.2.3/debian/rules @@ -9,5 +9,7 @@ +DEB_CONFIGURE_EXTRA_FLAGS += MCS=/usr/bin/csc + common-binary-predeb-indep:: dh_clideps install/lat:: - rm -rf $(CURDIR)/debian/lat/var \ No newline at end of file + rm -rf $(CURDIR)/debian/lat/var diff -u lat-1.2.3/debian/control lat-1.2.3/debian/control --- lat-1.2.3/debian/control +++ lat-1.2.3/debian/control @@ -1,9 +1,9 @@ Source: lat Section: net Priority: optional Maintainer: Eric Dorland <e...@debian.org> Build-Depends: cdbs, debhelper (>= 4.1) -Build-Depends-Indep: cli-common-dev (>= 0.4.4), mono-gmcs (>= 1.1.12.1) | c-sharp-2.0-compiler, libmono-dev, libmono2.0-cil, libgnome2.0-cil (>= 2.8), libgtk2.0-cil (>= 2.4), libgconf2.0-cil, libglade2.0-cil, libmono-cairo2.0-cil, libmono-ldap2.0-cil, libgnome-keyring-dev (>= 0.4.2), scrollkeeper, libxml-parser-perl, pkg-config +Build-Depends-Indep: cli-common-dev (>= 0.4.4), mono-devel, libmono-dev, libmono2.0-cil, libgnome2.0-cil (>= 2.8), libgtk2.0-cil (>= 2.4), libgconf2.0-cil, libglade2.0-cil, libmono-cairo2.0-cil, libmono-ldap2.0-cil, libgnome-keyring-dev (>= 0.4.2), scrollkeeper, libxml-parser-perl, pkg-config Standards-Version: 3.7.3 Vcs-Git: git://git.debian.org/~eric/lat.git Vcs-Browser: http://git.debian.org/?p=users/eric/lat.git