[clfft] 04/08: d/rules: default to non-verbose

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Thu Jul 9 12:36:35 UTC 2015


This is an automated email from the git hooks/post-receive script.

ghisvail-guest pushed a commit to branch debian/sid
in repository clfft.

commit eb84bf9cf799bf7746b5eb593457bf6073312f24
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date:   Thu Jul 9 13:25:32 2015 +0100

    d/rules: default to non-verbose
---
 debian/rules | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index fcb3503..a13becc 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,7 +2,7 @@
 # -*- makefile -*-
 
 # Uncomment this to turn on verbose mode.
-export DH_VERBOSE=1
+#export DH_VERBOSE=1
 
 # see EXAMPLES in dpkg-buildflags(1) and read /usr/share/dpkg/*
 DPKG_EXPORT_BUILDFLAGS = 1
@@ -21,6 +21,9 @@ override_dh_auto_configure:
 		-DBUILD_TEST=ON \
 		-DBUILD_LOADLIBRARIES=OFF \
 		-DBUILD_SHARED_LIBRARY=ON
+
+override_dh_auto_build:
+	dh_auto_build
 	echo "I: Generating Doxygen documentation"
 	cd doc/ && doxygen clFFT.doxy && rm html/jquery.js
 

-- 
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