diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-14 20:05:46 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-14 20:06:11 +0000 |
commit | e961d2b77dea9edb50bfe23adeeb0961b99d15c5 (patch) | |
tree | 2c324dede967eef2182adba3a0525887133852b4 /debian/tests/control | |
parent | Merging upstream version 0.1.22. (diff) | |
download | debputy-e961d2b77dea9edb50bfe23adeeb0961b99d15c5.tar.xz debputy-e961d2b77dea9edb50bfe23adeeb0961b99d15c5.zip |
Adding debian version 0.1.22.debian/0.1.22
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/tests/control')
-rw-r--r-- | debian/tests/control | 20 |
1 files changed, 9 insertions, 11 deletions
diff --git a/debian/tests/control b/debian/tests/control index 642bb5c..16f64a6 100644 --- a/debian/tests/control +++ b/debian/tests/control @@ -1,19 +1,17 @@ Tests: debputy-py.test Restrictions: allow-stderr -Depends: - @, - python3-pytest, - python3-lsprotocol, - python3-all, -# debputy loads the library directly for one of the tests. - libcap2, +# debputy loads the libcap2 library directly for one of the tests +Depends: libcap2, + python3-all, + python3-lsprotocol, + python3-pytest, + @, Tests: debputy-cli Restrictions: allow-stderr, superficial -Depends: @ +Depends: @, Tests: debputy-cli-lint-lsp Restrictions: allow-stderr, superficial -Depends: - @, - python3-lsprotocol, +Depends: python3-lsprotocol, + @, |