This is the patch used in my NMU. diff -u vtun-3.0.1/debian/changelog vtun-3.0.1/debian/changelog --- vtun-3.0.1/debian/changelog +++ vtun-3.0.1/debian/changelog @@ -1,3 +1,10 @@ +vtun (3.0.1-2.1) unstable; urgency=low + + * Non-maintainer upload to solve release goal. + * Add LSB dependency header to init.d scripts (Closes: #464069). + + -- Petter Reinholdtsen <[EMAIL PROTECTED]> Mon, 31 Mar 2008 00:30:54 +0200 + vtun (3.0.1-2) unstable; urgency=low
* Fix message in init.d that points to uncompressed NEWS.Debian file. diff -u vtun-3.0.1/debian/init.d vtun-3.0.1/debian/init.d --- vtun-3.0.1/debian/init.d +++ vtun-3.0.1/debian/init.d @@ -1,4 +1,11 @@ #!/bin/sh -e +### BEGIN INIT INFO +# Provides: vtun +# Required-Start: $remote_fs $syslog +# Required-Stop: $remote_fs $syslog +# Default-Start: 2 3 4 5 +# Default-Stop: 0 1 6 +### END INIT INFO # vim:ts=4:sw=4:et:ai:sts=4 # -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]