Package: im-switch
Version: 1.20
Severity: serious

If this im-switch package is removed but not purged, this package makes
other somewhat independent package im-config unusable and causes hard to
fix problem for non-technical users and its effect is very annoying since
it interferes with keyboard input.  So this is not suitable for release
as it is.  This is very much anticipated situation since we are asking
user to migrate from im-switch to im-config and purging is very unlikely
scenario.

Hi,

On Fri, Feb 22, 2013 at 04:06:40AM +0100, Gunnar Hjalmarsson wrote:
> On 2013-02-21 17:23, Osamu Aoki wrote:
> > Hmmm... this may be good idea but may violate Debian policy.  Can you
> > file the same bug to Debian.
> 
> I can, but I would prefer that we finalise the discussion at the bug
> report first. Your comments there would be appreciated.
> 
> https://launchpad.net/bugs/1101836

Oh, thanks for good pointer and reminder.  This was critical or serious bug for
Debian.  (critical in my opinion but reportbug tells me package with
dependency does not count ... oh, well)

As for the resolution, this is sourced script so it should use "return"
instead of "exit".   But your thought on solution reported to Ubuntu is
the one I need to put.

test -x /usr/bin/im-switch || return 0

or

if [ ! -x /usr/bin/im-switch ]; then
        return 0
fi

or in line with the same style as other lines:


[ -x /usr/bin/im-switch ] || return 0

OK, I will use this and test it.

> > Oh, 0.19 is not good.  Check out 0.20
> > 
> > im-config (0.20) unstable; urgency=low
> > 
> >    * Fix regression on uim for #683950 caused by the 0.19~pre1 fixing
> >      #694446. Closes: #695940
> >    * Adjust desktop file to match the gnome-shell 3.4.1-8 behavior
> >      updated just around the wheezy freeze on 23 Jun 2012.
> >    * Work around zenity bug for readable display under Japanese.
> >      Closes: #695939
> >  -- Osamu Aoki <os...@debian.org>  Sat, 15 Dec 2012 11:25:11 +0900
> 
> It should of course be merged into the Ubuntu package somehow. Who is
> going to do that?

Thanks.

Osamu


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to