--- Begin Message ---
- To: submit@bugs.debian.org
- Subject: unblock: abseil/20240722.0-4
- From: Nilesh Patra <nilesh@iki.fi>
- Date: Sun, 1 Jun 2025 00:11:11 +0530
- Message-id: <2fb1ea69-02d7-4bf3-a054-1e163ac8acb1@iki.fi>
Package: release.debian.org
Severity: normal
X-Debbugs-Cc: abseil@packages.debian.org
Control: affects -1 + src:abseil
User: release.debian.org@packages.debian.org
Usertags: unblock
Please unblock package abseil
[ Reason ]
Fix autopkgtest regression reported in #1105827)
[ Impact ]
This is a bug with the abseil test itself, so this is more
of a fix for its testsuite. Just that autopkgtests will keep
failing in trixie.
[ Tests ]
This is a fix for tests itself
[ Risks ]
Trivial change, no risk
[ Checklist ]
[x] all changes are documented in the d/changelog
[x] I reviewed all changes and I approve them
[x] attach debdiff against the package in testing
unblock abseil/20240722.0-4
diff -Nru abseil-20240722.0/debian/changelog abseil-20240722.0/debian/changelog
--- abseil-20240722.0/debian/changelog 2025-04-05 18:29:48.000000000 +0530
+++ abseil-20240722.0/debian/changelog 2025-05-28 08:09:18.000000000 +0530
@@ -1,3 +1,10 @@
+abseil (20240722.0-4) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Fix autopkgtest regression (Closes: #1105827)
+
+ -- Nilesh Patra <nilesh@debian.org> Wed, 28 May 2025 08:09:18 +0530
+
abseil (20240722.0-3) unstable; urgency=medium
* Team upload.
diff -Nru abseil-20240722.0/debian/tests/smoke abseil-20240722.0/debian/tests/smoke
--- abseil-20240722.0/debian/tests/smoke 2025-03-31 13:18:30.000000000 +0530
+++ abseil-20240722.0/debian/tests/smoke 2025-05-27 23:45:13.000000000 +0530
@@ -33,5 +33,5 @@
} // namespace
EOF
-g++ -o smoke smoke.cc -labsl_strings -lgtest -lgtest_main -pthread
+g++ -o smoke smoke.cc -labsl_strings -labsl_raw_logging_internal -lgtest -lgtest_main -pthread
./smoke
--- End Message ---