Subversion Repositories libdkim

Compare Revisions

Ignore whitespace Rev 5 → Rev 4

/branches/exp-tk/debian/Makefile.in
34,7 → 34,7
SHLIBTARGET = $(SHLIBFORLINK)
SHLIBLINK = $(CXX) $(LDFLAGS) -shared -Wl,-soname=$(SHLIBSONAME) -Wl,-version-script=$(SHLIBVERSCRIPT)
SHLIBMAJOR = 0
SHLIBMINOR = 1
SHLIBMINOR = 0
SHLIBFILE = $(SHLIBSONAME).$(SHLIBMINOR)
SHLIBCFLAGS = -fPIC
 
/branches/exp-tk/debian/patches/30_extra_fields.dpatch
File deleted
/branches/exp-tk/debian/patches/00list
1,2 → 1,0
20_winmacros
30_extra_fields
/branches/exp-tk/debian/changelog
1,12 → 1,3
libdkim (1.0.14-1exp1+eximdkim) experimental; urgency=low
 
* Experimental version made specifically to work with potential DKIM
support in Exim.
* 30_extra_fields.dpatch (new): Add Domain and IdentityDomain fields to
struct DKIMVerifyDetails (this is Tom Kistner's plan).
 
-- Magnus Holmgren <magnus@kibibyte.se> Sun, 30 Sep 2007 12:36:43 +0200
 
libdkim (1.0.14-1) unstable; urgency=low
 
* New upstream release.
/branches/exp-tk/debian/rules
74,9 → 74,7
dh_strip
dh_compress
dh_fixperms
# The shlibs dependency is intentionally made tight, because we have an
# experimental extension that may not be there in the next official release.
dh_makeshlibs -V "libdkim0 (= `dpkg-parsechangelog | sed -ne 's/Version: *//p'`)"
dh_makeshlibs
dh_installdeb
dh_shlibdeps
dh_gencontrol