Marcel Kapfer
22ec769d6d
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.
18 lines
581 B
Text
18 lines
581 B
Text
Source: intellij-idea-community
|
|
Section: devel
|
|
Priority: optional
|
|
Maintainer: Marcel Kapfer <opensource@mmk2410.org>
|
|
Build-Depends: debhelper-compat (= 9)
|
|
Standards-Version: 4.2.1
|
|
|
|
Package: intellij-idea-community
|
|
Architecture: all
|
|
Pre-Depends: wget
|
|
Depends: ${misc:Depends}
|
|
Suggests: git, default-jdk
|
|
Description: IntelliJ IDEA Community Edition
|
|
Every aspect of IntelliJ IDEA is specifically designed to maximize developer
|
|
productivity.
|
|
.
|
|
Together, the powerful static code analysis and ergonomic design make
|
|
development not only productive but also an enjoyable experience.
|