diff -Naur exim-tls-3.35/debian/control exim-tls-mysql-3.35/debian/control
--- exim-tls-3.35/debian/control	Thu Mar 13 22:15:40 2003
+++ exim-tls-mysql-3.35/debian/control	Thu Mar 13 22:20:46 2003
@@ -1,19 +1,19 @@
-Source: exim-tls
+Source: exim-tls-mysql
 Section: non-US/main
 Priority: extra
-Maintainer: Robert van der Meulen <rvdm@debian.org>
-Build-Depends: libpcre3-dev, libldap2-dev, libpam0g-dev, libident-dev, libwrap0-dev, libdb3-dev, xlibs-dev, libxaw-dev, libssl-dev
+Maintainer: Your Name <your_email@example.com>
+Build-Depends: libpcre3-dev, libldap2-dev, libpam0g-dev, libident-dev, libwrap0-dev, libdb3-dev, xlibs-dev, libxaw-dev, libssl-dev, libmysqlclient10-dev
 Standards-Version: 3.5.6
 
-Package: exim-tls
+Package: exim-tls-mysql
 Architecture: any
 Priority: extra
 Provides: mail-transport-agent, exim
 Depends: ${shlibs:Depends}, cron (>=3.0pl1-42), netbase, openssl, debianutils (>=1.6), libdb3-util
-Suggests: mail-reader, eximon
+Suggests: mail-reader, eximon, mysql-server
 Replaces: mail-transport-agent
 Conflicts: mail-transport-agent, exim-doc-html (<=3.00-2), suidregister (<<0.50)
-Description: Exim Mailer - with TLS (SSL) support
+Description: Exim Mailer - with TLS (SSL) and mysql support
  This MTA is rather easier to configure than smail or sendmail.
  It is a drop-in replacement for sendmail/mailq/rsmtp.
  Advanced features include the ability to reject connections from
@@ -22,3 +22,7 @@
  .
  This version of Exim has been compiled with OpenSSL support, to allow
  secure SMTP over SSL.
+ .
+ This version of Exim has been pached to provide support for mysql lookups,
+ to allow keeping user and domain lists in a mysql database.
+ The Original Maintainer is Robert van der Meulen <rvdm@debian.org>
diff -Naur exim-tls-3.35/debian/editme-diff.linux exim-tls-mysql-3.35/debian/editme-diff.linux
--- exim-tls-3.35/debian/editme-diff.linux	Thu Mar 13 22:15:40 2003
+++ exim-tls-mysql-3.35/debian/editme-diff.linux	Thu Mar 13 22:21:32 2003
@@ -85,10 +85,11 @@
 -# LOOKUP_CDB=yes
 -# LOOKUP_DNSDB=yes
 -# LOOKUP_LDAP=yes
+-# LOOKUP_MYSQL=yes
 +LOOKUP_CDB=yes
 +LOOKUP_DNSDB=yes
 +LOOKUP_LDAP=yes
- # LOOKUP_MYSQL=yes
++LOOKUP_MYSQL=yes
 -# LOOKUP_NIS=yes
 +LOOKUP_NIS=yes
  # LOOKUP_NISPLUS=yes
@@ -97,9 +98,10 @@
 @@ -349,7 +348,7 @@
  # specified in INCLUDE.
  
- # LOOKUP_INCLUDE=-I /usr/local/ldap/include -I /usr/local/mysql/include -I /usr/local/pgsql/include
+-# LOOKUP_INCLUDE=-I /usr/local/ldap/include -I /usr/local/mysql/include -I /usr/local/pgsql/include
 -# LOOKUP_LIBS=-L/usr/local/lib -lldap -llber -lmysqlclient -lpq
-+LOOKUP_LIBS=-lldap -llber
++LOOKUP_INCLUDE=-I /usr/include/mysql
++LOOKUP_LIBS=-lldap -llber -lmysqlclient
  
  # If you have set LDAP=yes, you should set LDAP_LIB_TYPE to indicate which LDAP
  # library you have. Unfortunately, though most of their functions are the
diff -Naur exim-tls-3.35/debian/postinst exim-tls-mysql-3.35/debian/postinst
--- exim-tls-3.35/debian/postinst	Thu Mar 13 22:15:40 2003
+++ exim-tls-mysql-3.35/debian/postinst	Thu Mar 13 22:22:18 2003
@@ -8,8 +8,8 @@
 	install -d -omail -gmail /var/run/exim
 
 	# Create /usr/doc symlink
-	if [ -d /usr/doc -a ! -e /usr/doc/exim-tls ]; then
-	    ln -sf ../share/doc/exim-tls /usr/doc/exim-tls
+	if [ -d /usr/doc -a ! -e /usr/doc/exim-tls-mysql ]; then
+	    ln -sf ../share/doc/exim-tls-mysql /usr/doc/exim-tls-mysql
 	fi
 
 	# fixup for broken (old) exim-tls installs
@@ -118,7 +118,7 @@
 is now disabled! When you want to re-enable it, you should do 
 "eximconfig -i".
 
-Please read /usr/share/doc/exim-tls/README.UPDATING.gz for more information.
+Please read /usr/share/doc/exim-tls-mysql/README.UPDATING.gz for more information.
 
 EOM
 	    read -p "* Press return to continue" foo
diff -Naur exim-tls-3.35/debian/rules exim-tls-mysql-3.35/debian/rules
--- exim-tls-3.35/debian/rules	Thu Mar 13 22:15:40 2003
+++ exim-tls-mysql-3.35/debian/rules	Thu Mar 13 22:23:08 2003
@@ -5,7 +5,7 @@
 # Modified to be a prototype for debmake by Christoph Lameter <clameter@debian.org>
 # Modified to not use debmake by Mark Baker <mbaker@iee.org>
 
-package=exim-tls
+package=exim-tls-mysql
 
 gnusystem=$(shell dpkg-architecture -qDEB_HOST_GNU_SYSTEM)
 
