From aada503bdf697c45f84b17d83c1dcd626b254e27 Mon Sep 17 00:00:00 2001 From: Aleksei Filatov <68555560+aalexfvk@users.noreply.github.com> Date: Thu, 17 Aug 2023 15:36:46 +0300 Subject: [PATCH] Fix debhelper compatibility level (#37) --- debian/compat | 2 +- debian/control | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/compat b/debian/compat index b1bd38b6..48082f72 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -13 +12 diff --git a/debian/control b/debian/control index 28ec3a2e..c17c8510 100644 --- a/debian/control +++ b/debian/control @@ -11,7 +11,7 @@ Uploaders: Alexander Burmak , Aleksei Filatov , Evgenii Kopanev , Mikhail Kot -Build-Depends: debhelper (>= 9.0.0), python3, python3-venv, python3-pip, python3-setuptools +Build-Depends: debhelper (>= 12~), python3, python3-venv, python3-pip, python3-setuptools Standards-Version: 4.1.4 Homepage: https://github.com/yandex/ch-tools Vcs-Browser: https://github.com/yandex/ch-tools.git