This is the patch I used in my NMU. diff -u nsd-2.3.7/debian/changelog nsd-2.3.7/debian/changelog --- nsd-2.3.7/debian/changelog +++ nsd-2.3.7/debian/changelog @@ -1,3 +1,10 @@ +nsd (2.3.7-1.1) unstable; urgency=low + + * Non-maintainer upload to solve release goal. + * Add LSB dependency header to init.d scripts (Closes: #465060). + + -- Petter Reinholdtsen <[EMAIL PROTECTED]> Sat, 29 Mar 2008 11:21:55 +0100 + nsd (2.3.7-1) unstable; urgency=low
* New upstream release. diff -u nsd-2.3.7/debian/init.d nsd-2.3.7/debian/init.d --- nsd-2.3.7/debian/init.d +++ nsd-2.3.7/debian/init.d @@ -1,4 +1,11 @@ #! /bin/sh +### BEGIN INIT INFO +# Provides: nsd +# Required-Start: $remote_fs $syslog +# Required-Stop: $remote_fs $syslog +# Default-Start: 2 3 4 5 +# Default-Stop: 0 1 6 +### END INIT INFO PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin DAEMON=/usr/sbin/nsd -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]