From 96a2fa60363106d10e57c97c0963090e933ad8f2 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Mon, 10 Mar 2008 14:25:54 +0000 Subject: removed "-Wall" from CFLAGS override --- debian/changelog | 1 + debian/rules | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index beabc2c..2a61510 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ conntrack (1:0.9.6-1) UNRELEASED; urgency=low * added package "conntrackd" * updated watchfile for new upstream name "conntrack-tools" (Closes: #449899) + * removed "-Wall" from CFLAGS override * moved DH_COMPAT to debian/compat * don't ignore "make distclean" errors * bumped Standards-Version to 3.7.3 diff --git a/debian/rules b/debian/rules index 5f557dc..52d1506 100755 --- a/debian/rules +++ b/debian/rules @@ -7,7 +7,7 @@ DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) -CFLAGS = -Wall -g +CFLAGS = -g ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) CFLAGS += -O0 -- cgit v1.2.3