I'd like to make a debian package for this repo: https://github.com/miguelgrinberg/python-socketio
The policy manual says the package name should be "python-socketio" since I want to create a python2 package that provides the "socketio" module. But that name is already taken by this project: https://github.com/abourget/gevent-socketio What is the preferred way to deal with these issues? Calling the package "python-socketio2"? Using the same package name with an epoch in the version string seems like clearly the wrong approach. Thanks for the advice, Luke