From 7db3524407a17e857a0e1816253e12b52aff8c1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=8D=C3=B1igo=20Huguet?= Date: Tue, 29 Aug 2023 13:12:48 +0200 Subject: [PATCH] contrib: add libpsl-dev to debian requirements It's installed for Fedora and Alpine, and building with meson requires it by default. https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/merge_requests/1723 (cherry picked from commit 510952b0369e9b8e2b409505a0698512e4891b5a) --- .gitlab-ci.yml | 4 ++-- contrib/debian/REQUIRED_PACKAGES | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 55c5d651a1..43dab1521e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -59,9 +59,9 @@ variables: # ".default_tag". ALPINE_TAG: 'tag-d53edbf2ebdd' CENTOS_TAG: 'tag-c374af7add25' - DEBIAN_TAG: 'tag-340ef1f25d8d' + DEBIAN_TAG: 'tag-0e28ea47158f' FEDORA_TAG: 'tag-c374af7add25' - UBUNTU_TAG: 'tag-340ef1f25d8d' + UBUNTU_TAG: 'tag-0e28ea47158f' ALPINE_EXEC: 'bash .gitlab-ci/alpine-install.sh' CENTOS_EXEC: 'bash .gitlab-ci/fedora-install.sh' diff --git a/contrib/debian/REQUIRED_PACKAGES b/contrib/debian/REQUIRED_PACKAGES index 4e8bb8c603..8e68bba35c 100755 --- a/contrib/debian/REQUIRED_PACKAGES +++ b/contrib/debian/REQUIRED_PACKAGES @@ -60,6 +60,7 @@ install \ libnewt-dev \ libnss3-dev \ libpolkit-gobject-1-dev \ + libpsl-dev \ libreadline-dev \ libsystemd-dev \ libteam-dev \