From 47d5b3e482cc18d46f0d30056f7fec9f7fe228fb Mon Sep 17 00:00:00 2001 From: Marcel Kapfer Date: Tue, 2 May 2023 18:46:55 +0200 Subject: [PATCH 1/2] =?UTF-8?q?=E2=AC=87=20Downgrade=20debhelper=20depende?= =?UTF-8?q?ncy=20to=20work=20across=20all=20build=20targets?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- intellij-idea-ultimate_2023.1/debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/intellij-idea-ultimate_2023.1/debian/control b/intellij-idea-ultimate_2023.1/debian/control index ba49612..6909cb4 100644 --- a/intellij-idea-ultimate_2023.1/debian/control +++ b/intellij-idea-ultimate_2023.1/debian/control @@ -2,7 +2,7 @@ Source: intellij-idea-ultimate Section: devel Priority: optional Maintainer: Marcel Kapfer -Build-Depends: debhelper (>= 12) +Build-Depends: debhelper (>= 9) Standards-Version: 4.2.1 Package: intellij-idea-ultimate From a6f3f4325f6a728263e924f8215e2563db3bb73c Mon Sep 17 00:00:00 2001 From: Marcel Kapfer Date: Tue, 2 May 2023 18:48:33 +0200 Subject: [PATCH 2/2] =?UTF-8?q?=E2=AC=86=20Set=20lunar=20as=20default=20bu?= =?UTF-8?q?ild=20release?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitlab-ci.yml | 4 ++-- update-new-version.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 487c582..da9fec4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,5 @@ default: - image: ubuntu:kinetic + image: ubuntu:lunar variables: PACKAGE: "intellij-idea-ultimate" @@ -44,4 +44,4 @@ deploy-job: - if: $CI_COMMIT_TAG parallel: matrix: - - UBUNTU_VERSION: [trusty, xenial, bionic, focal, kinetic, jammy] + - UBUNTU_VERSION: [trusty, xenial, bionic, focal, kinetic, jammy, lunar] diff --git a/update-new-version.sh b/update-new-version.sh index 24c1c26..e4db97b 100755 --- a/update-new-version.sh +++ b/update-new-version.sh @@ -12,7 +12,7 @@ if [[ $? != 0 ]]; then fi PACKAGE="intellij-idea-ultimate" -DISTRIBUTION="kinetic" +DISTRIBUTION="lunar" last_tag=$(git describe --abbrev=0 --tags) old="${last_tag#?}"