[ubuntu/xenial-proposed] dbus 1.10.4-1ubuntu1 (Accepted)

Iain Lane iain at orangesquash.org.uk
Thu Nov 19 12:53:14 UTC 2015


dbus (1.10.4-1ubuntu1) xenial; urgency=low

  * Merge with Debian, remaining changes:
    - Add upstart jobs; Upstart is still supported for the system init.
      + Add debian/dbus.upstart and dbus.user-session.upstart
    - 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)
    - 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.
  * debian/rules, debian/dbus.install: Modify upstart session job installation
    to use dh-exec instead of editing debian/rules

dbus (1.10.4-1) unstable; urgency=medium

  * New upstream stable release 1.10.4
  * prerm: clean up /etc/dbus-1/s*.conf compat symlinks on remove.
    We only remove them if they match what the package sets up, so
    we do not need to distinguish between remove and purge.
  * prerm: also clean up /etc/dbus-1/s*.conf symlinks before downgrading
    to a version << 1.10.2-1, so that the dbus-daemon will not fail to reload
    or start after the downgrade. Please note that downgrading packages remains
    an unsupported action. (Closes: #804183)
  * postrm: clean up /etc/dbus-1/s*.conf on purge, even if their targets
    do not match what is expected (Closes: #803441)
  * dbus.install: use dh-exec to mark systemd-related files for [linux-any],
    instead of constructing dbus.install programmatically
  * dbus-1-dbg.links: use dh-exec instead of sh
  * Stop installing dbus.target.wants/dbus.socket, since dbus.target no
    longer exists in systemd. sockets.target covers that, and is part
    of the DefaultDependencies anyway (Closes: #757913)
  * Simplify dh_install override, and remove dh_link override altogether,
    by using dh-exec

dbus (1.10.2-1) unstable; urgency=medium

  * New upstream stable release 1.10.2
  * Touch /var/run/reboot-required on upgrade, even if neither
    reboot-notifier nor update-notifier-common is installed.
    Various other tools look for this file. (Closes: #799396)
  * Allow dbus-daemon (<< 1.9.18) to reload bus setup and configuration
    again (follow-up for #793519). This means that if an upgrade
    from jessie to stretch pulls in a new system service, dbus-daemon
    will load the configuration that allows that system service to work,
    even before the system has been rebooted to use the new dbus-daemon.
    - if /etc/dbus-1/s*.conf have been modified, move them to
      /etc/dbus-1/s*.conf.dpkg-bak; if not, delete them
    - patch /usr/share/dbus-1/s*.conf to include
      /etc/dbus-1/s*.conf.dpkg-bak instead of /etc/dbus-1/s*.conf
    - add new symlinks /etc/dbus-1/s*.conf -> /usr/share/dbus-1/s*.conf
      so that the old dbus-daemon will load the new bus setup
  * Remove Breaks and upgrade code for versions older than oldstable

dbus (1.10.0-3) unstable; urgency=medium

  * Put the entire debug build in an arch-specific directory, so
    dbus-1-dbg can continue to be Multi-Arch: same (Closes: #798748)
  * Record that Iain's change in 1.10.0-1 closed #796165

dbus (1.10.0-2) unstable; urgency=medium

  * dbus-user-session Breaks versions of dbus-x11 that would incorrectly
    try to start a second bus (Closes: #797678)
  * dbus-user-session Breaks versions of policykit-1 and udisks2 that
    work poorly with user sessions
  * Upload to unstable

Date: Thu, 19 Nov 2015 12:19:17 +0000
Changed-By: Iain Lane <iain at orangesquash.org.uk>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/+source/dbus/1.10.4-1ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Thu, 19 Nov 2015 12:19:17 +0000
Source: dbus
Binary: dbus dbus-udeb dbus-x11 libdbus-1-3 libdbus-1-3-udeb dbus-1-doc libdbus-1-dev dbus-1-dbg dbus-tests dbus-user-session
Architecture: source
Version: 1.10.4-1ubuntu1
Distribution: xenial
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Iain Lane <iain at orangesquash.org.uk>
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: 757913 797678 798748 799396 803441 804183
Launchpad-Bugs-Fixed: 1438612
Changes:
 dbus (1.10.4-1ubuntu1) xenial; urgency=low
 .
   * Merge with Debian, remaining changes:
     - Add upstart jobs; Upstart is still supported for the system init.
       + Add debian/dbus.upstart and dbus.user-session.upstart
     - 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)
     - 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.
   * debian/rules, debian/dbus.install: Modify upstart session job installation
     to use dh-exec instead of editing debian/rules
 .
 dbus (1.10.4-1) unstable; urgency=medium
 .
   * New upstream stable release 1.10.4
   * prerm: clean up /etc/dbus-1/s*.conf compat symlinks on remove.
     We only remove them if they match what the package sets up, so
     we do not need to distinguish between remove and purge.
   * prerm: also clean up /etc/dbus-1/s*.conf symlinks before downgrading
     to a version << 1.10.2-1, so that the dbus-daemon will not fail to reload
     or start after the downgrade. Please note that downgrading packages remains
     an unsupported action. (Closes: #804183)
   * postrm: clean up /etc/dbus-1/s*.conf on purge, even if their targets
     do not match what is expected (Closes: #803441)
   * dbus.install: use dh-exec to mark systemd-related files for [linux-any],
     instead of constructing dbus.install programmatically
   * dbus-1-dbg.links: use dh-exec instead of sh
   * Stop installing dbus.target.wants/dbus.socket, since dbus.target no
     longer exists in systemd. sockets.target covers that, and is part
     of the DefaultDependencies anyway (Closes: #757913)
   * Simplify dh_install override, and remove dh_link override altogether,
     by using dh-exec
 .
 dbus (1.10.2-1) unstable; urgency=medium
 .
   * New upstream stable release 1.10.2
   * Touch /var/run/reboot-required on upgrade, even if neither
     reboot-notifier nor update-notifier-common is installed.
     Various other tools look for this file. (Closes: #799396)
   * Allow dbus-daemon (<< 1.9.18) to reload bus setup and configuration
     again (follow-up for #793519). This means that if an upgrade
     from jessie to stretch pulls in a new system service, dbus-daemon
     will load the configuration that allows that system service to work,
     even before the system has been rebooted to use the new dbus-daemon.
     - if /etc/dbus-1/s*.conf have been modified, move them to
       /etc/dbus-1/s*.conf.dpkg-bak; if not, delete them
     - patch /usr/share/dbus-1/s*.conf to include
       /etc/dbus-1/s*.conf.dpkg-bak instead of /etc/dbus-1/s*.conf
     - add new symlinks /etc/dbus-1/s*.conf -> /usr/share/dbus-1/s*.conf
       so that the old dbus-daemon will load the new bus setup
   * Remove Breaks and upgrade code for versions older than oldstable
 .
 dbus (1.10.0-3) unstable; urgency=medium
 .
   * Put the entire debug build in an arch-specific directory, so
     dbus-1-dbg can continue to be Multi-Arch: same (Closes: #798748)
   * Record that Iain's change in 1.10.0-1 closed #796165
 .
 dbus (1.10.0-2) unstable; urgency=medium
 .
   * dbus-user-session Breaks versions of dbus-x11 that would incorrectly
     try to start a second bus (Closes: #797678)
   * dbus-user-session Breaks versions of policykit-1 and udisks2 that
     work poorly with user sessions
   * Upload to unstable
Checksums-Sha1:
 17f762cf11a5b1000eb24186e131a7bcb44f0fb2 3068 dbus_1.10.4-1ubuntu1.dsc
 ec1921a09199c81ea20b20448237146a414d51ae 1951832 dbus_1.10.4.orig.tar.gz
 c01ff7e43bdd0cd6ad1b7478f1638e08c6a73bc1 54940 dbus_1.10.4-1ubuntu1.debian.tar.xz
Checksums-Sha256:
 d6fdcd3c192969d6ba0f46b9d25e28a6e99fdb7535e2101909e1c7d9f1695318 3068 dbus_1.10.4-1ubuntu1.dsc
 ad7dcad73ad9b0ff55819985d354eacfffe07e2eb8c763e155efc21d6001084b 1951832 dbus_1.10.4.orig.tar.gz
 692aedf418e09b6fb96480cc56a64f3a2cc4ef9047a926d6fa2bb96309e27654 54940 dbus_1.10.4-1ubuntu1.debian.tar.xz
Files:
 a0138ffee785aaa5a6b7ebb3e76ead59 3068 admin optional dbus_1.10.4-1ubuntu1.dsc
 27b8e99ffad603b8acfa25201c6e3d5c 1951832 admin optional dbus_1.10.4.orig.tar.gz
 fc2ad16f72d5a4aef41af9dd96ba8d11 54940 admin optional dbus_1.10.4-1ubuntu1.debian.tar.xz
Original-Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers at lists.alioth.debian.org>

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBCgAGBQJWTcYMAAoJEONS1cUcUEHUkdIP/j/+hhG13OirUS1OlrvyeZPQ
jSBI67hFw3aR/QUOlinalqTST2sBrJRFtGdVWSOa/KrLZ2IXMg4lzmZndm0A8MlZ
3SmkLy9cPScrMrRtE/sptTyBBlimpxrYZvtkTBrjiCX1JBeFXppNrpq/PyOWq5Jj
bw4QNNN1PRBm58jXGku63aB705VwV41o8w9BcvUZH1ttntpWlsp14Iq54OVlpO8L
CB+l6D+hJjOV6NoKLaFQuISk/j3UrbBzP6IU9lo0lSiXqEnQnoDLQHVjd+8Vei94
ky726xtFoYzRr4RVe0HshvMnWJIa1FlQVubeXwFzlr3HwwCZmA1kKPLNgreok5j4
wFhKL13Gd/pzQTv4pT0bpnpgsN1VyQQhMgWnxucW5NnlPOAPuhQgPHfHRzYm6Wnv
DTAn2V87iW94pBGUF5uWawGdLt0PgB8zmVhzn/FZZ706sO/sEPXd0lWnT183WKl1
0SRzSx2ibE7ie3Ez933hZccszFhmtKX5s3qEDW96s4XQjUGE+y2yi9YYbyuQV4t1
7jV6XXGJEQXo0ARhHPsnh0ZuT5w7ut/9sU28oDujBht6cHZ6UtBrVA5ycGjfjYrh
XzL763MjdDZMVSL9lKQT2WsVCvDOfgzls5sXSWKMzf0JYo2qoTC0ySNcqYaQnctW
7viMxEDcR729ugnUfx+E
=EFCF
-----END PGP SIGNATURE-----


More information about the Xenial-changes mailing list