Subversion Repositories libdkim

Compare Revisions

Ignore whitespace Rev 40 → Rev 41

/trunk/debian/Makefile.in
56,8 → 56,8
[ -z "$(SHLIBSONAME)" ] || (cd .lib \
&& ln -sf ../$(SHLIBFORLINK) $(SHLIBSONAME))
 
libdkimtest: $(libdkimtest_OBJS) libdkim.a
$(CXX) -static -o $@ libdkimtest.o libdkim.a $(LIBS)
libdkimtest: $(libdkimtest_OBJS) $(SHLIBFORLINK)
$(CXX) -L. -ldkim $(LIBS) -o $@ libdkimtest.o
 
libdkimtest.o: $(libdkimtest_SOURCES) $(HDRS)
$(CXX) $(CXXFLAGS) -o $@ -c $<
87,5 → 87,7
&& ln -sf $(SHLIBFILE) $(SHLIBFORLINK) )
install -m 644 $(srcdir)/dkim.h $(DESTDIR)$(includedir)
install -m 644 libdkim.pc $(DESTDIR)$(libdir)/pkgconfig
install -m 755 -d $(DESTDIR)$(bindir)
install -m 755 libdkimtest $(DESTDIR)$(bindir)
 
.PHONY: all install clean distclean
/trunk/debian/changelog
3,8 → 3,9
* Add debug package (Closes: #532058).
* Use strtok_r() instead of strtok() for thread safety (Closes:
#532740). Patch by Russel Coker.
* Include built libdkimtest (Closes: #524147).
 
-- Magnus Holmgren <holmgren@debian.org> Sun, 02 Aug 2009 21:43:15 +0200
-- Magnus Holmgren <holmgren@debian.org> Mon, 14 Sep 2009 21:35:43 +0200
 
libdkim (1:1.0.19-3) unstable; urgency=low
 
/trunk/debian/libdkim-dev.install
2,3 → 2,4
usr/lib/lib*.a
usr/lib/lib*.so
usr/lib/pkgconfig
usr/bin/libdkimtest
/trunk/debian/libdkim-dev.README.Debian
0,0 → 1,21
The libdkimtest program is currently not very user-friendly and only
suitable for testing. Please refer to the source code, which can be
found in /usr/share/doc/libdkim-dev/examples, for usage information.
 
Yahoo! Inc. claims patent rights concerning DomainKeys and
DKIM. Details of the claim can be found at
<https://datatracker.ietf.org/public/ipr_detail_show.cgi?&ipr_id=693>.
Their licensing statement from that page reads as follows, as of
2007-02-30:
 
"Yahoo! licenses its Necessary Patent Claims contained in the patent(s) and
patent application(s) disclosed above under either of two separate license
agreements, one of which is the DomainKeys Patent License Agreement (v1.2), and
the other is the GNU General Public License v2.0 (and no other version)."
 
It is believed that this will cause normal users no legal problems, but the
packager can't guarantee anything.
 
For more information about DKIM, see http://mipassoc.org/dkim/
 
-- Magnus Holmgren <holmgren@debian.org>, Mon, 14 Sep 2009 22:08:09 +0200