Rev 68 | Rev 71 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 68 | Rev 70 | ||
|---|---|---|---|
| Line 26... | Line 26... | ||
| 26 | afterwards. |
26 | afterwards. |
| 27 | * Put our version of the crontab file in debian/greylistclean.cron.d |
27 | * Put our version of the crontab file in debian/greylistclean.cron.d |
| 28 | and install it using dh_installcron. |
28 | and install it using dh_installcron. |
| 29 | * Upgrade to Debhelper compat level 7. Replace dh_clean -k with |
29 | * Upgrade to Debhelper compat level 7. Replace dh_clean -k with |
| 30 | dh_prep. |
30 | dh_prep. |
| - | 31 | * Switch to source package format 3.0 (quilt), splitting the Debian |
|
| - | 32 | patch as follows: |
|
| - | 33 | * api-limitations.patch: Changes needed because Exim exports only the |
|
| - | 34 | symbols that are part of the official API. |
|
| - | 35 | * spamc-args.patch: Changes related to the arguments sent to spamc. |
|
| - | 36 | * grey-clean-sender.patch: Simplify the sender address so that senders |
|
| - | 37 | using VERP, SRS, etc. hopefully won't be greylisted each and every |
|
| - | 38 | time. |
|
| - | 39 | * grey-only-ipv4.patch: Bail out if a non-IPv4 address is encountered. |
|
| - | 40 | * improved-default-conf.patch: General improvements (in my opinion) of |
|
| - | 41 | the default sa-exim.conf. |
|
| - | 42 | * spamd-not-nobody.patch: Strike the recommendation that spamd run as |
|
| - | 43 | nobody. |
|
| - | 44 | * save-path.patch: Put saved mail in /var/spool/sa-exim instead of |
|
| - | 45 | /var/spool/exim. |
|
| - | 46 | * readme.patch: Other additions to the README file(s). |
|
| 31 | 47 | ||
| 32 | -- Magnus Holmgren <holmgren@debian.org> Sat, 24 Sep 2011 21:26:25 +0200 |
48 | -- Magnus Holmgren <holmgren@debian.org> Sat, 24 Sep 2011 21:26:25 +0200 |
| 33 | 49 | ||
| 34 | sa-exim (4.2.1-13) unstable; urgency=low |
50 | sa-exim (4.2.1-13) unstable; urgency=low |
| 35 | 51 | ||