summaryrefslogtreecommitdiffstats
path: root/debian/control
blob: 26c49bfc2c1c3b16b81fd0f99ccc80b32dd7c0d9 (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
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,
               pylint,
               python3-all,
               python3-arrow,
               python3-click,
               python3-coverage,
               python3-setuptools,
               python3-sh
Standards-Version: 4.5.0
Homepage: https://jorisroovers.com/gitlint/

Package: gitlint
Architecture: all
Depends: git,
         ${misc:Depends},
         ${python3:Depends},
         python3-sh,
         python3-arrow,
Description: Git commit message linter written in Python
 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).