Skip to content
Snippets Groups Projects
Commit 496a04cd authored by Piotr Ożarowski's avatar Piotr Ożarowski
Browse files

add README.derivatives with a notes about how to change list of supported Python versions

parent 0d64bff5
No related branches found
Tags debian/2.6.6-10
No related merge requests found
How to change a list of supported Python versions?
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* Open debian/control.in file and edit python-all, python-all-dev and
python-all-dbg's Depends line (add or remove pythonX.Y packages)
* Open debian/pyversions.py file and edit `_supported_versions` list
around line 141
* Open debpython/versions.py file and edit `SUPPORTED` list around
line 26
How to change default Python version?
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* Open debian/rules file and edit `VER` variable (default version), `NVER`
(default + 1 version) and `PVER` (default version with "python" prefix)
* Open debian/pyversions.py file and edit `debian_default` variable around
line 171
* Open debpython/versions.py file and edit `DEFAULT` variable around line 27
How to bump minimum required python version by dh_python2?
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* Open debpython/depends.py file and edit `MINPYCDEP` variable around line 26
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment