Package: gdebi Version: 0.9.5.7+nmu3 On Debian Buster, gdebi prints warning every time it is executed, for example
# gdebi <package>.deb
...
Do you want to install the software package? [y/N]:y
/usr/bin/gdebi:113: FutureWarning: Possible nested set at position 1
c = findall("[[(](\S+)/\S+[])]", msg)[0].lower()
It would nice to get rid of it.
-- Juha

