This is the patch used in my NMU. diff -u tetrinetx-1.13.16/debian/changelog tetrinetx-1.13.16/debian/changelog --- tetrinetx-1.13.16/debian/changelog +++ tetrinetx-1.13.16/debian/changelog @@ -1,3 +1,10 @@ +tetrinetx (1.13.16-12.1) unstable; urgency=low + + * Non-maintainer upload to solve release goal. + * Add LSB dependency header to init.d scripts (Closes: #467487). + + -- Petter Reinholdtsen <[EMAIL PROTECTED]> Thu, 3 Apr 2008 23:23:44 +0200 + tetrinetx (1.13.16-12) unstable; urgency=low
* Move manpage to correct section (Closes: #404994) diff -u tetrinetx-1.13.16/debian/init tetrinetx-1.13.16/debian/init --- tetrinetx-1.13.16/debian/init +++ tetrinetx-1.13.16/debian/init @@ -1,5 +1,12 @@ #!/bin/sh -# Init script for tetrinetx +### BEGIN INIT INFO +# Provides: tetrinetx +# Required-Start: $remote_fs $syslog +# Required-Stop: $remote_fs $syslog +# Default-Start: 2 3 4 5 +# Default-Stop: 0 1 6 +# Short-Description: Init script for tetrinetx +### END INIT INFO SCRIPT=$0 ACTION=$1 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]