[clfft] 08/10: Minor enhancements to rules file.
Ghislain Vaillant
ghisvail-guest at moszumanska.debian.org
Fri Sep 2 13:45:51 UTC 2016
This is an automated email from the git hooks/post-receive script.
ghisvail-guest pushed a commit to branch debian/master
in repository clfft.
commit 9a2d6a7738fa3e445aa1c23836a8b153150da789
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date: Thu Sep 1 10:07:54 2016 +0100
Minor enhancements to rules file.
- Clear superfluous comments.
- Wrap, sort and format.
Gbp-Dch: Full
---
debian/rules | 13 +++++--------
1 file changed, 5 insertions(+), 8 deletions(-)
diff --git a/debian/rules b/debian/rules
index 7c7a5ea..e6d7ba0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,32 +4,29 @@
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
-# Hardening flags.
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
export DEB_CFLAGS_MAINT_APPEND = -Wall -pedantic
export DEB_CXXFLAGS_MAINT_APPEND = -Wall -pedantic
export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
-# Common build options.
BUILD_OPTIONS = \
-DBoost_USE_STATIC_LIBS=OFF \
- -DBUILD_RUNTIME=ON \
-DBUILD_CLIENT=ON \
- -DBUILD_TEST=OFF \
+ -DBUILD_EXAMPLES=OFF \
-DBUILD_LOADLIBRARIES=OFF \
+ -DBUILD_RUNTIME=ON \
-DBUILD_SHARED_LIBS=ON \
- -DBUILD_EXAMPLES=OFF \
+ -DBUILD_TEST=OFF \
-DSUFFIX_LIB="/$(DEB_TARGET_MULTIARCH)"
%:
- dh $@ --parallel \
- --sourcedirectory=src
+ dh $@ --parallel --sourcedirectory=src
override_dh_auto_configure:
dh_auto_configure -- $(BUILD_OPTIONS)
override_dh_auto_build-indep:
- cd docs/ && doxygen clFFT.doxy
+ cd docs && doxygen clFFT.doxy
override_dh_installdocs-indep:
dh_installdocs --indep
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/clfft.git
More information about the debian-science-commits
mailing list