This is the patch used in my NMU. diff -u nws-2.13/debian/changelog nws-2.13/debian/changelog --- nws-2.13/debian/changelog +++ nws-2.13/debian/changelog @@ -1,3 +1,10 @@ +nws (2.13-6.1) unstable; urgency=low + + * Non-maintainer upload to solve release goal. + * Add LSB dependency header to init.d scripts (Closes: #469806). + + -- Petter Reinholdtsen <[EMAIL PROTECTED]> Fri, 4 Apr 2008 08:23:17 +0200 + nws (2.13-6) unstable; urgency=low
* The Bubulle release. diff -u nws-2.13/debian/init.d nws-2.13/debian/init.d --- nws-2.13/debian/init.d +++ nws-2.13/debian/init.d @@ -1,4 +1,11 @@ #! /bin/sh +### BEGIN INIT INFO +# Provides: nws +# Required-Start: $remote_fs $syslog +# Required-Stop: $remote_fs $syslog +# Default-Start: 2 3 4 5 +# Default-Stop: 0 1 6 +### END INIT INFO # # skeleton example file to build /etc/init.d/ scripts. # This file should be used to construct scripts for /etc/init.d. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

