Bug#468236: Patch used in NMU of buildbot

2008-06-19 Thread Petter Reinholdtsen
Hi, did you see this email?  I have not seen any reply, and time is
running out to have this issue fixed in Lenny.

[Petter Reinholdtsen 2008-05-25]
 [Petter Reinholdtsen]
  This is the patch used in my NMU.
 
 Any hope of having this fix applied to buildbot?  It was not included
 in the 0.7.7-1 upload.  buildbot is one of the 9 remaining packages in
 unstable without init.d dependency information.

Happy hacking,
-- 
Petter Reinholdtsen



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



Bug#468236: Patch used in NMU of buildbot

2008-05-15 Thread Petter Reinholdtsen
[Petter Reinholdtsen]
 This is the patch used in my NMU.

Any hope of having this fix applied to buildbot?  It was not included
in the 0.7.7-1 upload.  buildbot is one of the 9 remaining packages in
unstable without init.d dependency information.

Happy hacking,
-- 
Petter Reinholdtsen



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



Bug#468236: Patch used in NMU of buildbot

2008-04-04 Thread Petter Reinholdtsen
This is the patch used in my NMU.

diff -u buildbot-0.7.6/debian/changelog buildbot-0.7.6/debian/changelog
--- buildbot-0.7.6/debian/changelog
+++ buildbot-0.7.6/debian/changelog
@@ -1,3 +1,10 @@
+buildbot (0.7.6-1.1) unstable; urgency=low
+
+  * Non-maintainer upload to solve release goal.
+  * Add LSB dependency header to init.d scripts (Closes: #468236).
+
+ -- Petter Reinholdtsen [EMAIL PROTECTED]  Fri,  4 Apr 2008 08:48:51 +0200
+
 buildbot (0.7.6-1) unstable; urgency=low

   * New upstream version.
diff -u buildbot-0.7.6/debian/buildbot.init buildbot-0.7.6/debian/buildbot.init
--- buildbot-0.7.6/debian/buildbot.init
+++ buildbot-0.7.6/debian/buildbot.init
@@ -1,4 +1,12 @@
 #! /bin/bash
+### BEGIN INIT INFO
+# Provides:  buildbot
+# Required-Start:$remote_fs
+# Required-Stop: $remote_fs
+# Default-Start: 2 3 4 5
+# Default-Stop:  0 1 6
+### END INIT INFO
+#
 # initscript for buildbot

 PATH=/sbin:/bin:/usr/sbin:/usr/bin



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