From 7c5b0fdb07149e719f299119de811a920a9bd5b6 Mon Sep 17 00:00:00 2001 From: Fabien Spindler <Fabien.Spindler@inria.fr> Date: Wed, 3 Feb 2016 11:50:10 +0100 Subject: [PATCH] Since Ogre removal, remove dh_override_install (Closes: #813564) --- debian/rules | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/debian/rules b/debian/rules index 04f1645e..58f95c56 100755 --- a/debian/rules +++ b/debian/rules @@ -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 -- GitLab