contrib: install "policykit-1" package on Debian

This is needed to get "/usr/share/gettext/its/polkit.its",
otherwise msgfmt will fail on Debian:

  /usr/bin/msgfmt: cannot locate ITS rules for data/org.freedesktop.NetworkManager.policy.in
This commit is contained in:
Thomas Haller 2022-03-15 23:04:16 +01:00
parent f307e12080
commit c19b5d76c2
No known key found for this signature in database
GPG key ID: 29C2366E4DFC5728
2 changed files with 3 additions and 2 deletions

View file

@ -48,8 +48,8 @@ variables:
# This is done by running `ci-fairy generate-template` and possibly bump
# ".default_tag".
FEDORA_TAG: '2022-02-21.0-f42312ef8cae'
UBUNTU_TAG: '2022-02-21.0-ab561a08b357'
DEBIAN_TAG: '2022-02-21.0-ab561a08b357'
UBUNTU_TAG: '2022-02-21.0-e99d8c573303'
DEBIAN_TAG: '2022-02-21.0-e99d8c573303'
CENTOS_TAG: '2022-02-21.0-f42312ef8cae'
ALPINE_TAG: '2022-02-21.0-bad60eeb6900'

View file

@ -62,6 +62,7 @@ install \
meson \
mobile-broadband-provider-info \
pkg-config \
policykit-1 \
ppp \
ppp-dev \
python-dbus \