1
0
Fork 0
gitlint/debian/control
Daniel Baumann 1b64386712
Adding hatch build-depends for new usptream version.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-02-13 06:07:33 +01:00

38 lines
992 B
Text

Source: gitlint
Section: utils
Priority: optional
Maintainer: Daniel Baumann <daniel.baumann@progress-linux.org>
Build-Depends:
debhelper-compat (= 13),
dh-sequence-python3,
git,
help2man,
pybuild-plugin-pyproject,
python3-all,
python3-arrow,
python3-click,
python3-hatch-vcs,
python3-hatchling,
python3-setuptools,
python3-sh,
Rules-Requires-Root: no
Standards-Version: 4.6.2
Homepage: https://jorisroovers.com/gitlint/
Vcs-Browser: https://git.progress-linux.org/users/daniel.baumann/debian/packages/gitlint
Vcs-Git: https://git.progress-linux.org/users/daniel.baumann/debian/packages/gitlint
Package: gitlint
Section: utils
Architecture: all
Depends:
git,
python3-arrow,
python3-sh,
${misc:Depends},
${python3:Depends},
Description: Git commit message linter
Gitlint is a git commit message linter written in Python, it checks your commit
messages for style.
.
Great for use as a commit-msg git hook or as part of your gating script in a CI
pipeline (e.g. Jenkins).