summaryrefslogtreecommitdiff
path: root/debian/control
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 /debian/control
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.
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control1
1 files changed, 1 insertions, 0 deletions
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