Package: qpsmtpd Version: 0.32-4 Severity: grave Tags: patch User: initscripts-ng-de...@lists.alioth.debian.org Usertags: incorrect-dependencies
I discovered this using a archive wide consistency check of the init.d script dependency information. The updated result is available from <URL: http://lintian.debian.org/~pere/ >. For this package, this is the relevant message: warning: script qpsmtpd/init.d/qpsmtpd relate to non-existing provides: $clamav-daemon $spamassassin The init.d script have a hard dependency on the nonexisting virtual facilities $clamav-daemon $spamassassin. I assume this was intended to be a dependency on the non-virtual facilities clamav-daemon spamassassin instead. This patch changes the virtual facilities to real facilities. diff -ur qpsmtpd-0.83/debian/qpsmtpd.init qpsmtpd-0.83-pere/debian/qpsmtpd.init --- qpsmtpd-0.83/debian/qpsmtpd.init 2010-03-19 00:30:00.000000000 +0100 +++ qpsmtpd-0.83-pere/debian/qpsmtpd.init 2010-03-19 00:31:40.000000000 +0100 @@ -3,7 +3,7 @@ ### BEGIN INIT INFO # Provides: qpsmtpd # Required-Start: $local_fs $remote_fs $network -# Should-Start: $syslog $mail-transport-agent $clamav-daemon $spamassassin +# Should-Start: $syslog $mail-transport-agent clamav-daemon spamassassin # Required-Stop: $local_fs $remote_fs $syslog # Default-Start: 2 3 4 5 # Default-Stop: 0 1 6 Happy hacking, -- Petter Reinholdtsen -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org