From e16cd9342ca31b2ddfe3b7bb8fba7bb599072833 Mon Sep 17 00:00:00 2001 From: John Mulligan Date: Thu, 30 Apr 2026 15:45:23 -0400 Subject: [PATCH] debian: remove xmlsec1 deps from control file These deps should be included as part of the dependencies of the python-onelogin-saml2 package. The names of the packages have changed between jammy (22.04) and resolute (26.04) and it's not convenient (or possible?) in debian packaging to have different dependencies for different versions of the OS. Since they'll be pulled in as needed by onelogin package, we can just remove these. Signed-off-by: John Mulligan --- debian/control | 4 ---- 1 file changed, 4 deletions(-) diff --git a/debian/control b/debian/control index 0f335519d024..9d3076e2c7b2 100644 --- a/debian/control +++ b/debian/control @@ -77,10 +77,6 @@ Build-Depends: automake, libthrift-dev (>= 0.13.0), libyaml-cpp-dev (>= 0.6), libzstd-dev , - libxmlsec1 , - libxmlsec1-nss , - libxmlsec1-openssl , - libxmlsec1-dev , libdaxctl-dev (>= 63) , libndctl-dev (>= 63) , libpmem-dev , -- 2.47.3