make-deb
make-deb copied to clipboard
Python3 compatiblity fixes
Here are the changes I needed to make to run this in a Python3 venv. Feel free to reject if you want to stay Python 2.
Note: this simply makes make-deb run on Python3, not package Py3 project properly.
This commit breaks Python 2 compatibility. Python 2 defines the input() function to eval what the user inputs; whereas raw_input just returns the string.
Looks like a lot of these changes have been done already. This can be closed I think.