signalwire / freeswitch

FreeSWITCH is a Software Defined Telecom Stack enabling the digital transformation from proprietary telecom switches to a versatile software implementation that runs on any commodity hardware. From a Raspberry PI to a multi-core server, FreeSWITCH can unlock the telecommunications potential of any device.
https://freeswitch.com/#getting-started
Other
3.32k stars 1.38k forks source link

Shouldn't the python-esl package be named python3-esl #2492

Open doolio opened 2 weeks ago

doolio commented 2 weeks ago

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?