tags 627296 + pending thanks Hi there,
I've prepared an NMU for lat (versioned as 1.2.3-7.1) and uploaded it to DELAYED/7. Please feel free to tell me if I should delay it longer or cancel the upload. Cheers, Iain
diff -Nru lat-1.2.3/debian/changelog lat-1.2.3/debian/changelog --- lat-1.2.3/debian/changelog 2010-01-24 08:51:26.000000000 +0000 +++ lat-1.2.3/debian/changelog 2011-06-28 14:00:54.000000000 +0100 @@ -1,3 +1,13 @@ +lat (1.2.3-7.1) unstable; urgency=low + + * Non-maintainer upload. + * debian/rules: Use Debian's default C# compiler for the build, to be + compatible with Mono 2.6.7 and 2.10.1. (Closes: #627296) + * debian/control: Remove unnecessary libmono-dev BD, no longer available + with Mono 2.10.1 + + -- Iain Lane <[email protected]> Tue, 28 Jun 2011 13:27:48 +0100 + lat (1.2.3-7) unstable; urgency=low * debian/control: Standards-Version to 3.8.3. diff -Nru lat-1.2.3/debian/control lat-1.2.3/debian/control --- lat-1.2.3/debian/control 2010-01-24 08:51:26.000000000 +0000 +++ lat-1.2.3/debian/control 2011-06-28 13:35:58.000000000 +0100 @@ -4,9 +4,9 @@ Maintainer: Eric Dorland <[email protected]> Build-Depends: debhelper (>= 7.0.50) Build-Depends-Indep: cli-common-dev (>= 0.5.7), mono-devel (>= 2.0.1), - libmono-dev, libgnome2.0-cil-dev, libgtk2.0-cil-dev, - libgconf2.0-cil-dev, libglade2.0-cil-dev, libgnome-keyring-dev (>= - 0.4.2), scrollkeeper, libxml-parser-perl, pkg-config + libgnome2.0-cil-dev, libgtk2.0-cil-dev, libgconf2.0-cil-dev, + libglade2.0-cil-dev, libgnome-keyring-dev (>= 0.4.2), scrollkeeper, + libxml-parser-perl, pkg-config Standards-Version: 3.8.3 Vcs-Git: git://git.debian.org/~eric/lat.git Vcs-Browser: http://git.debian.org/?p=users/eric/lat.git diff -Nru lat-1.2.3/debian/rules lat-1.2.3/debian/rules --- lat-1.2.3/debian/rules 2010-01-24 08:51:26.000000000 +0000 +++ lat-1.2.3/debian/rules 2011-06-28 13:27:41.000000000 +0100 @@ -5,6 +5,9 @@ %: dh $@ +override_dh_auto_configure: + dh_auto_configure -- MCS=/usr/bin/mono-csc + override_dh_auto_install: dh_auto_install - rm -rf $(CURDIR)/debian/lat/var \ No newline at end of file + rm -rf $(CURDIR)/debian/lat/var
signature.asc
Description: Digital signature

