summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2020-03-19 14:13:04 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2020-03-19 14:15:05 +0000
commitd146500d346a517f56b2f23a92cee1b9b286a7f6 (patch)
tree56e50b18a9e86b1de0ab62ab2e97589535763a78
parentAdding vcs fields. (diff)
downloadgitlint-d146500d346a517f56b2f23a92cee1b9b286a7f6.tar.xz
gitlint-d146500d346a517f56b2f23a92cee1b9b286a7f6.zip
Sorting debian files.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r--debian/control34
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.