Comment 14 for bug 1579834

Revision history for this message
Carlo Vanini (silhusk) wrote :

Hi Brian,

apt-xapian-index/0.47ubuntu8.1 does fix the bug described in this report, but exposes another one that still causes update-apt-xapian-index-dbus to fail. That is,

* string.split() was deprecated and has been removed from python3
* the subprocess stdout has to be opened as text, otherwise readline() returns bytes instead of text

I changed the existing 05_python3.patch to fix them, and attach an updated debdiff including these changes. (or would you like me to split them?)