tags 548555 + pending thanks Dear maintainer,
I've prepared an NMU for lastfmsubmitd (versioned as 1.0.5-1.1) and uploaded it to DELAYED/5, according to devref §5.11.1. The patch is the same proposed by Petter Reinholdtsen in the bug log (avoid requiring mpd which is not necessarily installed, and rely on syslog for logging purposes). Hope this helps, Cheers. -- Stefano Zacchiroli -o- PhD in Computer Science \ PostDoc @ Univ. Paris 7 z...@{upsilon.cc,pps.jussieu.fr,debian.org} -<>- http://upsilon.cc/zack/ Dietro un grande uomo c'è ..| . |. Et ne m'en veux pas si je te tutoie sempre uno zaino ...........| ..: |.... Je dis tu à tous ceux que j'aime
diff -u lastfmsubmitd-1.0.5/debian/lastfmsubmitd.init.d lastfmsubmitd-1.0.5/debian/lastfmsubmitd.init.d --- lastfmsubmitd-1.0.5/debian/lastfmsubmitd.init.d +++ lastfmsubmitd-1.0.5/debian/lastfmsubmitd.init.d @@ -2,8 +2,8 @@ ### BEGIN INIT INFO # Provides: lastfmsubmitd -# Required-Start: $remote_fs -# Required-Stop: $remote_fs +# 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 diff -u lastfmsubmitd-1.0.5/debian/lastmp.init.d lastfmsubmitd-1.0.5/debian/lastmp.init.d --- lastfmsubmitd-1.0.5/debian/lastmp.init.d +++ lastfmsubmitd-1.0.5/debian/lastmp.init.d @@ -2,8 +2,10 @@ ### BEGIN INIT INFO # Provides: lastmp -# Required-Start: mpd -# Required-Stop: mpd +# Required-Start: $remote_fs $syslog lastfmsubmitd +# Required-Stop: $remote_fs $syslog lastfmsubmitd +# Should-Start: mpd +# Should-Stop: mpd # Default-Start: 2 3 4 5 # Default-Stop: 0 1 6 # Short-Description: Start and stop lastfmsubmit daemon diff -u lastfmsubmitd-1.0.5/debian/changelog lastfmsubmitd-1.0.5/debian/changelog --- lastfmsubmitd-1.0.5/debian/changelog +++ lastfmsubmitd-1.0.5/debian/changelog @@ -1,3 +1,13 @@ +lastfmsubmitd (1.0.5-1.1) unstable; urgency=low + + * Non-maintainer upload. + * Fix dependencies in init.d LSB headers, patch by Petter Reinholdtsen. + In particular: avoid failing if mpd is not there (since mpd is not a + dependency), depend on syslog start/stop for logging purposes. + (Closes: #548555) + + -- Stefano Zacchiroli <z...@debian.org> Sun, 20 Dec 2009 12:32:25 +0100 + lastfmsubmitd (1.0.5-1) unstable; urgency=low * The "Clint Adams for DPL" release.