Adding debian version 0.13.1-1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
d8f166e6bb
commit
6900a5d79c
8 changed files with 173 additions and 0 deletions
35
debian/control
vendored
Normal file
35
debian/control
vendored
Normal file
|
@ -0,0 +1,35 @@
|
|||
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/
|
||||
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 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).
|
Loading…
Add table
Add a link
Reference in a new issue