Hi, I'd like your advises concerning the following situation : I'm packaging this python library : https://github.com/miguelgrinberg/python-socketio
and I see that debian already provides a library with the same name : https://github.com/abourget/gevent-socketio The name can be changed of course but I'm not sure on how to deal with the fact that the first one wants to install in the same path i.e. : /usr/lib/python2.7/dist-packages/socketio Is that a proper case where to use "Conflicts" field ? Thanks, Fred

