I just NMUed at with this patch to solve this release goal issue, ref
the 0-day NMU for release goals. I included a fix for an obvious bug
reported by lintian as well.
diff -u fam-2.7.0/debian/changelog fam-2.7.0/debian/changelog
--- fam-2.7.0/debian/changelog
+++ fam-2.7.0/debian/changelog
@@ -1,3 +1,11 @@
+fam (2.7.0-13.1) unstable; urgency=low
+
+ * Non-maintainer uploaded to fix release goal issue.
+ * Correct LSB header of init.d script (Closes: #458474).
+ * Add depend from fam to update-inetd, as reported by lintian.
+
+ -- Petter Reinholdtsen <[EMAIL PROTECTED]> Sun, 27 Jan 2008 06:29:00 +0100
+
fam (2.7.0-13) unstable; urgency=low
* In the fam init script, redirect /dev/null to stdin when starting famd
diff -u fam-2.7.0/debian/control fam-2.7.0/debian/control
--- fam-2.7.0/debian/control
+++ fam-2.7.0/debian/control
@@ -7,7 +7,7 @@
Package: fam
Architecture: any
-Depends: ${shlibs:Depends}, lsb-base (>= 3.0-6), portmap
+Depends: ${shlibs:Depends}, lsb-base (>= 3.0-6), portmap, update-inetd
Description: File Alteration Monitor
FAM monitors files and directories, notifying interested applications
of changes.
diff -u fam-2.7.0/debian/fam.init fam-2.7.0/debian/fam.init
--- fam-2.7.0/debian/fam.init
+++ fam-2.7.0/debian/fam.init
@@ -1,10 +1,10 @@
#! /bin/sh
### BEGIN INIT INFO
# Provides: fam
-# Required-Start: $network portmap
-# Required-Stop: $network portmap
-# Default-Start: 1 2 3 4 5
-# Default-Stop: S 0 6
+# Required-Start: $remote_fs $portmap
+# Required-Stop: $remote_fs $portmap
+# Default-Start: 2 3 4 5
+# Default-Stop: 0 1 6
# Short-Description: File Alteration Monitor
# Description: Debian init script for File Alteration Monitor
### END INIT INFO
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]