This is the patch used in my NMU. diff -u whitelister-0.8/debian/changelog whitelister-0.8/debian/changelog --- whitelister-0.8/debian/changelog +++ whitelister-0.8/debian/changelog @@ -1,3 +1,10 @@ +whitelister (0.8-4.1) unstable; urgency=low + + * Non-maintainer upload to solve release goal. + * Add LSB dependency header to init.d scripts (Closes: #466659). + + -- Petter Reinholdtsen <[EMAIL PROTECTED]> Sun, 30 Mar 2008 11:46:06 +0200 + whitelister (0.8-4) unstable; urgency=low
* Update ignore.d/server rules to ignore normal traffic. We especially don't diff -u whitelister-0.8/debian/whitelister.init whitelister-0.8/debian/whitelister.init --- whitelister-0.8/debian/whitelister.init +++ whitelister-0.8/debian/whitelister.init @@ -1,4 +1,13 @@ #! /bin/sh +### BEGIN INIT INFO +# Provides: whitelister +# Required-Start: $remote_fs $syslog +# Required-Stop: $remote_fs $syslog +# X-Start-Before: postfix +# X-Stop-After: postfix +# Default-Start: 2 3 4 5 +# Default-Stop: 0 1 6 +### END INIT INFO # # whitelister start/stop the whitelister deamon for postfix # (priority should be smaller than that of postfix) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

