Your message dated Mon, 23 Jul 2012 22:40:44 +0100 with message-id <1343079644.32353.17.camel@jacala.jungle.funky-badger.org> and subject line Re: Bug#682579: unblock: mono-tools/2.10-6 has caused the Debian Bug report #682579, regarding unblock: mono-tools/2.10-6 to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact owner@bugs.debian.org immediately.) -- 682579: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=682579 Debian Bug Tracking System Contact owner@bugs.debian.org with problems
--- Begin Message ---
- To: Debian Bug Tracking System <submit@bugs.debian.org>
- Subject: unblock: mono-tools/2.10-6
- From: Iain Lane <laney@debian.org>
- Date: Mon, 23 Jul 2012 21:57:22 +0100
- Message-id: <20120723205722.GA19752@raleigh>
Package: release.debian.org Severity: normal User: release.debian.org@packages.debian.org Usertags: unblock Hi releasey folks, I inserted a stray space after a line continuation "\" in an "if" block. It created a warning that probably broke the entire block, meaning that the workaround which was the point of the previous upload(s) isn't functional. It's filed as #682248, and the reporter confirmed that this version fixes it. Diff is attached, for what good it is :-). Uploaded with urgency=high because my attempt to make the bug RC didn't prevent mono-tools from migrating due to a bug somewhere in the tubes of the BTS. Please unblock, if you like it. Cheers! -- Iain Lane [ iain@orangesquash.org.uk ] Debian Developer [ laney@debian.org ] Ubuntu Developer [ laney@ubuntu.com ] PhD student [ ial@cs.nott.ac.uk ]diff -Nru mono-tools-2.10/debian/changelog mono-tools-2.10/debian/changelog --- mono-tools-2.10/debian/changelog 2012-07-12 11:54:26.000000000 +0100 +++ mono-tools-2.10/debian/changelog 2012-07-23 21:32:07.000000000 +0100 @@ -1,3 +1,9 @@ +mono-tools (2.10-6) unstable; urgency=high + + * [3a59ba0] Remove trailing whitespace in postinst. (Closes: #682248) + + -- Iain Lane <laney@debian.org> Mon, 23 Jul 2012 21:30:16 +0100 + mono-tools (2.10-5) unstable; urgency=low * [f5fdaf0] Ignore failures in the postinst trigger. It's difficult to diff -Nru mono-tools-2.10/debian/monodoc-browser.postinst mono-tools-2.10/debian/monodoc-browser.postinst --- mono-tools-2.10/debian/monodoc-browser.postinst 2012-07-12 11:54:26.000000000 +0100 +++ mono-tools-2.10/debian/monodoc-browser.postinst 2012-07-23 21:32:07.000000000 +0100 @@ -31,7 +31,7 @@ libgtk_cil_status=`dpkg-query -f '${Status}' -W libgtk2.0-cil` if [ "$libgtk_cil_status" != "install ok installed" -a \ - -x /usr/share/cli-common/gac-package-install -a \ + -x /usr/share/cli-common/gac-package-install -a \ -e /usr/share/cli-common/packages.d/libgtk2.0-cil.installcligac ]; then /usr/share/cli-common/gac-package-install libgtk2.0-cil || true fiAttachment: signature.asc
Description: Digital signature
--- End Message ---
--- Begin Message ---
- To: Iain Lane <laney@debian.org>, 682579-done@bugs.debian.org
- Subject: Re: Bug#682579: unblock: mono-tools/2.10-6
- From: "Adam D. Barratt" <adam@adam-barratt.org.uk>
- Date: Mon, 23 Jul 2012 22:40:44 +0100
- Message-id: <1343079644.32353.17.camel@jacala.jungle.funky-badger.org>
- In-reply-to: <20120723205722.GA19752@raleigh>
- References: <20120723205722.GA19752@raleigh>
On Mon, 2012-07-23 at 21:57 +0100, Iain Lane wrote: > I inserted a stray space after a line continuation "\" in an "if" block. > It created a warning that probably broke the entire block, meaning that > the workaround which was the point of the previous upload(s) isn't > functional. [...] > Uploaded with urgency=high > because my attempt to make the bug RC didn't prevent mono-tools from > migrating due to a bug somewhere in the tubes of the BTS. Unblocked; thanks. Regards, Adam
--- End Message ---