Stop publishing on Ubuntu Focal/20.04 PPA (not providing Qt6)

This commit is contained in:
Emmanuel Engelhart 2025-01-02 15:05:44 +01:00
parent f44c4d9b7b
commit cefe2f3f32
No known key found for this signature in database
GPG Key ID: 120B30D020B553D3
3 changed files with 11 additions and 10 deletions

View File

@ -21,7 +21,7 @@ jobs:
# - debian-bullseye
- ubuntu-noble
- ubuntu-jammy
- ubuntu-focal
# - ubuntu-focal
steps:
- uses: actions/checkout@v4
@ -72,7 +72,7 @@ jobs:
# with:
# args: --no-sign
- uses: legoktm/gh-action-build-deb@9114a536498b65c40b932209b9833aa942bf108d # pin@ubuntu-noble
- uses: legoktm/gh-action-build-deb@ubuntu-noble
if: matrix.distro == 'ubuntu-noble'
name: Build package for ubuntu-noble
id: build-ubuntu-noble
@ -88,13 +88,13 @@ jobs:
args: --no-sign
ppa: ${{ steps.ppa.outputs.ppa }}
- uses: legoktm/gh-action-build-deb@ubuntu-focal
if: matrix.distro == 'ubuntu-focal'
name: Build package for ubuntu-focal
id: build-ubuntu-focal
with:
args: --no-sign
ppa: ${{ steps.ppa.outputs.ppa }}
# - uses: legoktm/gh-action-build-deb@ubuntu-focal
# if: matrix.distro == 'ubuntu-focal'
# name: Build package for ubuntu-focal
# id: build-ubuntu-focal
# with:
# args: --no-sign
# ppa: ${{ steps.ppa.outputs.ppa }}
- uses: actions/upload-artifact@v4
with:

1
debian/control vendored
View File

@ -4,6 +4,7 @@ Priority: optional
Maintainer: Kiwix team <kiwix@kiwix.org>
Build-Depends: debhelper-compat (= 13),
pkg-config,
qtchooser,
qt6-base-dev,
qt6-svg-dev,
qt6-webengine-dev,

2
debian/rules vendored
View File

@ -1,5 +1,5 @@
#!/usr/bin/make -f
export QT_SELECT=qt5
export QT_SELECT = qt6
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
%: