From 05a2780a38df71f979f28d4a5f33ed2abd51c54e Mon Sep 17 00:00:00 2001 From: Marcel Kapfer Date: Fri, 26 Jun 2020 18:17:53 +0200 Subject: [PATCH 1/2] Updated compat version to 10 --- intellij-idea-community_2019.3.4/debian/compat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/intellij-idea-community_2019.3.4/debian/compat b/intellij-idea-community_2019.3.4/debian/compat index ec63514..f599e28 100644 --- a/intellij-idea-community_2019.3.4/debian/compat +++ b/intellij-idea-community_2019.3.4/debian/compat @@ -1 +1 @@ -9 +10 From 5891416e17e2e4393c09d4a858a4831a56675ed7 Mon Sep 17 00:00:00 2001 From: Marcel Kapfer Date: Fri, 26 Jun 2020 18:18:26 +0200 Subject: [PATCH 2/2] Switched to focal in update-new-version script --- update-new-version.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update-new-version.sh b/update-new-version.sh index 60113b6..2707da0 100755 --- a/update-new-version.sh +++ b/update-new-version.sh @@ -3,7 +3,7 @@ # This script intends to decrease the effort of updating the package. PACKAGE="intellij-idea-community" -DISTRIBUTION="eoan" +DISTRIBUTION="focal" main() { last_tag=$(git describe --abbrev=0 --tags)