diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2020-08-19 03:57:40 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2020-08-19 03:57:40 +0000 |
commit | 79b3e6436217ff66cbac3df4f846b652fbab2a57 (patch) | |
tree | f610927aad0cd24effc55bec84c94a7959993028 | |
parent | Releasing debian version 3.2.0-1. (diff) | |
download | cfgv-79b3e6436217ff66cbac3df4f846b652fbab2a57.tar.xz cfgv-79b3e6436217ff66cbac3df4f846b652fbab2a57.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 00d06a9..66c3af5 100644 --- a/debian/control +++ b/debian/control @@ -7,6 +7,7 @@ Build-Depends: dh-python, python3-all, python3-setuptools, +Rules-Requires-Root: no Standards-Version: 4.5.0 Homepage: https://github.com/asottile/cfgv Vcs-Browser: https://git.progress-linux.org/users/daniel.baumann/debian/packages/cfgv |