Changelog 1.2 KB

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