diff --git a/README.derivatives b/README.derivatives new file mode 100644 index 0000000000000000000000000000000000000000..5f66d808bc28de1924589224c06aef3b60e06583 --- /dev/null +++ b/README.derivatives @@ -0,0 +1,25 @@ +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