--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/exim4/4.69/debian.patch Fri Aug 21 12:49:05 2009 +0200
@@ -0,0 +1,60 @@
+diff -r e4017e1459ec debian/changelog
+--- a/debian/changelog Thu Aug 20 15:32:10 2009 +0200
++++ b/debian/changelog Thu Aug 20 16:56:23 2009 +0200
+@@ -1,3 +1,10 @@
++exim4 (4.69-9.2) unstable; urgency=low
++
++ * Non-maintainer upload.
++ * patched for memcache support
++
++ -- Matthias Förste <foerste@schlittermann.de> Thu, 20 Aug 2009 16:10:19 +0200
++
+ exim4 (4.69-9) unstable; urgency=medium
+
+ * [update-exim4.conf]: Use POSIX character classes [:alnum:] or explicit
+diff -r e4017e1459ec debian/control
+--- a/debian/control Thu Aug 20 15:32:10 2009 +0200
++++ b/debian/control Thu Aug 20 16:56:23 2009 +0200
+@@ -5,7 +5,7 @@
+ Uploaders: Andreas Metzler <ametzler@debian.org>,Marc Haber <mh+debian-packages@zugschlus.de>
+ Homepage: http://www.exim.org/
+ Standards-Version: 3.7.3
+-Build-Depends: dpatch (>=2.0.10), debhelper (>= 5), po-debconf, bzip2, docbook-xsl, xsltproc, lynx, docbook-xml, libpcre3-dev, libldap2-dev, libpam0g-dev, libident-dev, libdb4.6-dev, libxmu-dev, libxt-dev, libxext-dev, libx11-dev, libxaw7-dev, libpq-dev, libmysqlclient15-dev, libsqlite3-dev, libperl-dev, libgnutls-dev, libsasl2-dev
++Build-Depends: dpatch (>=2.0.10), debhelper (>= 5), po-debconf, bzip2, docbook-xsl, xsltproc, lynx, docbook-xml, libpcre3-dev, libldap2-dev, libpam0g-dev, libident-dev, libdb4.6-dev, libxmu-dev, libxt-dev, libxext-dev, libx11-dev, libxaw7-dev, libpq-dev, libmysqlclient15-dev, libsqlite3-dev, libperl-dev, libgnutls-dev, libsasl2-dev, patchutils
+
+ Package: exim4-base
+ Architecture: any
+diff -r e4017e1459ec debian/patches/00_memcache.dpatch
+--- /dev/null Thu Jan 01 00:00:00 1970 +0000
++++ b/debian/patches/00_memcache.dpatch Thu Aug 20 16:56:23 2009 +0200
+@@ -0,0 +1,21 @@
++#! /bin/sh -e
++## 00_memcache.dpatch by Matthias Förste <foerste@schlittermann.de>
++##
++## All lines beginning with ## DP:' are a description of the patch.
++## DP: apply memcache patches
++
++dpatch_patch ()
++{
++ filterdiff -p1 -x OS/os.h-Linux -x .hgignore -x .vimrc < ius/memcache-support-upstream.patch |patch --no-backup-if-mismatch -p1 --directory build-tree/
++}
++
++dpatch_unpatch ()
++{
++ filterdiff -p1 -x OS/os.h-Linux -x .hgignore -x .vimrc < ius/memcache-support-upstream.patch |patch -R --no-backup-if-mismatch -p1 --directory build-tree/
++}
++
++DPATCH_LIB_NO_DEFAULT=1
++
++. /usr/share/dpatch/dpatch.lib.sh
++
++exit 0
+diff -r e4017e1459ec debian/patches/00list
+--- a/debian/patches/00list Thu Aug 20 15:32:10 2009 +0200
++++ b/debian/patches/00list Thu Aug 20 16:56:23 2009 +0200
+@@ -1,4 +1,5 @@
+ 00_unpack
++00_memcache
+ 30_dontoverridecflags
+ 31_eximmanpage
+ 32_exim4