Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 7c5b0fdb authored by SPINDLER Fabien's avatar SPINDLER Fabien
Browse files

Since Ogre removal, remove dh_override_install (Closes: #813564)

parent b55c9d6c
No related branches found
No related tags found
No related merge requests found
......@@ -105,13 +105,14 @@ override_dh_auto_test-arch:
export VISP_INPUT_IMAGE_PATH=/usr/share/visp-images-data/ \
&& dh_auto_test --max-parallel=1 || ${DH_AUTOTEST_CAN_FAIL}
override_dh_install:
ifneq ($(DEB_HOST_ARCH_OS),hurd)
ifneq ($(DEB_HOST_ARCH_OS),kfreebsd)
# On hurd and kfreebsd usr/lib/*/visp/* is empty and produces an error
dh_install "usr/lib/*/visp/*" -p libvisp-dev
# Continue with regular dh_install
dh_install
endif
endif
# Since Ogre removal no more useful
#override_dh_install:
#ifneq ($(DEB_HOST_ARCH_OS),hurd)
# ifneq ($(DEB_HOST_ARCH_OS),kfreebsd)
# # On hurd and kfreebsd usr/lib/*/visp/* is empty and produces an error
# dh_install "usr/lib/*/visp/*" -p libvisp-dev
# # Continue with regular dh_install
# dh_install
# endif
#endif
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