This is the patch I used in my NMU.

diff -u swapd-0.2/debian/changelog swapd-0.2/debian/changelog
--- swapd-0.2/debian/changelog
+++ swapd-0.2/debian/changelog
@@ -1,3 +1,10 @@
+swapd (0.2-10.1) unstable; urgency=low
+
+  * Non-maintainer upload to solve release goal.\
+  * Add LSB dependency header to init.d scripts (Closes: #458624)
+
+ -- Petter Reinholdtsen <[EMAIL PROTECTED]>  Wed, 19 Mar 2008 08:11:54 +0100
+
 swapd (0.2-10) unstable; urgency=low

   * Fixed a multiline string variable FTBFS bug (Closes: #195042)
diff -u swapd-0.2/debian/init.d swapd-0.2/debian/init.d
--- swapd-0.2/debian/init.d
+++ swapd-0.2/debian/init.d
@@ -1,4 +1,11 @@
 #! /bin/sh
+### BEGIN INIT INFO
+# Provides:          swapd
+# Required-Start:    $remote_fs $syslog
+# Required-Stop:     $remote_fs $syslog
+# Default-Start:     2 3 4 5
+# Default-Stop:      0 1 6
+### END INIT INFO
 #
 # Version:     @(#)skeleton  1.8  03-Mar-1998  [EMAIL PROTECTED]
 #



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to