From 69c1f95b3854473e88e2869b22cec340a6c4b745 Mon Sep 17 00:00:00 2001 From: Cody Robibero Date: Tue, 21 Jul 2026 21:35:04 -0400 Subject: [PATCH] Exclude libpdfium.so from dh_strip (#138) --- debian/rules | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/debian/rules b/debian/rules index d97767e..afd09ce 100755 --- a/debian/rules +++ b/debian/rules @@ -41,6 +41,12 @@ override_dh_gencontrol: override_dh_auto_test: +# libpdfium.so is a prebuilt third-party binary carrying an 8-byte GNU build ID, +# which the runner's debugedit cannot rewrite ("Cannot handle 8-byte build ID"), +# aborting dh_strip. It is already stripped, so exclude it from dh_strip entirely. +override_dh_strip: + dh_strip -Xlibpdfium.so + override_dh_clistrip: override_dh_auto_build: