summaryrefslogtreecommitdiffstats
path: root/debian/control
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-09 13:38:02 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-09 13:38:02 +0000
commit28a3053e898b6d50d35a6d36ed47b4ccc7010001 (patch)
tree89057f482e5bafb4ff313106aad75c421454ff14 /debian/control
parentAdding upstream version 0.19.1. (diff)
downloadgitlint-debian.tar.xz
gitlint-debian.zip
Adding debian version 0.19.1-2.debian/0.19.1-2debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r--debian/control38
1 files changed, 38 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..efbdda3
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,38 @@
+Source: gitlint
+Section: utils
+Priority: optional
+Maintainer: Daniel Baumann <daniel.baumann@progress-linux.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.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).