Package: release.debian.org
Severity: normal
User: release.debian....@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                                  [ i...@orangesquash.org.uk ]
Debian Developer                                   [ la...@debian.org ]
Ubuntu Developer                                   [ la...@ubuntu.com ]
PhD student                                       [ i...@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 <la...@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
         fi

Attachment: signature.asc
Description: Digital signature

Reply via email to