On Ubuntu 16.04 I am following the instructions from this post to modify twidge
program from the ubuntu sources. When invoking the instruction to create a deb file (dpkg-buildpackage -rfakeroot -uc -b
), I get this error message.
setup: At least the following dependencies are missing:
text >=0.11.2.0 && <0.12
I have been unable to solve this problem using search engines, and wonder if anybody might know what I have to do.