-
Notifications
You must be signed in to change notification settings - Fork 3
Debian and Ubuntu packages #6
Description
After some hours of work I have two Debian/Ubuntu packages available for use. They are constructed using stdeb[0].
There are two packages; one for Python 2, another for Python 3. Both packages pass the Lintian ( which has many -idiotic- tests ), that are absolutely required to someday get the packages accepted in Debian and Ubuntu, and to consider a package safe and well prepared.
The .deb packages are available here:
https://github.com/juanrodriguezmonti/autopython/blob/master/python-autopython_0.7-1_all.deb
https://github.com/juanrodriguezmonti/autopython/blob/master/python3-autopython_0.7-1_all.deb
The packages were constructed using - and for - Ubuntu 15.10.Then I got some trouble making them work in older ( 14.04, 14.10, 15.04 ) versions of Ubuntu. I guessed that the problem was with some backwards compatibility. But, after some more work, I discovered that the .debs were failing because the uploaded files were corrupted. I discovered that querying the md5sum hash for them, and they were incorrect. They were not the same for the original .deb and for the uploaded ones.
I uploaded them again. I checked the md5sum of them, and after that install flawlessly in Ubuntu 14.04, 14.10, 15.04, 15.10 and 16. So, that is AMAZING! :)