diff options
author | Marc Haber <zugschlus@debian.org> | 2006-11-15 11:04:28 +0000 |
---|---|---|
committer | Marc Haber <zugschlus@debian.org> | 2006-11-15 11:04:28 +0000 |
commit | f2ad0ba5c4d38750b978cf960e9ee4a3ae733735 (patch) | |
tree | 2c64a0039c195e90824aad8cd198530b1d069de2 /debian | |
parent | 006f28ff034815352266468f604a8bd946cfdf56 (diff) | |
download | exim4-f2ad0ba5c4d38750b978cf960e9ee4a3ae733735.tar.gz |
* enable sqlite for exim4-daemon-heavy.
Thanks to Adrian Phillips. Closes: #398718
svn path=/exim/branches/pre-4.64-snapshot/; revision=1786
Diffstat (limited to 'debian')
-rw-r--r-- | debian/EDITME.exim4-heavy.diff | 10 | ||||
-rw-r--r-- | debian/README.Debian.xml | 4 | ||||
-rw-r--r-- | debian/changelog | 4 | ||||
-rw-r--r-- | debian/control | 2 |
4 files changed, 12 insertions, 8 deletions
diff --git a/debian/EDITME.exim4-heavy.diff b/debian/EDITME.exim4-heavy.diff index 9d73a63..b385506 100644 --- a/debian/EDITME.exim4-heavy.diff +++ b/debian/EDITME.exim4-heavy.diff @@ -1,5 +1,5 @@ ---- EDITME.exim4-light 2006-10-10 16:06:58.000000000 +0000 -+++ EDITME.exim4-heavy 2006-10-10 16:07:19.000000000 +0000 +--- EDITME.exim4-light 2006-11-15 10:55:41.000000000 +0000 ++++ EDITME.exim4-heavy 2006-11-15 10:56:22.000000000 +0000 @@ -215,7 +215,7 @@ # This one is very special-purpose, so is not included by default. @@ -18,7 +18,7 @@ #------------------------------------------------------------------------------ -@@ -263,16 +263,16 @@ +@@ -263,17 +263,17 @@ LOOKUP_LSEARCH=yes LOOKUP_CDB=yes @@ -35,10 +35,12 @@ # LOOKUP_ORACLE=yes LOOKUP_PASSWD=yes -# LOOKUP_PGSQL=yes +-# LOOKUP_SQLITE=yes +LOOKUP_PGSQL=yes - # LOOKUP_SQLITE=yes ++LOOKUP_SQLITE=yes # LOOKUP_WHOSON=yes + # These two settings are obsolete; all three lookups are compiled when @@ -293,7 +293,7 @@ # with Solaris 7 onwards. Uncomment whichever of these you are using. diff --git a/debian/README.Debian.xml b/debian/README.Debian.xml index 826ae38..b8e03e2 100644 --- a/debian/README.Debian.xml +++ b/debian/README.Debian.xml @@ -152,8 +152,8 @@ with minimal feature set (no external lookups). </para> <para> - If you need more advanced features like LDAP, PostgreSQL and - MySQL data lookups, SASL and SPA SMTP authentication, embedded + If you need more advanced features like LDAP, sqlite, PostgreSQL + and MySQL data lookups, SASL and SPA SMTP authentication, embedded Perl interpreter, and exiscan-acl for integration of virus-scanners and SpamAssassin, you can replace <command>exim4-daemon-heavy</command> instead of diff --git a/debian/changelog b/debian/changelog index ce864e3..b21f58d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,10 @@ exim4 (4.63.20061028-1.0) UNRELEASED; urgency=low * NOT RELEASED YET + * enable sqlite for exim4-daemon-heavy. + Thanks to Adrian Phillips. Closes: #398718 - -- Marc Haber <mh+debian-packages@zugschlus.de> Sat, 28 Oct 2006 10:30:39 +0000 + -- Marc Haber <mh+debian-packages@zugschlus.de> Wed, 15 Nov 2006 10:59:56 +0000 exim4 (4.63.20061028-1) experimental; urgency=low diff --git a/debian/control b/debian/control index e9518be..329dcc8 100644 --- a/debian/control +++ b/debian/control @@ -156,7 +156,7 @@ Description: exim MTA (v4) daemon with extended features, including exiscan-acl Exim (v4) is a mail transport agent. This package contains the exim4 daemon with extended features. In addition to the features already supported by exim4-daemon-light, exim4-daemon-heavy includes LDAP, - PostgreSQL and MySQL data lookups, SASL and SPA SMTP authentication, + sqlite, PostgreSQL and MySQL data lookups, SASL and SPA SMTP authentication, embedded Perl interpreter, and the content scanning extension (formerly known as "exiscan-acl") for integration of virus scanners and spamassassin. |