summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Benjamin Barenblat <bbaren@google.com>2024-03-31 21:06:01 -0400
committerGravatar Benjamin Barenblat <bbaren@google.com>2024-03-31 21:06:01 -0400
commitfd0290df0ad602a5f4ef912f0539395d733dfcbc (patch)
treee7d0d3917e7de6e1448d146edefc1226e010b73a
parentf8c62635a698fb2ff487765eba6a73485ea0b230 (diff)
Recommend pkgconf instead of the deprecated pkg-config20230802.1-3
-rw-r--r--debian/changelog4
-rw-r--r--debian/control2
2 files changed, 3 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog
index 6b941b55..1bf470a2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,9 @@
-abseil (20230802.1-3) UNRELEASED; urgency=medium
+abseil (20230802.1-3) unstable; urgency=medium
* Apply an upstream patch to prevent SIGILLs on RISC-V. (Closes:
#1059532)
- -- Benjamin Barenblat <bbaren@debian.org> Sun, 31 Mar 2024 20:33:48 -0400
+ -- Benjamin Barenblat <bbaren@debian.org> Sun, 31 Mar 2024 21:05:37 -0400
abseil (20230802.1-2) experimental; urgency=medium
diff --git a/debian/control b/debian/control
index 23ad8b9e..f5730182 100644
--- a/debian/control
+++ b/debian/control
@@ -40,7 +40,7 @@ Depends:
libabsl20230802 (= ${binary:Version}),
${misc:Depends},
Recommends:
- cmake (>= 3.13) | pkg-config,
+ cmake (>= 3.13) | pkgconf,
g++ (>= 7.3.1),
libgmock-dev (>= 1.12),
Description: ${source:Synopsis} (development files)