diff options
author | Benjamin Barenblat <bbaren@google.com> | 2024-04-01 17:49:58 -0400 |
---|---|---|
committer | Benjamin Barenblat <bbaren@google.com> | 2024-04-01 17:49:58 -0400 |
commit | a4235b650f701bd48e387f3b7028856aa21d85e9 (patch) | |
tree | 3eaf7392978fc8de67cccdcbca5f471c80735146 /debian | |
parent | fd0290df0ad602a5f4ef912f0539395d733dfcbc (diff) | |
download | abseil-a4235b650f701bd48e387f3b7028856aa21d85e9.tar.gz abseil-a4235b650f701bd48e387f3b7028856aa21d85e9.tar.bz2 abseil-a4235b650f701bd48e387f3b7028856aa21d85e9.zip |
Block migration until the time_t transition is ready to advance
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).
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 7 | ||||
-rw-r--r-- | debian/control | 1 |
2 files changed, 8 insertions, 0 deletions
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 <bbaren@debian.org> 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 <bbaren@debian.org> 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 |