Subversion Repositories libdkim

Compare Revisions

Ignore whitespace Rev 52 → Rev 53

/trunk/debian/Makefile.in
57,7 → 57,7
&& ln -sf ../$(SHLIBFORLINK) $(SHLIBSONAME))
 
libdkimtest: $(libdkimtest_OBJS) $(SHLIBFORLINK)
$(CXX) -L. -ldkim -o $@ libdkimtest.o $(LIBS)
$(CXX) -L. -o $@ libdkimtest.o -ldkim $(LIBS)
 
libdkimtest.o: $(libdkimtest_SOURCES) $(HDRS)
$(CXX) $(CXXFLAGS) -o $@ -c $<
/trunk/debian/changelog
1,3 → 1,10
libdkim (1:1.0.21-3) unstable; urgency=low
 
* Completely correct order of object files and libraries (Closes:
#627387 again).
 
-- Magnus Holmgren <holmgren@debian.org> Tue, 14 Jun 2011 20:51:32 +0200
 
libdkim (1:1.0.21-2) unstable; urgency=low
 
* debian/Makefile.in: Correct order of object files and libraries when