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

1
debian/control vendored
View File

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

2
debian/rules vendored
View File

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