🐛 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:
parent
8cd0781507
commit
22ec769d6d
2 changed files with 1 additions and 2 deletions
|
@ -1 +0,0 @@
|
||||||
10
|
|
|
@ -2,7 +2,7 @@ Source: intellij-idea-community
|
||||||
Section: devel
|
Section: devel
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Maintainer: Marcel Kapfer <opensource@mmk2410.org>
|
Maintainer: Marcel Kapfer <opensource@mmk2410.org>
|
||||||
Build-Depends: debhelper (>= 11)
|
Build-Depends: debhelper-compat (= 9)
|
||||||
Standards-Version: 4.2.1
|
Standards-Version: 4.2.1
|
||||||
|
|
||||||
Package: intellij-idea-community
|
Package: intellij-idea-community
|
||||||
|
|
Loading…
Reference in a new issue