[med-svn] [daligner] 03/05: d/rules: Don't combine CPPFLAGS with CFLAGS
Afif Elghraoui
afif at moszumanska.debian.org
Tue Dec 27 21:07:18 UTC 2016
This is an automated email from the git hooks/post-receive script.
afif pushed a commit to branch master
in repository daligner.
commit 304f9eebd0d4af6d7eae6ae09e78d7c46c0ae75d
Author: Afif Elghraoui <afif at debian.org>
Date: Tue Dec 27 12:55:05 2016 -0800
d/rules: Don't combine CPPFLAGS with CFLAGS
The patch to the upstream build system makes this unnecessary.
---
debian/rules | 3 ---
1 file changed, 3 deletions(-)
diff --git a/debian/rules b/debian/rules
index f66f8e7..aaa4d71 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,9 +3,6 @@
#DH_VERBOSE = 1
include /usr/share/dpkg/default.mk
-# The upstream build system doesn't honor CPPFLAGS
-CFLAGS := $(CPPFLAGS) $(CFLAGS)
-
%:
dh $@ --parallel
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/daligner.git
More information about the debian-med-commit
mailing list