There is new gdebi upstream version: 0.3.11.
I have rebuild a package for Debian of this version.
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.
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 gdebi-kde should be removed from repository by the moment.



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

Reply via email to