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