Subversion Repositories libdkim

Compare Revisions

Ignore whitespace Rev 58 → Rev 59

/trunk/debian/Makefile.in
57,7 → 57,7
&& ln -sf ../$(SHLIBFORLINK) $(SHLIBSONAME))
 
libdkimtest: $(libdkimtest_OBJS) $(SHLIBFORLINK)
$(CXX) -L. -o $@ libdkimtest.o -ldkim $(LIBS)
$(CXX) $(LDFLAGS) -L. -o $@ libdkimtest.o -ldkim $(LIBS)
 
libdkimtest.o: $(libdkimtest_SOURCES) $(HDRS)
$(CXX) $(CXXFLAGS) -o $@ -c $<
/trunk/debian/changelog
5,8 → 5,9
* openssl1.1.patch (new): Support OpenSSL 1.1 API changes (Closes:
#828392).
* Add build-arch and build-indep targets.
* Use dpkg-buildflags (and use CXXFLAGS when building libdkimtest).
 
-- Magnus Holmgren <holmgren@debian.org> Sat, 02 Jul 2016 19:38:21 +0200
-- Magnus Holmgren <holmgren@debian.org> Sat, 02 Jul 2016 19:53:55 +0200
 
libdkim (1:1.0.21-3) unstable; urgency=low
 
/trunk/debian/rules
9,20 → 9,12
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
 
export CXXFLAGS = -Wall -g
 
ifneq (,$(filter noopt,$(DEB_BUILD_OPTIONS)))
CXXFLAGS += -O0
else
CXXFLAGS += -O2
endif
 
configure: config.status
config.status: debian/configure.ac
dh_testdir
ln -sf $(CURDIR)/debian/*.in src/
cd debian && autoconf
debian/configure --srcdir=src/ --prefix=/usr
debian/configure --srcdir=src/ --prefix=/usr $(shell dpkg-buildflags --export=configure)
 
build-indep:
# Nothing to do