This is the patch used in my NMU. First the part I edited:
diff -u ldapdns-2.06/debian/changelog ldapdns-2.06/debian/changelog
--- ldapdns-2.06/debian/changelog
+++ ldapdns-2.06/debian/changelog
@@ -1,3 +1,10 @@
+ldapdns (2.06-3.3) unstable; urgency=low
+
+ * Non-maintainer upload to solve release goal.
+ * Add LSB dependency header to init.d scripts (Closes: #464059).
+
+ -- Petter Reinholdtsen <[EMAIL PROTECTED]> Sat, 29 Mar 2008 10:39:14 +0100
+
ldapdns (2.06-3.2) unstable; urgency=low
* Non-maintainer upload during BSP.
diff -u ldapdns-2.06/debian/packages ldapdns-2.06/debian/packages
--- ldapdns-2.06/debian/packages
+++ ldapdns-2.06/debian/packages
@@ -101,6 +101,13 @@
fi
Init: sh
start 15 2 3 4 5 . stop 85 0 1 6 .
+ ### BEGIN INIT INFO
+ # Provides: ldapdns
+ # 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=/sbin:/bin:/usr/sbin:/usr/bin
.
Next, the parts generated by the build:
diff -u ldapdns-2.06/debian/rules ldapdns-2.06/debian/rules
--- ldapdns-2.06/debian/rules
+++ ldapdns-2.06/debian/rules
@@ -1,6 +1,6 @@
#!/usr/bin/make -f
# Generated automatically from debian/packages
-# by yada v0.53, of Fri, 4 May 2007
+# by yada v0.54, of Sun, 28 Oct 2007
DEB_HOST_ARCH := $(shell dpkg-architecture -qDEB_HOST_ARCH 2>/dev/null)
DEB_HOST_ARCH_OS := $(shell dpkg-architecture -qDEB_HOST_ARCH_OS
2>/dev/null)
@@ -159,7 +159,7 @@
rm -rf debian/tmp-ldapdns
umask 022 && install -d debian/tmp-ldapdns/DEBIAN
install -d debian/tmp-ldapdns/usr/share/doc/ldapdns
- umask 022; yada generate copyright \
+ umask 022; yada generate copyright ldapdns \
> debian/tmp-ldapdns/usr/share/doc/ldapdns/copyright
install -m 644 -p debian/changelog \
debian/tmp-ldapdns/usr/share/doc/ldapdns/changelog.Debian
diff -u ldapdns-2.06/debian/control ldapdns-2.06/debian/control
--- ldapdns-2.06/debian/control
+++ ldapdns-2.06/debian/control
@@ -3,7 +3,7 @@
Section: net
Priority: optional
Standards-Version: 3.6.1
-Build-Depends: libldap2-dev, yada (>= 0.53)
+Build-Depends: libldap2-dev, yada (>= 0.54)
Package: ldapdns
Architecture: any
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]