Package: gdebi
Version: 0.9.5.7+nmu3
Followup-For: Bug #926633
Yes, same happens in en_US locale with 'y' answer.
The issue is in the regexp, it should be just:
r'\[(\S+)/\S+\]'
Example:
>>> msg = "Do you want to install the software package? [y/N]:"
>>> import re
>>> print re.findall(r'\[(\S
Hello same problem here.
I have to give an explicit answer to gdebi to complete the installation
sudo gdebi comptes-et-budget.deb
Reading package lists... Done
Building dependency tree
Reading state information... Done
Reading state information... Done
Logiciel pour gérer ses comptes et son budge
Control: reassign -1 gdebi-core
> Tags: l10n
This happens to me on my plain en-US system when saying no. The locale might
not have anything to do with it.
Do you want to install the software package? [y/N]:n
/usr/bin/gdebi:113: FutureWarning: Possible nested set at position 1
c = findall("[[(
Package: gdebi
Version: 0.9.5.7+nmu3
Severity: minor
Tags: l10n
Dear Maintainer,
I install a deb package with gdebi, gdebi asks if I really want to install the
package, I answer o (oui ie yes in French).
In French:
Voulez-vous installer le paquet logiciel ? [o/N] :o
Immediately, gdebi prints:
/u
4 matches
Mail list logo