Skip to content

Releases: urban48/debpackager

Release v0.2.3

19 Feb 13:51
Compare
Choose a tag to compare
  • Fixed issue where excludes were ignored
  • removed "--always-copy" hardcoded interpreter option, when creating new virtualenv

Release v0.2.2

07 Nov 19:27
Compare
Choose a tag to compare
  • Small updates to setup.py
  • Fixed issue of disappearing README at pypi

Release v0.2.1

06 Nov 23:36
Compare
Choose a tag to compare
  • Added support to project.json to supply
    custom virtualenv arguments.
  • Added new option to the cli tool, to only generate debian files,
    without building the package
  • Now the build command will either build from existing build files
    if they exists, or generate new build files from scratch and then build
  • Minor general fixes and cleanup
  • More tests

Release v0.1.3

06 Nov 19:39
Compare
Choose a tag to compare
  • Minor cleanup
  • more tests added

Release v0.1.2

06 Nov 19:39
Compare
Choose a tag to compare
  • Circle CI support added
  • readme updated
  • support for adding description to debain package
  • more tests added

Release v0.1.1

06 Nov 19:39
Compare
Choose a tag to compare
  • tox support added
  • Minor syntax fixes