Tags: spillai/py2deb
Tags
Detailed comparisons to stdeb, dh-virtualenv and fpm See also issue paylogic#1 on GitHub, requesting a comparison to fpm: paylogic#1
Finally got tests running properly on Travis CI, time for badges :-) This closes issue paylogic#3 on GitHub: paylogic#3
Improve PackageToConvert.determine_package_architecture() In 43961c2 I added the armv6l -> armhf mapping to PackageConverter and I just noticed that PackageToConvert didn't respect this change. I'm not sure why PackageConverter and PackageToConvert both ended up having separate ways to detect the current Debian architecture (I guess this was left over from a previous refactoring) but clearly this logic should be contained in a single place, not spread over multiple places like it was before this change.
PreviousNext