From a4235b650f701bd48e387f3b7028856aa21d85e9 Mon Sep 17 00:00:00 2001 From: Benjamin Barenblat Date: Mon, 1 Apr 2024 17:49:58 -0400 Subject: Block migration until the time_t transition is ready to advance MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add a Build-Depends on dpkg-dev (>= 1.22.5) to ensure this package doesn’t migrate from unstable to testing until the ongoing time_t transition is ready for it (https://bugs.debian.org/1059535#39). --- debian/changelog | 7 +++++++ debian/control | 1 + 2 files changed, 8 insertions(+) diff --git a/debian/changelog b/debian/changelog index 1bf470a2..d338d2aa 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +abseil (20230802.1-4) UNRELEASED; urgency=medium + + * Add an extra build dependency to prevent premature migration (see + https://bugs.debian.org/1059535#39). + + -- Benjamin Barenblat Mon, 01 Apr 2024 10:39:28 -0400 + abseil (20230802.1-3) unstable; urgency=medium * Apply an upstream patch to prevent SIGILLs on RISC-V. (Closes: diff --git a/debian/control b/debian/control index f5730182..ded916b4 100644 --- a/debian/control +++ b/debian/control @@ -18,6 +18,7 @@ Maintainer: Benjamin Barenblat Build-Depends: cmake (>= 3.13), debhelper-compat (= 12), + dpkg-dev (>= 1.22.5), googletest (>= 1.12), Rules-Requires-Root: no Standards-Version: 4.6.2 -- cgit v1.2.3