From 528a33fed9befb671656b9e755788172a38d49c9 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Sat, 27 May 2023 17:54:54 +0200 Subject: [PATCH] d/control: define compat level via build-depends and raise to 13 Signed-off-by: Thomas Lamprecht --- debian/compat | 1 - debian/control | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) delete mode 100644 debian/compat diff --git a/debian/compat b/debian/compat deleted file mode 100644 index 48082f7..0000000 --- a/debian/compat +++ /dev/null @@ -1 +0,0 @@ -12 diff --git a/debian/control b/debian/control index b5788f5..5a4572d 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Priority: optional Maintainer: Proxmox Support Team Build-Depends: cargo:native, cbindgen, - debhelper (>= 12), + debhelper-compat (= 13), git, librust-anyhow-1+default-dev, librust-base64-0.13+default-dev,