summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2008-03-10 14:25:54 +0000
committerMax Kellermann <max@duempel.org>2008-03-10 14:25:54 +0000
commit96a2fa60363106d10e57c97c0963090e933ad8f2 (patch)
tree9542b8515312cbdd1762572441675f0533c5eac3 /debian
parent2bb43e118b9f0a3ef5c27704f29e3a671201ac7a (diff)
downloadconntrack-tools-96a2fa60363106d10e57c97c0963090e933ad8f2.tar.gz
conntrack-tools-96a2fa60363106d10e57c97c0963090e933ad8f2.zip
removed "-Wall" from CFLAGS override
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog1
-rwxr-xr-xdebian/rules2
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