This is the patch I used in my NMU. diff -u gsmlib-1.10/debian/changelog gsmlib-1.10/debian/changelog --- gsmlib-1.10/debian/changelog +++ gsmlib-1.10/debian/changelog @@ -1,3 +1,10 @@ +gsmlib (1.10-12.1) unstable; urgency=low + + * Non-maintainer upload to solve release goal. + * Add LSB dependency header to init.d scripts (Closes: #464061). + + -- Petter Reinholdtsen <[EMAIL PROTECTED]> Fri, 28 Mar 2008 11:39:20 +0100 + gsmlib (1.10-12) unstable; urgency=low
* addgroup --system gsmsms works better. Thanks Jon diff -u gsmlib-1.10/contrib/gsm-utils.init gsmlib-1.10/contrib/gsm-utils.init --- gsmlib-1.10/contrib/gsm-utils.init +++ gsmlib-1.10/contrib/gsm-utils.init @@ -1,4 +1,11 @@ #! /bin/sh +### BEGIN INIT INFO +# Provides: gsm-utils +# Required-Start: $remote_fs $syslog +# Required-Stop: $remote_fs $syslog +# Default-Start: 2 3 4 5 +# Default-Stop: 0 1 6 +### END INIT INFO # # /etc/init.d/gsm-utils: Controls the GSM SMS send daemon # -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

