[Julien Valroff] > Unfortunately, none of the member of the pkg-dspam team with upload > rights has answered for now. I guess there won't be any objection if > you NMU (this would be the 3rd NMU within a few weeks...)
OK. I am preparing a NMU as we speak. This is the patch used in my NMU. Note that I discovered that the program seem to use syslog and added the $syslog dependency. diff -u dspam-3.6.8/debian/changelog dspam-3.6.8/debian/changelog --- dspam-3.6.8/debian/changelog +++ dspam-3.6.8/debian/changelog @@ -1,3 +1,11 @@ +dspam (3.6.8-9.3) unstable; urgency=low + + * Non-maintainer upload to fix release goal. + * Correct init.d script provide and dependency information (Closes: + #541982). + + -- Petter Reinholdtsen <p...@debian.org> Sun, 04 Oct 2009 13:04:21 +0200 + dspam (3.6.8-9.2) unstable; urgency=low * NMU diff -u dspam-3.6.8/debian/dspam.init dspam-3.6.8/debian/dspam.init --- dspam-3.6.8/debian/dspam.init +++ dspam-3.6.8/debian/dspam.init @@ -1,8 +1,10 @@ #!/bin/sh ### BEGIN INIT INFO -# Provides: skeleton -# Required-Start: $local_fs $remote_fs -# Required-Stop: $local_fs $remote_fs +# Provides: dspam +# Required-Start: $local_fs $remote_fs $syslog +# Required-Stop: $local_fs $remote_fs $syslog +# Should-Start: mysql postgresql-8.3 postgresql-8.4 +# Should-Stop: mysql postgresql-8.3 postgresql-8.4 # Default-Start: 2 3 4 5 # Default-Stop: 0 1 6 # Short-Description: initscript for dspam 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