diff options
author | Max Kellermann <max@duempel.org> | 2008-03-10 14:25:54 +0000 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2008-03-10 14:25:54 +0000 |
commit | 96a2fa60363106d10e57c97c0963090e933ad8f2 (patch) | |
tree | 9542b8515312cbdd1762572441675f0533c5eac3 /debian | |
parent | 2bb43e118b9f0a3ef5c27704f29e3a671201ac7a (diff) | |
download | conntrack-tools-96a2fa60363106d10e57c97c0963090e933ad8f2.tar.gz conntrack-tools-96a2fa60363106d10e57c97c0963090e933ad8f2.zip |
removed "-Wall" from CFLAGS override
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 1 | ||||
-rwxr-xr-x | debian/rules | 2 |
2 files changed, 2 insertions, 1 deletions
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 |