Your message dated Mon, 23 Jul 2012 22:40:44 +0100
with message-id <[email protected]>
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 [email protected]
immediately.)
--
682579: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=682579
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: [email protected]
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 [ [email protected] ]
Debian Developer [ [email protected] ]
Ubuntu Developer [ [email protected] ]
PhD student [ [email protected] ]
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 <[email protected]> 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
fi
signature.asc
Description: Digital signature
--- End Message ---
--- Begin Message ---
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 ---