Package: dovecot-imapd
Version: 1:1.1.11-3
Severity: wishlist
Tags: patch

Hi there,

I've applied the following patch locally to my dovecot package so that I
can use a db: dict with the expire plugin as suggested in the example
configuration.

Regards,
Rob
diff -u dovecot-1.1.11/debian/changelog dovecot-1.1.11/debian/changelog
--- dovecot-1.1.11/debian/changelog
+++ dovecot-1.1.11/debian/changelog
@@ -1,3 +1,9 @@
+dovecot (1:1.1.11-3.1) unstable; urgency=low
+
+  * Enable libdb dict for use with the expire plugin.
+
+ -- Robert McQueen <[email protected]>  Fri, 06 Mar 2009 16:57:36 +0000
+
 dovecot (1:1.1.11-3) unstable; urgency=low
 
   * debian/dovecot-common.init: applied patch from HÃ¥kon Stordahl to call
diff -u dovecot-1.1.11/debian/rules dovecot-1.1.11/debian/rules
--- dovecot-1.1.11/debian/rules
+++ dovecot-1.1.11/debian/rules
@@ -28,6 +28,7 @@
 	# Add here commands to configure the package.
 	./configure --with-ldap \
 	            --with-ssl=openssl \
+	            --with-db \
 	            --with-pgsql \
 	            --with-mysql \
 	            --with-sqlite \
diff -u dovecot-1.1.11/debian/control dovecot-1.1.11/debian/control
--- dovecot-1.1.11/debian/control
+++ dovecot-1.1.11/debian/control
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Dovecot Maintainers <[email protected]>
 Uploaders: Jaldhar H. Vyas <[email protected]>, Fabio Tranchitella <[email protected]>, Joel Johnson <[email protected]>
-Build-Depends: debhelper (>= 5.0.0), automake1.9, autoconf, libtool, pkg-config, libssl-dev, libpam0g-dev, libldap2-dev, libpq-dev, libmysqlclient15-dev, libsqlite3-dev, libsasl2-dev | libsasl-dev, zlib1g-dev, libkrb5-dev, dpatch, byacc, flex, drac-dev (>= 1.12-5), libbz2-dev
+Build-Depends: debhelper (>= 5.0.0), automake1.9, autoconf, libtool, pkg-config, libssl-dev, libpam0g-dev, libldap2-dev, libpq-dev, libmysqlclient15-dev, libsqlite3-dev, libsasl2-dev | libsasl-dev, zlib1g-dev, libkrb5-dev, dpatch, byacc, flex, drac-dev (>= 1.12-5), libbz2-dev, libdb-dev
 Build-Conflicts: linux-kernel-headers (<= 2.5.999-test7-bk-17), automake1.4
 Standards-Version: 3.8.0.1
 Vcs-Svn: svn://svn.debian.org/svn/collab-maint/deb-maint/dovecot/trunk

Reply via email to