Your message dated Wed, 25 Oct 2006 11:32:08 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#384859: fixed in dbus 0.94-1
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: dbus
Version: 0.62-4
Severity: minor
Tags: patch
Hi,
the attached patch contains some tiny changes to the dbus init.d scripts
use of lsb logging functions (log_begin_msg is just a helper function).
Regards,
David
diff -ur ./dbus-0.62.orig/debian/control ./dbus-0.62/debian/control
--- ./dbus-0.62.orig/debian/control 2006-08-27 14:43:56.000000000 +0200
+++ ./dbus-0.62/debian/control 2006-08-27 14:50:59.000000000 +0200
@@ -9,7 +9,7 @@
Package: dbus
Architecture: any
-Depends: ${shlibs:Depends}, adduser, debianutils (>= 1.22.0), lsb-base (>= 3.0)
+Depends: ${shlibs:Depends}, adduser, debianutils (>= 1.22.0), lsb-base (>=
3.0-10)
Conflicts: libdbus0, dbus-1, dbus-1-utils (<< 0.50-2), libdbus-1-1
Replaces: libdbus0, dbus-1
Description: simple interprocess messaging system
diff -ur ./dbus-0.62.orig/debian/dbus.init ./dbus-0.62/debian/dbus.init
--- ./dbus-0.62.orig/debian/dbus.init 2006-08-27 14:43:56.000000000 +0200
+++ ./dbus-0.62/debian/dbus.init 2006-08-27 14:51:20.000000000 +0200
@@ -77,12 +77,12 @@
reload_it()
{
- log_begin_msg "Reloading $DESC config"
+ log_action_begin_msg "Reloading $DESC config"
dbus-send --print-reply --system --type=method_call \
--dest=org.freedesktop.DBus \
/ org.freedesktop.DBus.ReloadConfig > /dev/null
# hopefully this is enough time for dbus to reload it's config file.
- log_end_msg $?
+ log_action_end_msg $?
}
case "$1" in
@@ -101,7 +101,7 @@
;;
*)
echo "Usage: /etc/init.d/$NAME {start|stop|reload|restart|force-reload}"
>&2
- exit 1
+ exit 2
;;
esac
--- End Message ---
--- Begin Message ---
Source: dbus
Source-Version: 0.94-1
We believe that the bug you reported is fixed in the latest version of
dbus, which is due to be installed in the Debian FTP archive:
dbus-1-doc_0.94-1_all.deb
to pool/main/d/dbus/dbus-1-doc_0.94-1_all.deb
dbus-1-utils_0.94-1_powerpc.deb
to pool/main/d/dbus/dbus-1-utils_0.94-1_powerpc.deb
dbus_0.94-1.diff.gz
to pool/main/d/dbus/dbus_0.94-1.diff.gz
dbus_0.94-1.dsc
to pool/main/d/dbus/dbus_0.94-1.dsc
dbus_0.94-1_powerpc.deb
to pool/main/d/dbus/dbus_0.94-1_powerpc.deb
dbus_0.94.orig.tar.gz
to pool/main/d/dbus/dbus_0.94.orig.tar.gz
libdbus-1-3_0.94-1_powerpc.deb
to pool/main/d/dbus/libdbus-1-3_0.94-1_powerpc.deb
libdbus-1-dev_0.94-1_powerpc.deb
to pool/main/d/dbus/libdbus-1-dev_0.94-1_powerpc.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.
Sjoerd Simons <[EMAIL PROTECTED]> (supplier of updated dbus 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: Wed, 25 Oct 2006 11:26:32 +0200
Source: dbus
Binary: dbus-1-doc libdbus-1-dev libdbus-1-3 dbus dbus-1-utils
Architecture: source all powerpc
Version: 0.94-1
Distribution: unstable
Urgency: low
Maintainer: Utopia Maintenance Team <[EMAIL PROTECTED]>
Changed-By: Sjoerd Simons <[EMAIL PROTECTED]>
Description:
dbus - simple interprocess messaging system
dbus-1-doc - simple interprocess messaging system (documentation)
dbus-1-utils - simple interprocess messaging system (utilities)
libdbus-1-3 - simple interprocess messaging system
libdbus-1-dev - simple interprocess messaging system (development headers)
Closes: 384859 388186
Changes:
dbus (0.94-1) unstable; urgency=low
.
[ Riccardo Setti ]
* Fixed dbus description. (closes: #388186)
* Improved dbus.init script. (closes: #384859)
- Patch from David Härdeman <[EMAIL PROTECTED]
.
[ Sjoerd Simons ]
* New upstream release (aka 1.0 RC2)
* debian/dbus.init: Create the machine-id on start
* debian/patches/10_dbus_uuid_in_var.patch
+ Added. Put the generated machine-id file in /var. Next upstream version
will also have it there
* debian/patches/99_rerun_automake.patch
+ Added. Re-automake because of the changes in the previous patch
* debian/rules: Use list-missing to list files missing from the package
* debin/dbus.dirs: Add /var/lib/dbus
* debian/dbus.install: Include dbus-uuidgen and it's manpage
* debian/libdbus-1-3.shlibs, debian/shlibs.local: Added. New symbols were
added in this release.
* debian/patches/20_dbus_uuid_world_readable.patch
+ Added. Make the generated machine-id file world readable (from upstream
CVS)
Files:
453fd40169f80ae373ac5cd179dde289 801 devel optional dbus_0.94-1.dsc
85653cafbcfc7edfbad9639459758ed3 1372266 devel optional dbus_0.94.orig.tar.gz
2d8e40c1a4ef94f967d490a5cdd228df 21424 devel optional dbus_0.94-1.diff.gz
57f7bf446f65a73036abe126d608901e 1460384 doc optional dbus-1-doc_0.94-1_all.deb
0d8c481d2c3a1aac046b00ea4396048e 343944 devel optional dbus_0.94-1_powerpc.deb
dcc5a8ba6a752683607cc9cb0b5023bc 262814 libs optional
libdbus-1-3_0.94-1_powerpc.deb
c48258bda55dfbcffdda84f3f914e22e 174358 utils optional
dbus-1-utils_0.94-1_powerpc.deb
7423f4c489d92b97d04227cdc25016e9 319974 libdevel optional
libdbus-1-dev_0.94-1_powerpc.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (GNU/Linux)
iD8DBQFFP6uogTd+SodosdIRAvJCAJkBTzvScEIi86Af9MTpCgbU7P7XQgCdFoVp
qRB2oJTw2DMZPcY64MtJRZY=
=5eN8
-----END PGP SIGNATURE-----
--- End Message ---