Skip to content

Tags: spillai/py2deb

Tags

0.20.8

Toggle 0.20.8's commit message
Detailed comparisons to stdeb, dh-virtualenv and fpm

See also issue paylogic#1 on GitHub, requesting a comparison to fpm:
  paylogic#1

0.20.7

Toggle 0.20.7's commit message
Finally got tests running properly on Travis CI, time for badges :-)

This closes issue paylogic#3 on GitHub:
  paylogic#3

0.20.6

Toggle 0.20.6's commit message
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.

0.20.5

Toggle 0.20.5's commit message
Bump deb-pkg-tools requirement to improve Python 3.x compatibility

0.20.4

Toggle 0.20.4's commit message
Give up on conversion of package descriptions*

 1) It was always just a nice to have.
 2) I'm never going to get it working reliably.
 3) Right now it adds several "dead weight" dependencies.
 4) The "dead code" was reducing test coverage.

0.20.3

Toggle 0.20.3's commit message
Log when control field overrides file is NOT found

0.20.2

Toggle 0.20.2's commit message
Bug fix: Change initialization order

0.20.1

Toggle 0.20.1's commit message
Re-enable auto-install runtime/configuration option

0.20

Toggle 0.20's commit message
Upgrade to the new pip-accel

0.19.1

Toggle 0.19.1's commit message
Workaround for dependency specifications like `pytz > dev'