On 05/05/04 08:31 +0200, R�mi Denis-Courmont said ...
> 
> I've just upgraded my exim (tracking Debian unstable), and I got this
> message during while exim was being configured by dpkg :
> 
> /var/lib/dpkg/info/exim.postinst: line 70: db3_upgrade: command not
> found

db3_upgrade is a part of libdb3-util

exim should depend on libdb3-util to avoid the above.  Patch follows:

diff -Nur exim-3.36.orig/debian/control exim-3.36/debian/control
--- exim-3.36.orig/debian/control       2005-05-04 22:30:16.780911872 +0530
+++ exim-3.36/debian/control    2005-05-04 22:30:57.711689448 +0530
@@ -12,7 +12,7 @@
 Provides: mail-transport-agent
 Conflicts: mail-transport-agent, exim-doc-html (<=3.00-2), suidregister 
(<<0.50)
 Replaces: mail-transport-agent
-Depends: ${shlibs:Depends}, cron (>=3.0pl1-42)
+Depends: ${shlibs:Depends}, cron (>=3.0pl1-42), libdb3-util (>=3.2.9-22)
 Recommends: netbase
 Description: An MTA (Mail Transport Agent)
  This MTA is rather easier to configure than smail or sendmail.

Giridhar

--
Y Giridhar Appaji Nag | http://www.appaji.net/



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to