This is the patch I use in my NMU to solve this issue. diff -ur gnome-lokkit-0.50.22.orig/debian/changelog gnome-lokkit-0.50.22/debian/changelog --- gnome-lokkit-0.50.22.orig/debian/changelog 2008-03-24 23:49:35.000000000 +0100 +++ gnome-lokkit-0.50.22/debian/changelog 2008-03-24 23:52:08.000000000 +0100 @@ -1,3 +1,11 @@ +gnome-lokkit (0.50.22-7.2) unstable; urgency=low + + * Non-maintainer upload to solve release goal. + * Add LSB dependency header to init.d scripts (Closes: #462754) + * Package now includes init.d script (Closes: #242715) + + -- Petter Reinholdtsen <[EMAIL PROTECTED]> Mon, 24 Mar 2008 23:49:54 +0100 + gnome-lokkit (0.50.22-7.1) unstable; urgency=low
* Non-maintainer upload. diff -ur gnome-lokkit-0.50.22.orig/debian/lokkit.init.d gnome-lokkit-0.50.22/debian/lokkit.init.d --- gnome-lokkit-0.50.22.orig/debian/lokkit.init.d 2008-03-24 23:49:35.000000000 +0100 +++ gnome-lokkit-0.50.22/debian/lokkit.init.d 2008-03-24 23:50:17.000000000 +0100 @@ -1,4 +1,11 @@ #! /bin/sh +### BEGIN INIT INFO +# Provides: lokkit +# Required-Start: $remote_fs +# Required-Stop: $remote_fs +# 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]

