diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2020-08-19 03:57:08 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2020-08-19 03:57:08 +0000 |
commit | 4b5bec796dd798f85f73940a6e0dc963f2b64133 (patch) | |
tree | 1916d30d97c87250ce02b827995f8743cffaea28 | |
parent | Releasing debian version 0.13.1-5. (diff) | |
download | gitlint-4b5bec796dd798f85f73940a6e0dc963f2b64133.tar.xz gitlint-4b5bec796dd798f85f73940a6e0dc963f2b64133.zip |
Adding Rules-Requires-Root field.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r-- | debian/control | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/control b/debian/control index 1c3c22a..23869d7 100644 --- a/debian/control +++ b/debian/control @@ -14,6 +14,7 @@ Build-Depends: python3-coverage, python3-setuptools, python3-sh, +Rules-Requires-Root: no Standards-Version: 4.5.0 Homepage: https://jorisroovers.com/gitlint/ Vcs-Browser: https://git.progress-linux.org/users/daniel.baumann/debian/packages/gitlint |