Compare commits

...

2 Commits

3 changed files with 4 additions and 4 deletions

View File

@ -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]

View File

@ -2,7 +2,7 @@ Source: intellij-idea-ultimate
Section: devel
Priority: optional
Maintainer: Marcel Kapfer <opensource@mmk2410.org>
Build-Depends: debhelper (>= 12)
Build-Depends: debhelper (>= 9)
Standards-Version: 4.2.1
Package: intellij-idea-ultimate

View File

@ -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#?}"