Your message dated Mon, 04 Feb 2008 19:32:02 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#460249: fixed in distcc 2.18.3-4.2
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: distcc
Version: 2.18.3-4
Tags: patch
User: [EMAIL PROTECTED]
Usertags: missing-dependency
To be able to check boot script order, and also to be able to start
boot scripts in parallel, it is important to know the dependencies of
the various boot scripts. The Linux Software Base specifies a init.d
header file format useful for this purpose, and adding such header to
the anacron init.d script would make it possible for me to use this
information to check the current sequence and to speed up the debian
boot.
I am working on a system to update the boot sequence based on these
dependencies, and would like see this as the default in Lenny.
Because of this, it is nice if the dependencies was updated quickly.
<URL:http://refspecs.freestandards.org/LSB_2.1.0/LSB-generic/LSB-generic/initscrcomconv.html>
documents the LSB header format. Some debian notes are available from
<URL:http://wiki.debian.org/LSBInitScripts>.
Here is a patch to document the dependencies. I hope this is correct.
diff -ur distcc-2.18.3.orig/debian/distcc.init.d
distcc-2.18.3/debian/distcc.init.d
--- distcc-2.18.3.orig/debian/distcc.init.d 2008-01-11 15:18:15.000000000
+0100
+++ distcc-2.18.3/debian/distcc.init.d 2008-01-11 15:19:28.000000000 +0100
@@ -1,4 +1,11 @@
#!/bin/sh
+### BEGIN INIT INFO
+# Provides: distcc
+# Required-Start: $remote_fs $syslog
+# Required-Stop: $remote_fs $syslog
+# Default-Start: 2 3 4 5
+# Default-Stop: 0 1 6
+### END INIT INFO
#
# distccd Debian init.d script contributed by Jason Thomas. (Debian #161136)
#
As the stop script do not seem to do much except killing the daemons,
that task might be better left to the sendsigs script in runlevel 0
and 6. If this is indeed the case, I recommend removing 0 and 6 from
the Default-Stop list. The daemon might need to be changed to remove
its pid file.
Happy hacking,
--
Petter Reinholdtsen
--- End Message ---
--- Begin Message ---
Source: distcc
Source-Version: 2.18.3-4.2
We believe that the bug you reported is fixed in the latest version of
distcc, which is due to be installed in the Debian FTP archive:
distcc_2.18.3-4.2.diff.gz
to pool/main/d/distcc/distcc_2.18.3-4.2.diff.gz
distcc_2.18.3-4.2.dsc
to pool/main/d/distcc/distcc_2.18.3-4.2.dsc
distcc_2.18.3-4.2_i386.deb
to pool/main/d/distcc/distcc_2.18.3-4.2_i386.deb
distccmon-gnome_2.18.3-4.2_i386.deb
to pool/main/d/distcc/distccmon-gnome_2.18.3-4.2_i386.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.
Christian Perrier <[EMAIL PROTECTED]> (supplier of updated distcc 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.7
Date: Mon, 04 Feb 2008 17:48:14 +0100
Source: distcc
Binary: distcc distccmon-gnome
Architecture: source i386
Version: 2.18.3-4.2
Distribution: unstable
Urgency: low
Maintainer: Carsten Wolff <[EMAIL PROTECTED]>
Changed-By: Christian Perrier <[EMAIL PROTECTED]>
Description:
distcc - Simple distributed compiler client and server
distccmon-gnome - GTK monitor for distcc a distributed client and server
Closes: 412869 413879 435559 460249
Changes:
distcc (2.18.3-4.2) unstable; urgency=low
.
* Non-maintainer upload.
* Fix encoding for changelog (lenny release goal)
* Add LSB-formatted dependency to init script. Closes: #460249
* Debconf translations while I'm at it:
- Galician. Closes: #412869
- Dutch. Closes: #413879
- Brazilian. Closes: #435559
* Add po-debconf to build dependencies (thanks, lintian)
* Change menu section from Apps to Applications (thanks, lintian)
* Do not ignore "make distclean" errors in the clean target
(thanks, lintian)
Files:
01490b169d20b6d9d3c0ae91b2006ec3 681 devel optional distcc_2.18.3-4.2.dsc
ca5af482d093a4c7c191fb00178bbc1f 42692 devel optional distcc_2.18.3-4.2.diff.gz
0c04801ec3df29607e92818991cea366 148214 devel optional
distcc_2.18.3-4.2_i386.deb
07c699df6e1c838b22a2160e0c88c705 36216 devel optional
distccmon-gnome_2.18.3-4.2_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFHp2RH1OXtrMAUPS0RAj/BAKClEZqmg2TbLy/PEH4laJXR3gPuywCgr0Hi
Q4rT2PY2voG1haFlbVVkjbU=
=g7U/
-----END PGP SIGNATURE-----
--- End Message ---