control 1022 B

12345678910111213141516171819202122232425262728
  1. Source: makefilet
  2. Section: devel
  3. Priority: extra
  4. Maintainer: Lars Kruse <devel@sumpfralle.de>
  5. Build-Depends: debhelper (>= 9)
  6. Standards-Version: 3.9.8
  7. Homepage: https://notabug.org/sumpfralle/makefilet
  8. Vcs-Git: https://notabug.org/sumpfralle/makefilet.git
  9. Vcs-Browser: https://notabug.org/sumpfralle/makefilet
  10. Package: makefilet
  11. Architecture: all
  12. Depends: ${shlibs:Depends}, ${misc:Depends}
  13. Description: Reusable Makefile components for common development tasks
  14. Include the makefilet file in your project's (empty?) Makefile. This
  15. will give you instant access to a wide variety of common development
  16. tasks, e.g.:
  17. * python style checks (flake8)
  18. * python tests (tox)
  19. * python reports (coverage)
  20. * python distribution (pypi)
  21. * deb packaging (dh_make, dpkg-buildpackage, dput, lintian)
  22. * deb packaging of pypi dependencies (pypi2deb)
  23. * shell style checks (shellcheck)
  24. * release preparations (bumpversion)
  25. Most helpers for packaging, testing and releasing are usable without
  26. manual configuration.