This is the patch I used in my NMU. diff -u rpld-1.8beta1/debian/changelog rpld-1.8beta1/debian/changelog --- rpld-1.8beta1/debian/changelog +++ rpld-1.8beta1/debian/changelog @@ -1,3 +1,10 @@ +rpld (1.8beta1-8.1) unstable; urgency=low + + * Non-maintainer upload to solve release goal. + * Add LSB dependency header to init.d scripts (Closes: #469628). + + -- Petter Reinholdtsen <[EMAIL PROTECTED]> Fri, 4 Apr 2008 20:44:25 +0200 + rpld (1.8beta1-8) unstable; urgency=low
* Use local cdbs snippet for invoking dh-buildinfo. diff -u rpld-1.8beta1/debian/init.d rpld-1.8beta1/debian/init.d --- rpld-1.8beta1/debian/init.d +++ rpld-1.8beta1/debian/init.d @@ -1,4 +1,11 @@ #! /bin/sh +### BEGIN INIT INFO +# Provides: rpld +# 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]