Skip to content
Snippets Groups Projects
Commit 73fccd9a authored by Andrea Bolognani's avatar Andrea Bolognani Committed by Guido Günther
Browse files

Specify --doc-main-package for dh_installdocs

Starting with compat 11, debhelper tries to detect this
itself, but unfortunately it's getting it wrong for us and
picking libvirt-dev instead of libvirt-doc.

Fixes doc-base-file-references-missing-file Lintian error.
parent 92f3b3a8
No related branches found
No related tags found
1 merge request!29Merge changes from experimental
......@@ -233,7 +233,8 @@ override_dh_installsystemd:
dh_installsystemd -p libvirt-daemon-system --no-stop-on-upgrade $(LIBVIRT_SYSTEM_SERVICES)
override_dh_installdocs:
dh_installdocs
dh_installdocs -plibvirt-doc --doc-main-package libvirt-doc
dh_installdocs -Nlibvirt-doc
# Remove binaries and object files examples
[ ! -d $(EXAMPLES_DIR) ] || find $(EXAMPLES_DIR) -name "*.o" -type f -delete -o -name .libs -type d -exec rm -rf {} \;
rm -f $(EXAMPLES_DIR)domain-events/events-c/event-test \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment