diff options
-rw-r--r-- | debian/control | 34 |
1 files changed, 18 insertions, 16 deletions
diff --git a/debian/control b/debian/control index 06768b7..a7a1a28 100644 --- a/debian/control +++ b/debian/control @@ -2,17 +2,18 @@ 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 +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 @@ -20,11 +21,12 @@ Vcs-Git: https://git.progress-linux.org/users/daniel.baumann/debian/packages/git Package: gitlint Architecture: all -Depends: git, - ${misc:Depends}, - ${python3:Depends}, - python3-sh, - python3-arrow, +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. |