From 57fc09f12cfb9642e7ebd4ca3c64d07154d2de9a Mon Sep 17 00:00:00 2001 From: Benjamin Barenblat Date: Mon, 1 Apr 2024 17:59:58 -0400 Subject: Build-Depend on tzdata Work is under way in Debian to remove tzdata from the buildd chroots, but Abseil needs a system tzdata to use while running tests. Add `Build-Depends: tzdata` to ensure that tests always have a tzdata available. Thanks to Sebastian Ramacher for help identifying this issue. --- debian/changelog | 9 +++++---- debian/control | 1 + 2 files changed, 6 insertions(+), 4 deletions(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index d338d2aa..055d7182 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,9 +1,10 @@ -abseil (20230802.1-4) UNRELEASED; urgency=medium +abseil (20230802.1-4) unstable; urgency=medium - * Add an extra build dependency to prevent premature migration (see - https://bugs.debian.org/1059535#39). + * Add extra build dependencies to prevent premature migration (see + https://bugs.debian.org/1059535#39) and to ensure tests have access to + tzdata. - -- Benjamin Barenblat Mon, 01 Apr 2024 10:39:28 -0400 + -- Benjamin Barenblat Mon, 01 Apr 2024 17:50:22 -0400 abseil (20230802.1-3) unstable; urgency=medium diff --git a/debian/control b/debian/control index ded916b4..f0efdbcc 100644 --- a/debian/control +++ b/debian/control @@ -20,6 +20,7 @@ Build-Depends: debhelper-compat (= 12), dpkg-dev (>= 1.22.5), googletest (>= 1.12), + tzdata, Rules-Requires-Root: no Standards-Version: 4.6.2 Section: libs -- cgit v1.2.3