Hi Rafael,
I've had a conversation with Amaya Rodrigo Sastre ([EMAIL PROTECTED]) today and
she said she will sponsor me if I prepare new upstream version. If you have
another ideas, please share them before I prepare the package.

> I think gdebi-kde is broken by changes in python-kde3, may be we have to wait 
> for a port to KDE4 by upstream to can use gdebi-kde in Debian.

How gdebi-kde is broken? And how will KDE4 port will help? (Lenny will use KDE 
3.5)

> But I could build a new version of gdebi, and i think i can fix bug 403335 
> doing a small modification in gdebi code:
> 
> Original code is:
> if res.upper().startswith(_("Y")):
>         debi.install()
> 
> I can add:
> if res.upper().startswith(_("Y")):
>         debi.install()
> if res.upper().startswith(_("S")):
>         debi.install()

I think it is brain-dead idea. We can't add conditions for each language! And
also, it is from the changelog:

> gdebi (0.2ubuntu9) feisty; urgency=low
> 
>   [ Michael Vogt ]
>   * fixed i18n in yes/no question

I don't know how he did it but I guess this bug can be closed with the upload.

Thanks



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to