Here is the patch I used in my NMU to fix this issue. diff -u anacron-2.3/debian/init.d anacron-2.3/debian/init.d --- anacron-2.3/debian/init.d +++ anacron-2.3/debian/init.d @@ -1,4 +1,12 @@ #! /bin/sh +### BEGIN INIT INFO +# Provides: anacron +# Required-Start: $remote_fs $syslog $time +# Required-Stop: $remote_fs $syslog $time +# Default-Start: 2 3 4 5 +# Default-Stop: 0 1 6 +# Short-Description: Handle anac(h)ronistic cron +### END INIT INFO # /etc/init.d/anacron: start anacron #
diff -u anacron-2.3/debian/changelog anacron-2.3/debian/changelog --- anacron-2.3/debian/changelog +++ anacron-2.3/debian/changelog @@ -1,3 +1,11 @@ +anacron (2.3-13.1) unstable; urgency=low + + * Non-maintainer upload to fix release goal issue. + * Added LSB style dependency information in init.d + script (Closes: #448223). + + -- Petter Reinholdtsen <[EMAIL PROTECTED]> Sun, 9 Mar 2008 20:54:47 +0100 + anacron (2.3-13) unstable; urgency=medium * Remove debconf remnant Happy hacking, -- Petter Reinholdtsen -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

