From e5cbe6d7fe39e950fb61272365ce88f9a3ca7953 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Thu, 19 Mar 2020 15:00:32 +0100 Subject: Adding debian version 0.13.1-0.1. Signed-off-by: Daniel Baumann --- debian/control | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 debian/control (limited to 'debian/control') diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..6b3a219 --- /dev/null +++ b/debian/control @@ -0,0 +1,30 @@ +Source: gitlint +Section: utils +Priority: optional +Maintainer: Patrik Hagedorn +Build-Depends: 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.github.io/gitlint/ + +Package: gitlint +Architecture: all +Depends: git, + ${misc:Depends}, + ${python3:Depends}, + python3-sh, + python3-arrow, +Description: Git commit message linter written in Python + Git commit message linter written in Python, 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). -- cgit v1.2.3