This is the patch used in my NMU. Included an obvious fix from the
Ubuntu patch while I was at it.
diff -u binkd-0.9.9+20060809/debian/changelog
binkd-0.9.9+20060809/debian/changelog
--- binkd-0.9.9+20060809/debian/changelog
+++ binkd-0.9.9+20060809/debian/changelog
@@ -1,3 +1,12 @@
+binkd (0.9.9+20060809-1.1) unstable; urgency=low
+
+ * Non-maintainer upload to solve release goal.
+ * Add LSB dependency header to init.d scripts (Closes: #469268).
+ * Add update-inetd as dependency. Based on patch from Lionel
+ Porcheron and Ubuntu.
+
+ -- Petter Reinholdtsen <[EMAIL PROTECTED]> Fri, 4 Apr 2008 19:38:16 +0200
+
binkd (0.9.9+20060809-1) unstable; urgency=medium
* New upstream snapshot.
diff -u binkd-0.9.9+20060809/debian/control binkd-0.9.9+20060809/debian/control
--- binkd-0.9.9+20060809/debian/control
+++ binkd-0.9.9+20060809/debian/control
@@ -7,7 +7,7 @@
Package: binkd
Architecture: any
-Depends: ${shlibs:Depends}, perl, adduser, netbase
+Depends: ${shlibs:Depends}, perl, adduser, netbase, update-inetd
Description: FidoTech TCP/IP mailer
Binkd is a FidoTech mailer designed for use over TCP/IP.
.
diff -u binkd-0.9.9+20060809/debian/binkd.init
binkd-0.9.9+20060809/debian/binkd.init
--- binkd-0.9.9+20060809/debian/binkd.init
+++ binkd-0.9.9+20060809/debian/binkd.init
@@ -1,4 +1,11 @@
#!/bin/sh -e
+### BEGIN INIT INFO
+# Provides: binkd
+# Required-Start: $remote_fs $syslog
+# Required-Stop: $remote_fs $syslog
+# Default-Start: 2 3 4 5
+# Default-Stop: 0 1 6
+### END INIT INFO
OPTS="/etc/binkd/binkd.cfg -q"
PIDFILE=/var/run/ftn/binkd.pid
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]