From dfccf81028886556906f8b3211f1554d9331a7d4 Mon Sep 17 00:00:00 2001 From: Daniil Baturin Date: Fri, 28 Mar 2025 14:57:48 -0500 Subject: fixup: T7295: add an explicit dependency on tzdata > 2025 to prevent APT from pulling that package from buster --- debian/control | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 20b1a228c..4186dfb3b 100644 --- a/debian/control +++ b/debian/control @@ -42,7 +42,8 @@ Pre-Depends: libnss-tacplus [amd64], libpam-tacplus [amd64], libpam-radius-auth (= 1.5.0-cl3u7) [amd64], - libnss-mapuser (= 1.1.0-cl3u3) [amd64] + libnss-mapuser (= 1.1.0-cl3u3) [amd64], + tzdata (>= 2025b) Depends: ## Fundamentals ${python3:Depends} (>= 3.10), -- cgit v1.2.3