Changelog 1.5 KB

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