This is the patch used in my NMU diff -u ipfm-0.11.5/debian/changelog ipfm-0.11.5/debian/changelog --- ipfm-0.11.5/debian/changelog +++ ipfm-0.11.5/debian/changelog @@ -1,3 +1,12 @@ +ipfm (0.11.5-4.1) unstable; urgency=low + + * Non-maintainer upload to solve release goal. + * Add LSB dependency header to init.d scripts (Closes: #466653). + * Fix typos in manual page (Closes: #362090). Based on patch + from A Costa. + + -- Petter Reinholdtsen <[EMAIL PROTECTED]> Wed, 2 Apr 2008 08:20:22 +0200 + ipfm (0.11.5-4) unstable; urgency=low
* Fixed major package breakage caused by a wrong DH_COMPAT value. diff -u ipfm-0.11.5/debian/init ipfm-0.11.5/debian/init --- ipfm-0.11.5/debian/init +++ ipfm-0.11.5/debian/init @@ -1,4 +1,11 @@ #! /bin/sh +### BEGIN INIT INFO +# Provides: ipfm +# 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/ipfm only in patch2: unchanged: --- ipfm-0.11.5.orig/doc/ipfm.conf.man +++ ipfm-0.11.5/doc/ipfm.conf.man @@ -37,7 +37,7 @@ uses local and global variables, so it can manage multiple logs (different time delay, different hosts, different log filename ...) at the same time. -Global variables will be used for all logs and local variables will only be used in the log beeing defined. +Global variables will be used for all logs and local variables will only be used in the log being defined. .SH GLOBAL VARIABLES .SS @@ -53,7 +53,7 @@ .B Syntax : [UTC|local] -This decides if IPFM will use UTC or local time in its outputs (log filename andthe timesamp inside the file). Default is local. +This decides if IPFM will use UTC or local time in its outputs (log filename and the timestamp inside the file). Default is local. Note that IPFM works internally with UTC, and that the dates entered in the config file are UTC (see AFTER Syntax). -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

