Your message dated Wed, 18 Nov 2009 19:33:05 +0000
with message-id <[email protected]>
and subject line Bug#541546: fixed in rebuildd 0.3.7
has caused the Debian Bug report #541546,
regarding rebuildd: incorrect dependencies on init script
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
541546: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=541546
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package:  rebuildd
Version:  0.3.5
Severity: important
Tags:     patch
User:     [email protected]
Usertags: incorrect-dependency

Hi,

While examining some init scripts I found rebuildd's to be missing some 
dependencies.

Since the binary lives in /usr it requires $remote_fs (not just a should-). As 
for the $network part, since I'm not sure how rebuildd uses it I hesitated 
between keeping it in should- and required-. If rebuildd can not live without 
any network interface (including lo) then please move $network to required-.

http://refspecs.freestandards.org/LSB_2.1.0/LSB-generic/LSB-generic/initscrcomconv.html
documents the LSB header format.  Some Debian notes are available at
http://wiki.debian.org/LSBInitScripts

This patch should solve the issue.  Without it, the init.d will start
too early in the boot sequence on some systems.

Cheers,
-- 
Raphael Geissert - Debian Developer
www.debian.org - get.debian.net
diff -urpN rebuildd-0.3.5.orig/debian/rebuildd.init.d rebuildd-0.3.5/debian/rebuildd.init.d
--- rebuildd-0.3.5.orig/debian/rebuildd.init.d	2008-08-31 14:28:23.000000000 -0500
+++ rebuildd-0.3.5/debian/rebuildd.init.d	2009-08-14 13:22:07.548012387 -0500
@@ -3,10 +3,10 @@
 #
 ### BEGIN INIT INFO
 # Provides:          rebuildd
-# Required-Start:
-# Required-Stop:
-# Should-Start:      $local_fs $network
-# Should-Stop:       $local_fs $network
+# Required-Start:    $remote_fs
+# Required-Stop:     $remote_fs
+# Should-Start:      $network
+# Should-Stop:       $network
 # Default-Start:     2 3 4 5
 # Default-Stop:      0 1 6
 # Short-Description: rebuild daemon
diff -urpN rebuildd-0.3.5.orig/debian/rebuildd.rebuildd-httpd.init.d rebuildd-0.3.5/debian/rebuildd.rebuildd-httpd.init.d
--- rebuildd-0.3.5.orig/debian/rebuildd.rebuildd-httpd.init.d	2008-08-31 14:28:40.000000000 -0500
+++ rebuildd-0.3.5/debian/rebuildd.rebuildd-httpd.init.d	2009-08-14 13:21:10.188072789 -0500
@@ -3,10 +3,10 @@
 #
 ### BEGIN INIT INFO
 # Provides:          rebuildd-httpd
-# Required-Start:
-# Required-Stop:
-# Should-Start:      $local_fs $network
-# Should-Stop:       $local_fs $network
+# Required-Start:    $remote_fs $network
+# Required-Stop:     $remote_fs $network
+# Should-Start:
+# Should-Stop:
 # Default-Start:     2 3 4 5
 # Default-Stop:      0 1 6
 # Short-Description: rebuild daemon Web server

--- End Message ---
--- Begin Message ---
Source: rebuildd
Source-Version: 0.3.7

We believe that the bug you reported is fixed in the latest version of
rebuildd, which is due to be installed in the Debian FTP archive:

rebuildd_0.3.7.dsc
  to main/r/rebuildd/rebuildd_0.3.7.dsc
rebuildd_0.3.7.tar.gz
  to main/r/rebuildd/rebuildd_0.3.7.tar.gz
rebuildd_0.3.7_all.deb
  to main/r/rebuildd/rebuildd_0.3.7_all.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Julien Danjou <[email protected]> (supplier of updated rebuildd package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Wed, 18 Nov 2009 20:17:47 +0100
Source: rebuildd
Binary: rebuildd
Architecture: source all
Version: 0.3.7
Distribution: unstable
Urgency: low
Maintainer: Julien Danjou <[email protected]>
Changed-By: Julien Danjou <[email protected]>
Description: 
 rebuildd   - build daemon aiming at rebuilding Debian packages
Closes: 541546 553421
Changes: 
 rebuildd (0.3.7) unstable; urgency=low
 .
   * Fix incorrect dependencies on init script (Closes: #541546)
   * Add missing entry in rebuildd-job manpage (Closes: #553421)
   * Bump standard version
Checksums-Sha1: 
 51fb0df5127b879e55ae6a7d55e4be9f575ccbd0 833 rebuildd_0.3.7.dsc
 0c2cd67ed85a4ea3b4a0ec9a8d37775288958842 23649 rebuildd_0.3.7.tar.gz
 2260c7cedccb3f597aeeb441549fc408813c78d3 25412 rebuildd_0.3.7_all.deb
Checksums-Sha256: 
 33597822c7413394ab9326e51f4156eceba32a8b2c31b777bf257fa3375ee2a1 833 
rebuildd_0.3.7.dsc
 fe44fefa024cb89972f7109cc67f9efd046e5b758a596eb358bc207b95b429b6 23649 
rebuildd_0.3.7.tar.gz
 37e14407960d912c54febf067994d6e9a54cb4da54dc69e96f12cdd4289d5e94 25412 
rebuildd_0.3.7_all.deb
Files: 
 ae144e849f9edde35956f9256c344265 833 devel extra rebuildd_0.3.7.dsc
 b6f851f38473e0ee3f6176025c3a0c14 23649 devel extra rebuildd_0.3.7.tar.gz
 6df216d4091c4db9203139f6640ba4da 25412 devel extra rebuildd_0.3.7_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)

iEYEARECAAYFAksESfQACgkQpGK1HsL+5c3ntgCg2VbwjlDVJKxe78OPeU6A1lsx
DuMAoItWLvL/Mm17xyTOGg5NtWcwum9K
=sBkS
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to