[libfann] 126/133: Fix setting of DEB_CFLAGS_MAINT_APPEND

Christian Kastner chrisk-guest at moszumanska.debian.org
Sat Oct 4 21:07:56 UTC 2014


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

chrisk-guest pushed a commit to branch master
in repository libfann.

commit 5c9883968836c006a065cf64464aa7359f59aeda
Author: Christian Kastner <debian at kvr.at>
Date:   Wed Apr 23 11:52:24 2014 +0200

    Fix setting of DEB_CFLAGS_MAINT_APPEND
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index e91d092..2df132d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,7 +5,7 @@
 #export DH_VERBOSE=1
 
 # These get included in the build flags by debhelper
-export DEB_CFLAGS_MAINT_APPEND += -Wall
+export DEB_CFLAGS_MAINT_APPEND = -Wall
 
 # For pybuild
 export PYBUILD_NAME=pyfann

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



More information about the debian-science-commits mailing list