File: control

package info (click to toggle)
gitlint 0.19.1-5
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 2,140 kB
  • sloc: python: 6,728; sh: 74; makefile: 17; javascript: 5
file content (38 lines) | stat: -rw-r--r-- 902 bytes parent folder | download
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
37
38
Source: gitlint
Section: utils
Priority: optional
Maintainer: Daniel Baumann <daniel@debian.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.7.2
Homepage: https://jorisroovers.com/gitlint/
Vcs-Browser: https://forgejo.debian.net/git/gitlint
Vcs-Git: https://forgejo.debian.net/git/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).