control 1.1 KB

123456789101112131415161718192021222324252627282930
  1. Source: makefilet
  2. Section: devel
  3. Priority: optional
  4. Maintainer: Lars Kruse <devel@sumpfralle.de>
  5. Build-Depends: debhelper (>= 9)
  6. Standards-Version: 4.1.1
  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. Suggests: bumpversion, debhelper, dh-make, dpkg-dev, dput, flake8,
  14. lintian, pypi2deb, python-coverage, python3-coverage, shellcheck, tox
  15. Description: Reusable Makefile components for common development tasks
  16. Include the makefilet file in your project's (empty?) Makefile. This
  17. will give you instant access to a wide variety of common development
  18. tasks, e.g.:
  19. * python style checks (flake8)
  20. * python tests (tox)
  21. * python reports (coverage)
  22. * python distribution (pypi)
  23. * deb packaging (dh_make, dpkg-buildpackage, dput, lintian)
  24. * deb packaging of pypi dependencies (pypi2deb)
  25. * shell style checks (shellcheck)
  26. * release preparations (bumpversion)
  27. Most helpers for packaging, testing and releasing are usable without
  28. manual configuration.