[visp] 03/05: Since Ogre removal, remove dh_override_install (Closes: #813564)
Olivier Sallou
osallou at debian.org
Fri Feb 5 08:53:52 UTC 2016
This is an automated email from the git hooks/post-receive script.
osallou pushed a commit to branch master
in repository visp.
commit 7c5b0fdb07149e719f299119de811a920a9bd5b6
Author: Fabien Spindler <Fabien.Spindler at inria.fr>
Date: Wed Feb 3 11:50:10 2016 +0100
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 04f1645..58f95c5 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
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/visp.git
More information about the debian-science-commits
mailing list