Your message dated Sun, 27 Sep 2009 23:17:16 +0000
with message-id <e1ms2zu-0003zi...@ries.debian.org>
and subject line Bug#548603: fixed in odccm 0.13-2
has caused the Debian Bug report #548603,
regarding odccm: Incorrect dependencies in init.d LSB header
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 ow...@bugs.debian.org
immediately.)
--
548603: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=548603
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: odccm
Version: 0.11-3
Severity: serious
Tags: patch
User: initscripts-ng-de...@lists.alioth.debian.org
Usertags: incorrect-dependency
User: debian...@lists.debian.org
Usertags: piuparts
With dependency based boot sequencing, I discovered what I believe is
a bug in the init.d script of this package. The init.d script depend
on hal and dbus, while the package do not depend on the packages
providing these scripts. This break installation of the package on
systems where hal and dbus isn't installed.
The installation problem was discovered by piuparts, see
<URL: http://piuparts.debian.org/sid/fail/odccm_0.13-1.log > for the
test log. These are the error messages:
insserv: Service hal has to be enabled to start service odccm
insserv: Service dbus has to be enabled to start service odccm
insserv: exiting now!
I'm setting severity to important, as both hal and dbus is installed
on most systems.
This patch should solve the issue.
diff -ur ../odccm-0.13/debian/init.d ../odccm-0.13-pere/debian/init.d
--- ../odccm-0.13/debian/init.d 2009-09-27 16:55:49.000000000 +0200
+++ ../odccm-0.13-pere/debian/init.d 2009-09-27 16:58:40.000000000 +0200
@@ -2,8 +2,9 @@
### BEGIN INIT INFO
# Provides: odccm
-# Required-Start: $network $syslog hal dbus
+# Required-Start: $network $syslog
# Required-Stop: $network $syslog
+# Should-Start: hal dbus
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
# Short-Description: Start odccm daemon
Happy hacking,
--
Petter Reinholdtsen
--- End Message ---
--- Begin Message ---
Source: odccm
Source-Version: 0.13-2
We believe that the bug you reported is fixed in the latest version of
odccm, which is due to be installed in the Debian FTP archive:
odccm_0.13-2.diff.gz
to pool/main/o/odccm/odccm_0.13-2.diff.gz
odccm_0.13-2.dsc
to pool/main/o/odccm/odccm_0.13-2.dsc
odccm_0.13-2_i386.deb
to pool/main/o/odccm/odccm_0.13-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 548...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Jonny Lamb <jo...@debian.org> (supplier of updated odccm 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 ftpmas...@debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Sun, 27 Sep 2009 23:47:20 +0100
Source: odccm
Binary: odccm
Architecture: source i386
Version: 0.13-2
Distribution: unstable
Urgency: low
Maintainer: Jonny Lamb <jo...@debian.org>
Changed-By: Jonny Lamb <jo...@debian.org>
Description:
odccm - Daemon to keep a connection to Windows Mobile device
Closes: 548603
Changes:
odccm (0.13-2) unstable; urgency=low
.
* debian/gbp.conf: Removed no-create-orig line.
* debian/init.d: Fix incorrect dependencies. Thanks to Petter
Reinholdtsen <p...@hungry.com> for the patch. (Closes: #548603)
* debian/control: Removed quilt build-dep.
* debian/rules: Don't include quilt.make anymore, and remove {,un}patch
target calls.
Checksums-Sha1:
7c75fd45e8005d6087af675f4115ffad2d0f3f0c 1198 odccm_0.13-2.dsc
112e559359e9b8c1ba40d076ec4ac6ec3a0d912f 4007 odccm_0.13-2.diff.gz
44154f4742a142ad2eb8df5a98a0dee21ae7314a 27180 odccm_0.13-2_i386.deb
Checksums-Sha256:
162ca4ff870e9bb9362b3b2f5cfc6d0ddb4ff0181b99601a7f9beb46aab15484 1198
odccm_0.13-2.dsc
28d788ce7e85f53568ed048693e67aee63969941c90d52a74b180059dcce01fc 4007
odccm_0.13-2.diff.gz
17f518d4719cf324ab0d8ef5f7277834b0b9cde4067065945093c25e701b8050 27180
odccm_0.13-2_i386.deb
Files:
9a97b61190988b0ed852aa5fb94a2d24 1198 utils optional odccm_0.13-2.dsc
63562b95d704ea7b0a8519a10c9c82b8 4007 utils optional odccm_0.13-2.diff.gz
e7b663bfb0d1755fd27835827ff92606 27180 utils optional odccm_0.13-2_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
iEYEARECAAYFAkq/7iwACgkQwYr7ny4DlAJ9sQCfcm3lzEPLCo/+jVJsd3tqV12b
yZIAnimYQs3UlpNL8Tuk0Mg8U93OEuus
=FVeA
-----END PGP SIGNATURE-----
--- End Message ---