mirror of
https://github.com/kiwix/kiwix-tools.git
synced 2025-09-22 03:12:20 -04:00
Merge pull request #398 from kiwix/ppa-sync
PPA: Drop eoan and sync with proper Debian package
This commit is contained in:
commit
8d00e45d2a
10
.github/workflows/package.yml
vendored
10
.github/workflows/package.yml
vendored
@ -7,7 +7,7 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
distro: [ubuntu-groovy, ubuntu-focal, ubuntu-eoan]
|
distro: [ubuntu-groovy, ubuntu-focal]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
||||||
@ -46,14 +46,6 @@ jobs:
|
|||||||
args: --no-sign
|
args: --no-sign
|
||||||
ppa: ${{ steps.ppa.outputs.ppa }}
|
ppa: ${{ steps.ppa.outputs.ppa }}
|
||||||
|
|
||||||
- uses: legoktm/gh-action-build-deb@ubuntu-eoan
|
|
||||||
if: matrix.distro == 'ubuntu-eoan'
|
|
||||||
name: Build package for ubuntu-eoan
|
|
||||||
id: build-ubuntu-eoan
|
|
||||||
with:
|
|
||||||
args: --no-sign
|
|
||||||
ppa: ${{ steps.ppa.outputs.ppa }}
|
|
||||||
|
|
||||||
- uses: actions/upload-artifact@v2
|
- uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: Packages for ${{ matrix.distro }}
|
name: Packages for ${{ matrix.distro }}
|
||||||
|
2
debian/control
vendored
2
debian/control
vendored
@ -2,7 +2,7 @@ Source: kiwix-tools
|
|||||||
Section: utils
|
Section: utils
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Maintainer: Kiwix team <kiwix@kiwix.org>
|
Maintainer: Kiwix team <kiwix@kiwix.org>
|
||||||
Build-Depends: debhelper-compat (= 12),
|
Build-Depends: debhelper-compat (= 13),
|
||||||
libkiwix-dev (>= 9.3.0~),
|
libkiwix-dev (>= 9.3.0~),
|
||||||
libmicrohttpd-dev,
|
libmicrohttpd-dev,
|
||||||
meson,
|
meson,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user