From 086f6bc9f4852dd530517ce144090c5b9b476e22 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Fri, 26 May 2023 16:52:32 +0100 Subject: [PATCH] Use libsoup 3 for test code --- debian/control | 2 +- debian/rules | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index 128bc122..535da879 100644 --- a/debian/control +++ b/debian/control @@ -37,7 +37,7 @@ Build-Depends: liblzma-dev, libmount-dev (>= 2.23), libselinux1-dev, - libsoup2.4-dev (>= 2.39.1), + libsoup-3.0-dev (>= 3.0.0), libsystemd-dev, libtool, procps, diff --git a/debian/rules b/debian/rules index 617b20e6..806e5f4e 100755 --- a/debian/rules +++ b/debian/rules @@ -21,7 +21,7 @@ configure_options = \ --with-libsystemd \ --with-libmount \ --with-modern-grub \ - --with-soup \ + --with-soup3 \ --with-selinux \ --with-systemdsystemgeneratordir=/lib/systemd/system-generators \ --with-systemdsystemunitdir=/lib/systemd/system \ -- 2.30.2