summaryrefslogtreecommitdiffstats
path: root/debian/control
blob: d7d5d3f0446081b55a2146075141f746de318887 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
Source: gitlint
Section: utils
Priority: optional
Maintainer: Daniel Baumann <daniel.baumann@progress-linux.org>
Build-Depends:
 debhelper (>= 12.8~),
 debhelper-compat (= 12),
 dh-python,
 git,
 help2man,
 pylint,
 python3-all,
 python3-arrow,
 python3-click,
 python3-coverage,
 python3-setuptools,
 python3-sh,
Standards-Version: 4.5.0
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
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).