[libmpikmeans] 04/16: d/rules: Fix missing export of DEB_CFLAGS_MAINT_APPEND

Christian Kastner ckk at moszumanska.debian.org
Sun Apr 24 16:24:08 UTC 2016


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

ckk pushed a commit to branch master
in repository libmpikmeans.

commit e55f6802007c5347ca882ee5e7df0fbbedaf051f
Author: Christian Kastner <ckk at kvr.at>
Date:   Tue Mar 22 20:24:23 2016 +0100

    d/rules: Fix missing export of DEB_CFLAGS_MAINT_APPEND
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index b44fd82..6f58e44 100755
--- a/debian/rules
+++ b/debian/rules
@@ -16,7 +16,7 @@ PYVERS = $(shell pyversions -r -v)
 export PYVERS
 
 # Extend build flags
-DEB_CFLAGS_MAINT_APPEND += -Wall -Wno-unused
+export DEB_CFLAGS_MAINT_APPEND += -Wall -Wno-unused
 
 DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
 

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



More information about the debian-science-commits mailing list