diff options
author | Olivier Gayot <olivier.gayot@sigexec.com> | 2021-12-25 18:15:01 +0100 |
---|---|---|
committer | Olivier Gayot <olivier.gayot@sigexec.com> | 2021-12-25 18:15:01 +0100 |
commit | 21bff073684e15417bf3fa18feb89127360e630e (patch) | |
tree | dd60148dd5113ce6e7c7c1832e75125a59a0d4ea /debian/control | |
parent | 126a3a828debaa9983e34ac82306077d4c645b20 (diff) |
Bump debhelper compatibility level to 13
Signed-off-by: Olivier Gayot <olivier.gayot@sigexec.com>
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 04158c6..a41ede9 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Section: python Priority: optional Build-Depends: python3-setuptools, dh-python, - debhelper (>= 9), + debhelper-compat (= 13), python3-pytest, python3-websockets, python3 |