This is the patch used in my NMU. diff -u postfix-policyd-1.80/debian/changelog postfix-policyd-1.80/debian/changelog --- postfix-policyd-1.80/debian/changelog +++ postfix-policyd-1.80/debian/changelog @@ -1,3 +1,10 @@ +postfix-policyd (1.80-2.3) unstable; urgency=low + + * Non-maintainer upload to solve release goal. + * Add LSB dependency header to init.d scripts (Closes: #467141). + + -- Petter Reinholdtsen <[EMAIL PROTECTED]> Mon, 31 Mar 2008 07:26:44 +0200 + postfix-policyd (1.80-2.2) unstable; urgency=high
* Non-maintainer upload diff -u postfix-policyd-1.80/debian/init.d postfix-policyd-1.80/debian/init.d --- postfix-policyd-1.80/debian/init.d +++ postfix-policyd-1.80/debian/init.d @@ -1,5 +1,11 @@ #! /bin/sh -# +### BEGIN INIT INFO +# Provides: postfix-policyd +# Required-Start: $remote_fs $syslog +# Required-Stop: $remote_fs $syslog +# Default-Start: 2 3 4 5 +# Default-Stop: 0 1 6 +### END INIT INFO PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin DAEMON=/usr/sbin/postfix-policyd -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]