Subversion Repositories libdkim

Compare Revisions

Ignore whitespace Rev 32 → Rev 33

/trunk/debian/Makefile.in
34,7 → 34,7
SHLIBFORLINK = libdkim.so
SHLIBSONAME = $(SHLIBFORLINK).$(SHLIBMAJOR)
SHLIBTARGET = $(SHLIBFORLINK)
SHLIBLINK = $(CXX) $(LDFLAGS) -shared -Wl,-soname=$(SHLIBSONAME)
SHLIBLINK = $(CXX) $(LDFLAGS) -shared -Wl,-soname=$(SHLIBSONAME) -Wl,-version-script=debian/libdkim.ver
SHLIBMAJOR = 0d
SHLIBMINOR = 1
SHLIBFILE = $(SHLIBSONAME).$(SHLIBMINOR)
/trunk/debian/changelog
2,8 → 2,9
 
* Change the SOVERSION to 0d (d for Debian) to avoid potential future
clashes.
* Bring back the version script, but only to hide internal symbols.
 
-- Magnus Holmgren <holmgren@debian.org> Mon, 16 Jun 2008 13:13:31 +0200
-- Magnus Holmgren <holmgren@debian.org> Mon, 16 Jun 2008 17:16:09 +0200
 
libdkim (1:1.0.19-1exp1+eximdkim) experimental; urgency=low
 
/trunk/debian/libdkim.ver
1,4 → 1,4
DKIM_0.0 {
{
global: DKIM*;
local: *;
};