Changelog 999 B

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