This is the patch I used in the NMU I just uploaded to solve this issue. diff -u xmbmon-2.05/debian/changelog xmbmon-2.05/debian/changelog --- xmbmon-2.05/debian/changelog +++ xmbmon-2.05/debian/changelog @@ -1,3 +1,10 @@ +xmbmon (2.05-5.1) unstable; urgency=low + + * Non-maintainer upload to solve release goal. + * Add LSB dependency header to init.d scripts (Closes: #460243) + + -- Petter Reinholdtsen <[EMAIL PROTECTED]> Sat, 15 Mar 2008 12:40:50 +0100 + xmbmon (2.05-5) unstable; urgency=low
* Added kfreebsd-amd64 to the list of Architectures. diff -u xmbmon-2.05/debian/mbmon.init.d xmbmon-2.05/debian/mbmon.init.d --- xmbmon-2.05/debian/mbmon.init.d +++ xmbmon-2.05/debian/mbmon.init.d @@ -1,4 +1,11 @@ #! /bin/sh +### BEGIN INIT INFO +# Provides: mbmon +# Required-Start: $remote_fs $syslog +# Required-Stop: $remote_fs $syslog +# Default-Start: 2 3 4 5 +# Default-Stop: 0 1 6 +### END INIT INFO # # 2005/06/17 Dustin Laurence (based on the Debian initscript for ntop) # -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

