Skip to content

Commit

Permalink
Fix debhelper compatibility level (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
aalexfvk authored Aug 17, 2023
1 parent 546c2e2 commit aada503
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion debian/compat
Original file line number Diff line number Diff line change
@@ -1 +1 @@
13
12
2 changes: 1 addition & 1 deletion debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Uploaders: Alexander Burmak <[email protected]>,
Aleksei Filatov <[email protected]>,
Evgenii Kopanev <[email protected]>,
Mikhail Kot <[email protected]>
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
Expand Down

0 comments on commit aada503

Please sign in to comment.