summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Benjamin Barenblat <bbaren@google.com>2024-04-01 17:59:58 -0400
committerGravatar Benjamin Barenblat <bbaren@google.com>2024-04-01 17:59:58 -0400
commit57fc09f12cfb9642e7ebd4ca3c64d07154d2de9a (patch)
tree9ba2802c5f462e6b7766ed93fe2da5b941a43e7f
parenta4235b650f701bd48e387f3b7028856aa21d85e9 (diff)
Build-Depend on tzdataHEAD20230802.1-4master
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 <sramacher@debian.org> for help identifying this issue.
-rw-r--r--debian/changelog9
-rw-r--r--debian/control1
2 files changed, 6 insertions, 4 deletions
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 <bbaren@debian.org> Mon, 01 Apr 2024 10:39:28 -0400
+ -- Benjamin Barenblat <bbaren@debian.org> 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