diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 09:49:11 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 09:49:11 +0000 |
commit | b2d3e731d30e77b921ce1f823cdbbfc23e81828a (patch) | |
tree | c4dd31a5d9bf77729634aa61db521c37155a0420 /debian/control | |
parent | Adding upstream version 0.18.0. (diff) | |
download | gitlint-b2d3e731d30e77b921ce1f823cdbbfc23e81828a.tar.xz gitlint-b2d3e731d30e77b921ce1f823cdbbfc23e81828a.zip |
Adding debian version 0.18.0-2.debian/0.18.0-2debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..375070b --- /dev/null +++ b/debian/control @@ -0,0 +1,35 @@ +Source: gitlint +Section: utils +Priority: optional +Maintainer: Daniel Baumann <daniel.baumann@progress-linux.org> +Build-Depends: + debhelper-compat (= 13), + dh-sequence-python3, + git, + help2man, + python3-all, + python3-arrow, + python3-click, + 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). |