We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 09786e3 + 688d946 commit 52be358Copy full SHA for 52be358
debian/rules
@@ -34,6 +34,9 @@ override_dh_auto_install:
34
dh_auto_install --destdir=debian/tmp
35
# Remove .la files as per Debian policy
36
find debian/tmp -name '*.la' -delete
37
+ # Drop upstream doc copy so dh_installdocs can relocate it correctly
38
+ rm -f debian/tmp/usr/share/doc/wolfpkcs11/README_DOXYGEN
39
+ -rmdir --ignore-fail-on-non-empty debian/tmp/usr/share/doc/wolfpkcs11
40
41
override_dh_install:
42
dh_install
0 commit comments