diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2022-09-16 13:51:10 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2022-09-16 13:57:45 +0000 |
commit | d7b0150726e5db7a8714c134dd45e4854754c47c (patch) | |
tree | ab7c22a3c85e06e7fb8bb31ec8e46f4dca53d686 | |
parent | Sorting control fields. (diff) | |
download | colorclass-d7b0150726e5db7a8714c134dd45e4854754c47c.tar.xz colorclass-d7b0150726e5db7a8714c134dd45e4854754c47c.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 f77ac91..55c58dc 100644 --- a/debian/control +++ b/debian/control @@ -9,6 +9,7 @@ Build-Depends: python3-docopt, python3-pytest, python3-setuptools, +Rules-Requires-Root: no Standards-Version: 4.6.1 Homepage: https://github.com/matthewdeanmartin/colorclass/ Vcs-Browser: https://git.progress-linux.org/users/daniel.baumann/debian/packages/colorclass |