From 186f7888fee3c8f9535f62d9561dc7030d6a7908 Mon Sep 17 00:00:00 2001 From: Marcel Kapfer Date: Tue, 2 May 2023 17:55:57 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Fix=20debhelper-compat=20not=20a?= =?UTF-8?q?vailable=20on=20older=20releases?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Since the debhelper-compat meta-package evidently is not available on Ubuntu 14.04 I decided to switch back using the deprecated compat file and using the debhelper package as a build-dependency. --- intellij-idea-community_2023.1.1/debian/compat | 1 + intellij-idea-community_2023.1.1/debian/control | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create 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 new file mode 100644 index 0000000..ec63514 --- /dev/null +++ b/intellij-idea-community_2023.1.1/debian/compat @@ -0,0 +1 @@ +9 diff --git a/intellij-idea-community_2023.1.1/debian/control b/intellij-idea-community_2023.1.1/debian/control index ef54335..ddb24e5 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-compat (= 9) +Build-Depends: debhelper (>= 9) Standards-Version: 4.2.1 Package: intellij-idea-community