[clblas] 01/01: Add missing maintainer CXXFLAGS.

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Wed Nov 25 10:18: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 clblas.

commit 2be1b386c2b1caa1935f5b04253dc4cef796e4a6
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date:   Wed Nov 25 09:45:41 2015 +0000

    Add missing maintainer CXXFLAGS.
    
    Gbp-Dch: Short
    Thanks: YunQian Su for the suggestion.
---
 debian/rules | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/debian/rules b/debian/rules
index faf7b06..69e075b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,6 +7,7 @@
 # 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
 
 # Environment information.
@@ -16,6 +17,7 @@ DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
 # Build without Altivec to prevent FTBFS on ppc64el.
 ifeq ($(DEB_HOST_ARCH),ppc64el)
 DEB_CFLAGS_MAINT_APPEND += -mno-altivec
+DEB_CXXFLAGS_MAINT_APPEND += -mno-altivec
 endif
 
 %:

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/clblas.git



More information about the debian-science-commits mailing list