This repository contains the packaging for Python 3.6 derived from Fedora's python36 package
with added support for being built for Debian/Ubuntu using debbuild.
On a RPM system,
rpm-build packagemkdir -p ~/rpmbuild/{SPECS,SOURCES,BUILD,BUILDROOT,RPMS,SRPMS}~/rpmbuild/SOURCES~/rpmbuild/SOURCES~/rpmbuild/SPECSrpmbuild -ba ~/rpmbuild/SPECS/python36.specOn a Debian/Ubuntu system,
debbuild using the deb from the project releases page.mkdir -p ~/debbuild/{SPECS,SOURCES,BUILD,BUILDROOT,DEBS,SDEBS}~/debbuild/SOURCES~/debbuild/SOURCES~/debbuild/SPECSdebbuild -ba ~/debbuild/SPECS/python36.spec