From ab55192e43a0d06aa34d92a95c716f5934a69a10 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 19 Feb 2025 05:51:17 +0100 Subject: [PATCH] Switching to debhelper compat 13. Signed-off-by: Daniel Baumann --- debian/control | 2 +- debian/rules | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/debian/control b/debian/control index 3a75f5f..8a9f4ff 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: libs Priority: optional Maintainer: Daniel Baumann Build-Depends: - debhelper-compat (= 12), + debhelper-compat (= 13), dpkg-dev (>= 1.22.5), cmake, doxygen, diff --git a/debian/rules b/debian/rules index a165d2d..7651fbd 100755 --- a/debian/rules +++ b/debian/rules @@ -22,6 +22,3 @@ override_dh_auto_configure: override_dh_auto_build-indep: dh_auto_build -- doc - -override_dh_missing: - dh_missing --fail-missing