This is the patch I used in my NMU. diff -Nru /tmp/3QNfryHY06/pygopherd-2.0.17/debian/changelog /tmp/7NHb4Lvp5s/pygopherd-2.0.17/debian/changelog --- /tmp/3QNfryHY06/pygopherd-2.0.17/debian/changelog 2006-09-22 16:49:48.000000000 +0200 +++ /tmp/7NHb4Lvp5s/pygopherd-2.0.17/debian/changelog 2008-04-04 20:19:46.000000000 +0200 @@ -1,3 +1,10 @@ +pygopherd (2.0.17-0.1) unstable; urgency=low + + * Non-maintainer upload to solve release goal. + * Add LSB dependency header to init.d scripts (Closes: #469619). + + -- Petter Reinholdtsen <[EMAIL PROTECTED]> Fri, 4 Apr 2008 20:18:22 +0200 + pygopherd (2.0.17) unstable; urgency=high
* Make sure python-central does its thing before the init script diff -Nru /tmp/3QNfryHY06/pygopherd-2.0.17/debian/init.d /tmp/7NHb4Lvp5s/pygopherd-2.0.17/debian/init.d --- /tmp/3QNfryHY06/pygopherd-2.0.17/debian/init.d 2005-09-22 15:00:20.000000000 +0200 +++ /tmp/7NHb4Lvp5s/pygopherd-2.0.17/debian/init.d 2008-04-04 20:19:46.000000000 +0200 @@ -1,4 +1,11 @@ #! /bin/sh +### BEGIN INIT INFO +# Provides: pygopherd +# Required-Start: $remote_fs $syslog +# Required-Stop: $remote_fs $syslog +# Default-Start: 2 3 4 5 +# Default-Stop: 0 1 6 +### END INIT INFO # # skeleton example file to build /etc/init.d/ scripts. # This file should be used to construct scripts for /etc/init.d. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

