diff -u courier-0.59.0/debian/control courier-0.59.0/debian/control --- courier-0.59.0/debian/control +++ courier-0.59.0/debian/control @@ -4,7 +4,7 @@ Maintainer: Ubuntu MOTU Developers XSBC-Original-Maintainer: Stefan Hornburg (Racke) Standards-Version: 3.7.3 -Build-Depends: libmysqlclient15-dev, libpam0g-dev, libgdbm-dev | libgdbmg1-dev, libperl-dev, zlib1g-dev, libpcre3-dev, debhelper (>= 5.0.37), mime-support, libldap2-dev, procps, libsasl2-dev, expect, groff-base, gs | gs-aladdin, mgetty-fax, netpbm, libgamin-dev, libssl-dev, openssl (>= 0.9.6), libpq-dev, automake, libtool, courier-authlib-dev, po-debconf +Build-Depends: libmysqlclient15-dev, libpam0g-dev, libdb4.6-dev, libperl-dev, zlib1g-dev, libpcre3-dev, debhelper (>= 5.0.37), mime-support, libldap2-dev, procps, libsasl2-dev, expect, groff-base, gs | gs-aladdin, mgetty-fax, netpbm, libgamin-dev, libssl-dev, openssl (>= 0.9.6), libpq-dev, automake, libtool, courier-authlib-dev, po-debconf Build-Conflicts: automake1.4 Package: courier-base diff -u courier-0.59.0/debian/changelog courier-0.59.0/debian/changelog --- courier-0.59.0/debian/changelog +++ courier-0.59.0/debian/changelog @@ -1,3 +1,9 @@ +courier (0.59.0-3ubuntu1~hardy1+siretart1) hardy; urgency=low + + * use libdb4.6 instead of gdb. Closes: #100646, LP: #258573 + + -- Reinhard Tartler Sat, 16 Aug 2008 16:27:40 +0200 + courier (0.59.0-3ubuntu1~hardy1) hardy-backports; urgency=low * Automated backport upload; no source changes. diff -u courier-0.59.0/debian/rules courier-0.59.0/debian/rules --- courier-0.59.0/debian/rules +++ courier-0.59.0/debian/rules @@ -39,7 +39,7 @@ --without-socks \ --enable-workarounds-for-imap-client-bugs \ --with-authdaemonvar=/var/run/courier/authdaemon \ - --with-db=gdbm \ + --with-db=db \ --without-fcgi \ --with-htmllibdir=/usr/share/sqwebmail \ --with-ispell=/usr/bin/ispell \