[Pkg-cron-devel] [pkg-cron] 04/07: d/rules: Use DEB_CFLAGS_MAINT_APPEND instead of CFLAGS directly

Christian Kastner ckk at moszumanska.debian.org
Sun May 1 20:10:51 UTC 2016


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

ckk pushed a commit to branch master
in repository pkg-cron.

commit 9f48a49459b185b8e784514d15e0e45a2871d891
Author: Christian Kastner <ckk at kvr.at>
Date:   Sun May 1 17:21:30 2016 +0200

    d/rules: Use DEB_CFLAGS_MAINT_APPEND instead of CFLAGS directly
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 87c3ed3..f24a2f1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -22,7 +22,7 @@ export CC=$(DEB_HOST_GNU_TYPE)-gcc
 endif
 
 # Standard compiler flags 
-CFLAGS += -Wall -Wno-unused -Wno-comment
+export DEB_CFLAGS_MAINT_APPEND += -Wall -Wno-unused -Wno-comment
 
 # debug is disabled by default
 ifneq (,$(findstring debug,$(DEB_BUILD_OPTIONS)))

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-cron/pkg-cron.git



More information about the Pkg-cron-devel mailing list