Subversion Repositories sa-exim

Compare Revisions

Ignore whitespace Rev 81 → Rev 82

/trunk/debian/changelog
25,8 → 25,9
* greylist-lint.patch: disable greylisting plugin during spamassassin
--lint to avoid warnings about missing headers (Closes: #760860).
Thanks to Chaskiel Grundman.
* Use dpkg-buildflags.
 
-- Magnus Holmgren <holmgren@debian.org> Fri, 22 Jul 2016 10:58:46 +0200
-- Magnus Holmgren <holmgren@debian.org> Fri, 22 Jul 2016 11:13:01 +0200
 
sa-exim (4.2.1-14) unstable; urgency=low
 
/trunk/debian/rules
5,14 → 5,10
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
 
CFLAGS = -Wall -g
CFLAGS := $(shell dpkg-buildflags --get CFLAGS)
CPPFLAGS := $(shell dpkg-buildflags --get CPPFLAGS)
LDFLAGS := $(shell dpkg-buildflags --get LDFLAGS)
 
ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
CFLAGS += -O0
else
CFLAGS += -O2
endif
 
build: build-arch
 
build-indep:
20,7 → 16,8
build-arch: build-stamp
build-stamp:
dh_testdir
$(MAKE) BUILDCFLAGS='-I/usr/include/exim4 -fPIC $$(CFLAGS)' SUFF=''
$(MAKE) BUILDCFLAGS='-I/usr/include/exim4 -fPIC $$(CPPFLAGS) $$(CFLAGS)' \
CPPFLAGS='$(CPPFLAGS)' CFLAGS='$(CFLAGS)' LDFLAGS='-shared $(LDFLAGS)' SUFF=''
touch build-stamp
 
clean: