[shark] 07/11: d/rules: move OPT_INSTALL_DOCUMENTATION to configure-indep.
Ghislain Vaillant
ghisvail-guest at moszumanska.debian.org
Tue Feb 9 12:16:49 UTC 2016
This is an automated email from the git hooks/post-receive script.
ghisvail-guest pushed a commit to branch debian/sid
in repository shark.
commit dfead8a1be548635103ba1450b9f2a91725dd011
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date: Mon Feb 8 09:08:45 2016 +0000
d/rules: move OPT_INSTALL_DOCUMENTATION to configure-indep.
---
debian/rules | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/debian/rules b/debian/rules
index 0e3027d..db7e0ae 100755
--- a/debian/rules
+++ b/debian/rules
@@ -16,7 +16,6 @@ CMAKE_BUILD_OPTIONS = \
-DBUILD_SHARED_LIBS=ON \
-DENABLE_ATLAS=OFF \
-DENABLE_OPENMP=ON \
- -DOPT_INSTALL_DOCUMENTATION=ON \
-DSHARK_INSTALL_DOC_DIR=share/doc/shark-doc \
-DSHARK_INSTALL_EXAMPLE_DIR=share/doc/shark-doc/examples
@@ -38,7 +37,8 @@ override_dh_auto_configure-arch:
override_dh_auto_configure-indep:
dh_auto_configure -- $(CMAKE_BUILD_OPTIONS) \
-DBUILD_DOCUMENTATION=ON \
- -DBUILD_EXAMPLES=ON
+ -DBUILD_EXAMPLES=ON \
+ -DOPT_INSTALL_DOCUMENTATION=ON
override_dh_installdocs-indep:
dh_installdocs --indep
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/shark.git
More information about the debian-science-commits
mailing list