From 22ec769d6d625977c0a556d5f6d389cf6b4defe8 Mon Sep 17 00:00:00 2001 From: Marcel Kapfer Date: Tue, 2 May 2023 17:48:08 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Set=20debhelper-compat=20to=20ve?= =?UTF-8?q?rsion=20supported=20for=20all=20builds?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Since we're currently building packages from Ubuntu 14.04 up to 23.04 it is the easiest and most stable way to depend on a debhelper-compat version that is availabel on all releases. This is ATM version 9. While this yields a linter warning it is IMO preferred to adjusting the Build-Depends line automatically during the builds for the older Ubuntu releases. Relying on an up-to-date version would perhaps motivate at some point to use features only available (or, worse, with changed outcome) with newer debhelper versions. Using the same versiona across all builds should preserve us from such problems. --- intellij-idea-community_2023.1.1/debian/compat | 1 - intellij-idea-community_2023.1.1/debian/control | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) delete mode 100644 intellij-idea-community_2023.1.1/debian/compat diff --git a/intellij-idea-community_2023.1.1/debian/compat b/intellij-idea-community_2023.1.1/debian/compat deleted file mode 100644 index f599e28..0000000 --- a/intellij-idea-community_2023.1.1/debian/compat +++ /dev/null @@ -1 +0,0 @@ -10 diff --git a/intellij-idea-community_2023.1.1/debian/control b/intellij-idea-community_2023.1.1/debian/control index e2d4688..ef54335 100644 --- a/intellij-idea-community_2023.1.1/debian/control +++ b/intellij-idea-community_2023.1.1/debian/control @@ -2,7 +2,7 @@ Source: intellij-idea-community Section: devel Priority: optional Maintainer: Marcel Kapfer -Build-Depends: debhelper (>= 11) +Build-Depends: debhelper-compat (= 9) Standards-Version: 4.2.1 Package: intellij-idea-community