| /trunk/debian/control |
|---|
| 6,7 → 6,7 |
| Section: libs |
| Homepage: http://libdkim.sourceforge.net |
| Package: libdkim1 |
| Package: libdkim0d |
| Section: libs |
| Architecture: any |
| Depends: ${shlibs:Depends}, ${misc:Depends} |
| 25,7 → 25,7 |
| Package: libdkim-dev |
| Section: libdevel |
| Architecture: any |
| Depends: libdkim1 (= ${binary:Version}), libssl-dev |
| Depends: libdkim0d (= ${binary:Version}), libssl-dev |
| Description: cryptographically identify the sender of email |
| DomainKeys Identified Mail (DKIM) defines a domain-level |
| authentication framework for email using public-key cryptography and |
| /trunk/debian/Makefile.in |
|---|
| 35,8 → 35,8 |
| SHLIBSONAME = $(SHLIBFORLINK).$(SHLIBMAJOR) |
| SHLIBTARGET = $(SHLIBFORLINK) |
| SHLIBLINK = $(CXX) $(LDFLAGS) -shared -Wl,-soname=$(SHLIBSONAME) |
| SHLIBMAJOR = 1 |
| SHLIBMINOR = 0 |
| SHLIBMAJOR = 0d |
| SHLIBMINOR = 1 |
| SHLIBFILE = $(SHLIBSONAME).$(SHLIBMINOR) |
| SHLIBCFLAGS = -fPIC |
| /trunk/debian/changelog |
|---|
| 1,3 → 1,10 |
| libdkim (1:1.0.19-2) unstable; urgency=low |
| * Change the SOVERSION to 0d (d for Debian) to avoid potential future |
| clashes. |
| -- Magnus Holmgren <holmgren@debian.org> Mon, 16 Jun 2008 13:13:31 +0200 |
| libdkim (1:1.0.19-1exp1+eximdkim) experimental; urgency=low |
| * Experimental version made specifically to work with potential DKIM |