This is the patch I used in my NMU. diff -Nru /tmp/jj657IWcee/arpwatch-2.1a13/debian/changelog /tmp/b6jbCbSR7s/arpwatch-2.1a13/debian/changelog --- /tmp/jj657IWcee/arpwatch-2.1a13/debian/changelog 2004-09-15 15:54:35.000000000 +0200 +++ /tmp/b6jbCbSR7s/arpwatch-2.1a13/debian/changelog 2008-03-25 09:31:47.000000000 +0100 @@ -1,3 +1,10 @@ +arpwatch (2.1a13-2.1) unstable; urgency=low + + * Non-maintainer upload to solve release goal. + * Add LSB dependency header to init.d scripts (Closes: #460248). + + -- Petter Reinholdtsen <[EMAIL PROTECTED]> Tue, 25 Mar 2008 09:30:56 +0100 + arpwatch (2.1a13-2) unstable; urgency=high
* [Daniel Hermann] Post-install fixes. (Closes: #271134) diff -Nru /tmp/jj657IWcee/arpwatch-2.1a13/debian/init.d /tmp/b6jbCbSR7s/arpwatch-2.1a13/debian/init.d --- /tmp/jj657IWcee/arpwatch-2.1a13/debian/init.d 2004-08-14 03:48:38.000000000 +0200 +++ /tmp/b6jbCbSR7s/arpwatch-2.1a13/debian/init.d 2008-03-25 09:31:06.000000000 +0100 @@ -1,4 +1,11 @@ #!/bin/sh +### BEGIN INIT INFO +# Provides: arpwatch +# 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/arpwatch: v9 2004/08/14 KELEMEN Peter <[EMAIL PROTECTED]> # Based on /etc/init.d/skeleton (1.8 03-Mar-1998 [EMAIL PROTECTED]) # 2001/10/26 [EMAIL PROTECTED] Support multiple instances. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]