Changelog 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. # Version 0.2.5 (2017-05-10)
  2. * fix 'install-python' due to bad 'DESTDIR' handling
  3. # Version 0.2.4 (2017-05-09)
  4. * fix path handling of 'check-dput-config' target for 'upload-deb'
  5. # Version 0.2.3 (2017-05-06)
  6. * tolerate errors in 'clean' targets
  7. * hide misleading error message for missing 'dh_listpackages' (from 'debhelper')
  8. # Version 0.2.2 (2017-05-02)
  9. * allow configurable parameters for 'install-python'
  10. * introduce the new target 'lint' for style checks
  11. * move 'flake8' check from 'test-python' to 'lint-python'
  12. # Version 0.2.1 (2017-04-29)
  13. * add minimal makefile snippet for 'download on-demand' integration into projects
  14. # Version 0.2 (2017-04-29)
  15. * calling 'flake8' on more platforms properly
  16. * deb packaging:
  17. * add 'init-deb' target (calls 'dh_make')
  18. * add deb packaging information for makefile itself (#2)
  19. * add 'test-deb' for lintian tests
  20. * allow quilt-based source format for repositories without submodules
  21. # Version 0.1 (2017-04-24)
  22. * Initial release
  23. * basic support for deb packaging, python, bumpversion, pypi2deb and shell scripts