From 8cda50c1fbc94bcb46bc397ace296b080b0851e1 Mon Sep 17 00:00:00 2001 From: Paul Schneider Date: Sun, 28 Jun 2026 00:47:30 +0100 Subject: [PATCH] debian: drop debhelper-compat from Build-Depends (set in compat) Build-Depends already includes dotnet-sdk-10.0, imagemagick, librsvg2-bin, git, ca-certificates. The debhelper-compat (= 13) line was duplicated: the same version is set in debian/compat (debhelper reads it from there by convention). dh errors out with: dh: error: debhelper compat level specified both in debian/compat and in debian/control Drop the line in control. --- debian/control | 1 - 1 file changed, 1 deletion(-) diff --git a/debian/control b/debian/control index b8c667d..4973e74 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,6 @@ Section: x11 Priority: optional Maintainer: Paul Schneider Build-Depends: - debhelper-compat (= 13), dotnet-sdk-10.0 (>= 10.0.0) | dotnet-sdk-10.0, imagemagick, librsvg2-bin,