🐛 Set debhelper-compat to version supported for all builds

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.
This commit is contained in:
Marcel Kapfer 2023-05-02 17:48:08 +02:00
parent 8cd0781507
commit 22ec769d6d
Signed by: mmk2410
GPG Key ID: CADE6F0C09F21B09
2 changed files with 1 additions and 2 deletions

View File

@ -1 +0,0 @@
10

View File

@ -2,7 +2,7 @@ Source: intellij-idea-community
Section: devel
Priority: optional
Maintainer: Marcel Kapfer <opensource@mmk2410.org>
Build-Depends: debhelper (>= 11)
Build-Depends: debhelper-compat (= 9)
Standards-Version: 4.2.1
Package: intellij-idea-community