[ubuntu/yakkety-proposed] dbus 1.10.10-1ubuntu1 (Accepted)
Jeremy Bicha
jbicha at ubuntu.com
Mon Sep 12 05:31:15 UTC 2016
dbus (1.10.10-1ubuntu1) yakkety; urgency=medium
[ Jeremy Bicha ]
* Merge with Debian (LP: #1622401), remaining changes:
- Add debian/dbus.user-session.upstart.
- debian, dbus.postinst, debian/rules: Don't start D-Bus on package
installation, as that doesn't work any more. Instead, start dbus.socket
in postinst, which will then start D-Bus on demand after package
installation.
- Add debian/patches/dont-stop-dbus.patch: Don't stop D-Bus in the service
unit (see patch header and upstream bug for details). Fixes various
causes of shutdown hangs, particularly with remote file systems. (LP:
#1438612) (LP: #1540282)
- aa-get-connection-apparmor-security-context.patch: This is not
intended for upstream inclusion. It implements a bus method
(GetConnectionAppArmorSecurityContext) to get a connection's AppArmor
security context but upstream D-Bus has recently added a generic way of
getting a connection's security credentials (GetConnectionCredentials).
Ubuntu should carry this patch until packages in the archive are moved
over to the new, generic method of getting a connection's credentials.
* Dropped changes:
- debian/dbus.preinst: divert the dbus-daemon-launch-helper if upgrading
from < 1.9.4-2~. This will make sure we keep the setuid bit during upgrade.
(LP: #1555237)
- Drop system upstart job.
[ Martin Pitt ]
* Clean up /etc/init/dbus.conf on upgrades. This needs to be kept until
after 18.04 LTS.
dbus (1.10.10-1) unstable; urgency=medium
* New upstream stable release 1.10.10
* Provide new virtual packages for other packages to depend on:
- dbus-session-bus: any implementation of the D-Bus well-known session bus
(provided by: dbus-user-session, dbus-x11)
- default-dbus-session-bus: the recommended implementation of
dbus-session-bus (currently provided by: dbus-user-session)
* Add arm64, mips64el, ppc64el to the list of architectures that
have valgrind
* debian/gbp.conf: use DEP-14 branch names
* Standards-Version: 3.9.8 (no changes needed)
* debian/rules: fail the build if "make install" installs anything we
don't package or delete. Only do this for final releases (suite
in debian/changelog is not UNRELEASED) to facilitate future
autobuilding of new upstream releases.
* debian/rules: do not require symbols file to be complete if the
suite in debian/changelog is UNRELEASED, again to facilitate
autobuilding new upstream releases.
* debian/source/options: don't fail dpkg-source on changes to
build-aux/{compile,depcomp,missing}. We regenerate that directory anyway,
and during a snapshot build they might become symlinks.
* debian/rules: do the build in debian/build-* so it's easier to .gitignore
* debian/.gitignore: update
* Use the correct systemctl for Debian even if not installed on the build
system. (Regression in 1.10.2)
dbus (1.10.8-1) unstable; urgency=medium
* New upstream release
* dbus.prerm: ensure that dbus.socket is stopped before removal,
so that a new connection to the bus won't cause dbus.service to be
restarted (Closes: #813970)
* debian/75dbus_dbus-launch: when not using systemd --user or the
dbus-user-session package is not installed, start dbus-daemon early,
then upload the full environment from Xsession.d later on
(in 95dbus_update-activation-env). This more closely matches the
behaviour with dbus-user-session. (Closes: #815503; thanks to Samuel
Thibault)
* Switch Vcs-Git to https (see #810378)
* debian/upstream/signing-key.asc: add upstream signing keys
(just my keys for now, in practice I do almost all dbus releases)
* debian/watch: use https and describe how to download signatures
* Standards-Version: 3.9.7 (no changes needed)
* Sort .install files and remove unnecessary debian/tmp prefix
* Normalize lists of packages and uploaders via wrap-and-sort -ast
* Normalize order of packages via wrap-and-sort -b
Date: Sun, 11 Sep 2016 04:09:45 -0400
Changed-By: Jeremy Bicha <jbicha at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Signed-By: Martin Pitt <martin.pitt at ubuntu.com>
https://launchpad.net/ubuntu/+source/dbus/1.10.10-1ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Sun, 11 Sep 2016 04:09:45 -0400
Source: dbus
Binary: dbus dbus-1-dbg dbus-1-doc dbus-tests dbus-udeb dbus-user-session dbus-x11 libdbus-1-3 libdbus-1-3-udeb libdbus-1-dev
Architecture: source
Version: 1.10.10-1ubuntu1
Distribution: yakkety
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Jeremy Bicha <jbicha at ubuntu.com>
Description:
dbus - simple interprocess messaging system (daemon and utilities)
dbus-1-dbg - simple interprocess messaging system (debug symbols)
dbus-1-doc - simple interprocess messaging system (documentation)
dbus-tests - simple interprocess messaging system (test infrastructure)
dbus-udeb - simple interprocess messaging system (minimal runtime) (udeb)
dbus-user-session - simple interprocess messaging system (systemd --user integration)
dbus-x11 - simple interprocess messaging system (X11 deps)
libdbus-1-3 - simple interprocess messaging system (library)
libdbus-1-3-udeb - simple interprocess messaging system (minimal library) (udeb)
libdbus-1-dev - simple interprocess messaging system (development headers)
Closes: 813970 815503
Launchpad-Bugs-Fixed: 1438612 1540282 1555237 1622401
Changes:
dbus (1.10.10-1ubuntu1) yakkety; urgency=medium
.
[ Jeremy Bicha ]
* Merge with Debian (LP: #1622401), remaining changes:
- Add debian/dbus.user-session.upstart.
- debian, dbus.postinst, debian/rules: Don't start D-Bus on package
installation, as that doesn't work any more. Instead, start dbus.socket
in postinst, which will then start D-Bus on demand after package
installation.
- Add debian/patches/dont-stop-dbus.patch: Don't stop D-Bus in the service
unit (see patch header and upstream bug for details). Fixes various
causes of shutdown hangs, particularly with remote file systems. (LP:
#1438612) (LP: #1540282)
- aa-get-connection-apparmor-security-context.patch: This is not
intended for upstream inclusion. It implements a bus method
(GetConnectionAppArmorSecurityContext) to get a connection's AppArmor
security context but upstream D-Bus has recently added a generic way of
getting a connection's security credentials (GetConnectionCredentials).
Ubuntu should carry this patch until packages in the archive are moved
over to the new, generic method of getting a connection's credentials.
* Dropped changes:
- debian/dbus.preinst: divert the dbus-daemon-launch-helper if upgrading
from < 1.9.4-2~. This will make sure we keep the setuid bit during upgrade.
(LP: #1555237)
- Drop system upstart job.
.
[ Martin Pitt ]
* Clean up /etc/init/dbus.conf on upgrades. This needs to be kept until
after 18.04 LTS.
.
dbus (1.10.10-1) unstable; urgency=medium
.
* New upstream stable release 1.10.10
* Provide new virtual packages for other packages to depend on:
- dbus-session-bus: any implementation of the D-Bus well-known session bus
(provided by: dbus-user-session, dbus-x11)
- default-dbus-session-bus: the recommended implementation of
dbus-session-bus (currently provided by: dbus-user-session)
* Add arm64, mips64el, ppc64el to the list of architectures that
have valgrind
* debian/gbp.conf: use DEP-14 branch names
* Standards-Version: 3.9.8 (no changes needed)
* debian/rules: fail the build if "make install" installs anything we
don't package or delete. Only do this for final releases (suite
in debian/changelog is not UNRELEASED) to facilitate future
autobuilding of new upstream releases.
* debian/rules: do not require symbols file to be complete if the
suite in debian/changelog is UNRELEASED, again to facilitate
autobuilding new upstream releases.
* debian/source/options: don't fail dpkg-source on changes to
build-aux/{compile,depcomp,missing}. We regenerate that directory anyway,
and during a snapshot build they might become symlinks.
* debian/rules: do the build in debian/build-* so it's easier to .gitignore
* debian/.gitignore: update
* Use the correct systemctl for Debian even if not installed on the build
system. (Regression in 1.10.2)
.
dbus (1.10.8-1) unstable; urgency=medium
.
* New upstream release
* dbus.prerm: ensure that dbus.socket is stopped before removal,
so that a new connection to the bus won't cause dbus.service to be
restarted (Closes: #813970)
* debian/75dbus_dbus-launch: when not using systemd --user or the
dbus-user-session package is not installed, start dbus-daemon early,
then upload the full environment from Xsession.d later on
(in 95dbus_update-activation-env). This more closely matches the
behaviour with dbus-user-session. (Closes: #815503; thanks to Samuel
Thibault)
* Switch Vcs-Git to https (see #810378)
* debian/upstream/signing-key.asc: add upstream signing keys
(just my keys for now, in practice I do almost all dbus releases)
* debian/watch: use https and describe how to download signatures
* Standards-Version: 3.9.7 (no changes needed)
* Sort .install files and remove unnecessary debian/tmp prefix
* Normalize lists of packages and uploaders via wrap-and-sort -ast
* Normalize order of packages via wrap-and-sort -b
Checksums-Sha1:
01aad18f5cf35831f36e1ae1c2a6e0096ac6e4f3 3162 dbus_1.10.10-1ubuntu1.dsc
f1236d1e7ab7ff26c704fa0069c7b50d3c8f0a4b 1984077 dbus_1.10.10.orig.tar.gz
81742caac952b81aadd3411206db1cf9b69ee8dc 64164 dbus_1.10.10-1ubuntu1.debian.tar.xz
Checksums-Sha256:
21cdd4315916fe06b83bdd28538bb27a7e727960a7624fcf0f10185db4f61005 3162 dbus_1.10.10-1ubuntu1.dsc
9d8f1d069ab4d1a0255d7b400ea3bcef4430c42e729b1012abb2890e3f739a43 1984077 dbus_1.10.10.orig.tar.gz
8b7dae092ea7428b8c2f034f06daf70ed3fb17f80e6f323c6b03ee1631dfd41d 64164 dbus_1.10.10-1ubuntu1.debian.tar.xz
Files:
c8b65faaa618ff7a4307f035e79f0f9d 3162 admin optional dbus_1.10.10-1ubuntu1.dsc
495676d240eb982921b3ad1343526849 1984077 admin optional dbus_1.10.10.orig.tar.gz
9c058e6d5063f4383759561e0a214b8a 64164 admin optional dbus_1.10.10-1ubuntu1.debian.tar.xz
Original-Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers at lists.alioth.debian.org>
-----BEGIN PGP SIGNATURE-----
iQIcBAEBCAAGBQJX1jnrAAoJENFO8V2v4RNHcR4P/0pJcAD7o9j+hu+IddmgL23w
4cSP8Ss44HFzmyTN92iaraqEYhdt3Q8wPs+fbKj/RI7RZk9QHgQG6ZWkPotydWRt
sNYH+GWYzIjBK1QfSfU4rM3AhsW6pyH/RzYFy9w1u62Lb5AuLCx9+5VdUd0DwxtW
plS+9RNi1pB29nzNBYQ41l7UvFXDm5qijFzG0ThibuyIxk39Mw28TCEhbZitcxsl
YXtbJ5BSNy+/njCgLU1kr8BOsT51pmMChnet0ZW5gs2rMbYym9XmWVnk2gnljCHu
72fIHkCcpK2Gaa2llJv9tHhFa2cC9VIf+VrsyqjUKvpGeKTmZJV4Yq+eGT/ZEV3O
8kdkEOgepFtfFB8jLaOJPtmiDn/PQjCm3Bn8BtyG582g3+ukGC4PGTKd9fHRNj1y
m6VNq6VwEiqdIjXnMbpcyrcOcCpw0BjYBZteVfQFVbF4Abd507wJDXH9L0okgj24
gji3NP2c6zadCQNWPUF3Mt6a2DK6l333qQUaBod5dM6Y83GHAPL2vfGKZ/P69vKQ
V0AgxD8FtBG3l4M+4yK8Iyn5bzZov2u3rnouRk/wSJZF1gIDFq8RJEfZ9BAKNCAZ
fMShQIkAWRf9kolIgcY8qIHtT+NO/bidsH19w10YCHpb9Y19n70e15tVvJP/ECd2
BqLRRasNvPUdWJXCxe/I
=9ds9
-----END PGP SIGNATURE-----
More information about the Yakkety-changes
mailing list