freeswitch
freeswitch copied to clipboard
Shouldn't the python-esl package be named python3-esl
Shouldn't the python-esl package definition under debian/bootstrap.sh be named python3-esl as per debian policy python3 packages should be prefixed by python3- and not python-?
In addition, shouldn't its Depends be on ${python3:Depends} rather than ${python:Depends} again to ensure it applies to python3 rather than python2?
Finally, should it not define Multi-Arch as foreign to faciliate cross-compiling?
@andywolk if you agree this is an issue I'm happy to submit a PR for consideration?