From 688d946adb2ed137e99ebebefc4b23d537ac627b Mon Sep 17 00:00:00 2001 From: Andrew Hutchings Date: Tue, 28 Oct 2025 15:46:27 +0000 Subject: [PATCH] Fix Debian rules for the documentation --- debian/rules | 3 +++ 1 file changed, 3 insertions(+) diff --git a/debian/rules b/debian/rules index b27eb3f2..75b7aa30 100755 --- a/debian/rules +++ b/debian/rules @@ -34,6 +34,9 @@ override_dh_auto_install: dh_auto_install --destdir=debian/tmp # Remove .la files as per Debian policy find debian/tmp -name '*.la' -delete + # Drop upstream doc copy so dh_installdocs can relocate it correctly + rm -f debian/tmp/usr/share/doc/wolfpkcs11/README_DOXYGEN + -rmdir --ignore-fail-on-non-empty debian/tmp/usr/share/doc/wolfpkcs11 override_dh_install: dh_install