Your message dated Tue, 05 Feb 2008 14:47:11 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#460206: fixed in lastfmsubmitd 0.37-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:  lastfmsubmitd
Version:  0.37-1
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 lastfmsubmitd-0.37.orig/debian/lastfmsubmitd.init.d 
lastfmsubmitd-0.37/debian/lastfmsubmitd.init.d
--- lastfmsubmitd-0.37.orig/debian/lastfmsubmitd.init.d 2008-01-11 
10:57:12.000000000 +0100
+++ lastfmsubmitd-0.37/debian/lastfmsubmitd.init.d      2008-01-11 
10:58:26.000000000 +0100
@@ -1,4 +1,12 @@
 #!/bin/sh -e
+### BEGIN INIT INFO
+# Provides:          lastfmsubmitd
+# Required-Start:    $remote_fs $syslog
+# Required-Stop:     $remote_fs $syslog
+# Default-Start:     2 3 4 5
+# Default-Stop:      0 1 6
+# Short-Description: Start and stop lastfmsubmit daemon
+### END INIT INFO

 PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
 DAEMON=/usr/bin/lastfmsubmitd

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.  It might be needed to add code in the daemon
to remove the pid file for this to work properly.

Happy hacking,
--
Petter Reinholdtsen



--- End Message ---
--- Begin Message ---
Source: lastfmsubmitd
Source-Version: 0.37-2

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

lastfmsubmitd_0.37-2.diff.gz
  to pool/main/l/lastfmsubmitd/lastfmsubmitd_0.37-2.diff.gz
lastfmsubmitd_0.37-2.dsc
  to pool/main/l/lastfmsubmitd/lastfmsubmitd_0.37-2.dsc
lastfmsubmitd_0.37-2_all.deb
  to pool/main/l/lastfmsubmitd/lastfmsubmitd_0.37-2_all.deb
lastmp_0.37-2_all.deb
  to pool/main/l/lastfmsubmitd/lastmp_0.37-2_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.
Decklin Foster <[EMAIL PROTECTED]> (supplier of updated lastfmsubmitd 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: Fri, 01 Feb 2008 11:02:32 -0500
Source: lastfmsubmitd
Binary: lastfmsubmitd lastmp
Architecture: source all
Version: 0.37-2
Distribution: unstable
Urgency: low
Maintainer: Decklin Foster <[EMAIL PROTECTED]>
Changed-By: Decklin Foster <[EMAIL PROTECTED]>
Description: 
 lastfmsubmitd - submission daemon for the Last.fm social music network
 lastmp     - MPD client for lastfmsubmitd
Closes: 439517 460206 463576
Changes: 
 lastfmsubmitd (0.37-2) unstable; urgency=low
 .
   * Include LSB init.d header for lastfmsubmitd (Closes: #460206) and lastmp.
   * Move lastmp rc.d order out to 31 (Closes: #439517), and stop at 11.
   * Provide virtual package mpd-client in lastmp. (Closes: #463576)
   * Update Standards-Version to 3.7.3, and debhelper compat level to 6.
Files: 
 2ddcd2f6bea14e5c68bcba9f742b5c15 659 sound optional lastfmsubmitd_0.37-2.dsc
 364e0fcc7cea9a9660d15c0d261de2eb 10983 sound optional 
lastfmsubmitd_0.37-2.diff.gz
 b975fcef62e3bf1754e3b9c8edb80ee6 29994 sound optional 
lastfmsubmitd_0.37-2_all.deb
 c33f0727899e56440454c55d992c403d 15054 sound optional lastmp_0.37-2_all.deb

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

iD8DBQFHqHPSuIJGh/GWjRsRArGuAJ9A4wpeDqa4Q+9u3Vskr9Y9utvBqACghTQf
6Tr1jczMCJgKKVplVcR0FB0=
=KfZG
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to