mirror of https://github.com/kiwix/libkiwix.git
Merge pull request #389 from kiwix/ppa-sync
PPA: Drop eoan and sync with proper Debian package
This commit is contained in:
commit
d8991c5459
|
@ -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 }}
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
Source: libkiwix
|
Source: libkiwix
|
||||||
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),
|
||||||
meson,
|
meson,
|
||||||
pkg-config,
|
pkg-config,
|
||||||
libzim-dev (>= 6.0.0),
|
libzim-dev (>= 6.1.8),
|
||||||
libcurl4-gnutls-dev,
|
libcurl4-gnutls-dev,
|
||||||
libicu-dev,
|
libicu-dev,
|
||||||
libgtest-dev,
|
libgtest-dev,
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
usr/share/man/man1/kiwix-compile-resources.1
|
|
@ -3,3 +3,6 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all
|
||||||
|
|
||||||
%:
|
%:
|
||||||
dh $@ --buildsystem=meson
|
dh $@ --buildsystem=meson
|
||||||
|
|
||||||
|
override_dh_auto_test:
|
||||||
|
dh_auto_test -- -t 3
|
||||||
|
|
Loading…
Reference in New Issue