Releases: urban48/debpackager
Releases · urban48/debpackager
Release v0.2.3
Release v0.2.2
- Small updates to setup.py
- Fixed issue of disappearing README at pypi
Release v0.2.1
- 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
- Minor cleanup
- more tests added
Release v0.1.2
- Circle CI support added
- readme updated
- support for adding description to debain package
- more tests added
Release v0.1.1
- tox support added
- Minor syntax fixes