Changelog 1.1 KB

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