From d146500d346a517f56b2f23a92cee1b9b286a7f6 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Thu, 19 Mar 2020 15:13:04 +0100 Subject: Sorting debian files. Signed-off-by: Daniel Baumann --- debian/control | 34 ++++++++++++++++++---------------- 1 file changed, 18 insertions(+), 16 deletions(-) (limited to 'debian/control') 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 -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. -- cgit v1.2.3