This is the patch used in my NMU. diff -u buildbot-0.7.6/debian/changelog buildbot-0.7.6/debian/changelog --- buildbot-0.7.6/debian/changelog +++ buildbot-0.7.6/debian/changelog @@ -1,3 +1,10 @@ +buildbot (0.7.6-1.1) unstable; urgency=low + + * Non-maintainer upload to solve release goal. + * Add LSB dependency header to init.d scripts (Closes: #468236). + + -- Petter Reinholdtsen <[EMAIL PROTECTED]> Fri, 4 Apr 2008 08:48:51 +0200 + buildbot (0.7.6-1) unstable; urgency=low
* New upstream version. diff -u buildbot-0.7.6/debian/buildbot.init buildbot-0.7.6/debian/buildbot.init --- buildbot-0.7.6/debian/buildbot.init +++ buildbot-0.7.6/debian/buildbot.init @@ -1,4 +1,12 @@ #! /bin/bash +### BEGIN INIT INFO +# Provides: buildbot +# Required-Start: $remote_fs +# Required-Stop: $remote_fs +# Default-Start: 2 3 4 5 +# Default-Stop: 0 1 6 +### END INIT INFO +# # initscript for buildbot PATH=/sbin:/bin:/usr/sbin:/usr/bin -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

