[ubuntu/maverick] dbus 1.2.24-3ubuntu1 (Accepted)

Sebastien Bacher seb128 at ubuntu.com
Mon Aug 9 16:25:25 BST 2010


dbus (1.2.24-3ubuntu1) maverick; urgency=low

  * Resync on Debian
  * Remaining Ubuntu Changes:
    - Install into / rather than /usr.
    - debian/control: Depend on ConsoleKit for "at_console" policy stanza.
    - debian/dbus.postinst: Do not restart dbus on upgrades, since it breaks
      too many applications. Instead, trigger a "reboot required" notification.
    - debian/dbus.postinst: Create /var/run/dbus in postinst to handle system
      being rebooted before package is configured.  LP: #275229.
    - Add debian/dbus.upstart and bump debhelper b-dep to ensure that it is
      properly installed.
    - 20_system_conf_limit.patch: Increase max_match_rules_per_connection for
      the system bus to 5000 (LP #454093)
    - 81-session.conf-timeout.patch: Raise the service startup timeout from 25
      to 60 seconds. It may be too short on the live CD with slow machines.

dbus (1.2.24-3) unstable; urgency=medium

  * Add patch from upstream to fix segfaults when reloaded on kFreeBSD
    (Closes: #589662)
  * Work around FTBFS if dh-buildinfo is installed (Closes: #590594)

dbus (1.2.24-2) unstable; urgency=low

  [ Simon McVittie ]
  * Merge from experimental
    - add separate debugging symbols (dbus-1-dbg)

  [ Michael Biebl ]
  * Switch to source format 3.0 (quilt)
    - Add debian/source/format.
    - Drop Build-Depends on quilt.
    - Remove /usr/share/cdbs/1/rules/patchsys-quilt.mk from debian/rules.
    - Remove debian/README.source.
  * debian/control
    - Bump Standards-Version to 3.9.0.
    - Use architecture wildcard linux-any for libselinux1-dev Build-Depends.
    - Use Breaks instead of Conflicts as recommended by the new policy.
    - Remove old Conflicts which is no longer relevant.
  * debian/dbus.init
    - Simplify check in start_it_up() by using the existing status action.
    - Stop restarting dependent services. It was an ugly hack anyway and if
      people want to restart dbus, they need take care of that themselves.
      (Closes: #540693, #530395)
  * debian/dbus.postinst
    - Stop restarting dbus system bus on upgrades as it breaks too many
      applications and is not supported by upstream in a sensible way.
      Instead trigger a reboot-required message using update-notifier.
      (Closes: #530000, #573386)

dbus (1.2.24-1+exp1) experimental; urgency=low

   * Add separate debugging symbols (Closes: #550517)

dbus (1.2.24-1) unstable; urgency=low

  * New upstream release.
    - Correctly get pointer data from DBusString when creating a syslog
      message. (Closes: #574697)
  * debian/dbus-Xsession
    - Use new "has_option" function from x11-common instead of grepping the
      option file, to avoid calling an external program. (Closes: #570480)
      Thanks to Martin Pitt for the patch.
  * debian/control
    - Add Breaks: x11-common (<< 1:7.5+4) to dbus-x11 to ensure we have a
      recent enough version with "has_option" support.
  * debian/dbus.init
    - Update LSB header: Remove runlevel 1 from Default-Stop and let killprocs
      do the job for us.
  * debian/rules
    - Update DEB_DH_INSTALLINIT_ARGS accordingly.
  * debian/dbus.postinst
    - Remove old stop symlinks from runlevel 1 on upgrades.

dbus (1.2.22-1) unstable; urgency=low

  * New upstream release.
  * debian/patches/11_kfreebsd_kqueue_build_fix.patch
    - Removed, merged upstream.
  * debian/control
    - Drop Provides: dbus-1-utils, there is no more package depending on it.

dbus (1.2.20-2) unstable; urgency=low

  * debian/patches/11_kfreebsd_kqueue_build_fix.patch
    - Fix kqueue implementation on GNU/kFreeBSD. (Closes: #568338)
      Thanks to Cyril Brulebois for the patch.

dbus (1.2.20-1) unstable; urgency=low

  * New upstream release.
  * debian/control
    - Drop Build-Depends on docbook-utils, apparently no longer necessary.
    - Bump Standards-Version to 3.8.4.
  * debian/rules
    - Explicitly disable audit support so we don't accidentally pick up a
      libaudit shlib dependency.
    - Drop our workaround for the broken binutils and re-enable -pie on mips.
      (Closes: #533460)
    - Improve the way we create the symlink from /usr/lib/ → /lib by using
      readlink.
  * Remove patches:
    - debian/patches/02_dbus_monitor_no_sigint_handler.patch (fixed upstream)
    - debian/patches/20_kbsd_cmsgcred.patch (merged upstream)
    - debian/patches/30_rt-as-needed.patch (merged upstream)
  * debian/README.source
    - Add reference to the quilt patch management system documentation.

Date: Mon, 09 Aug 2010 16:09:57 +0200
Changed-By: Sebastien Bacher <seb128 at ubuntu.com>
Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/maverick/+source/dbus/1.2.24-3ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Mon, 09 Aug 2010 16:09:57 +0200
Source: dbus
Binary: dbus dbus-x11 libdbus-1-3 dbus-1-doc libdbus-1-dev dbus-1-dbg
Architecture: source
Version: 1.2.24-3ubuntu1
Distribution: maverick
Urgency: medium
Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Sebastien Bacher <seb128 at ubuntu.com>
Description: 
 dbus       - simple interprocess messaging system
 dbus-1-dbg - simple interprocess messaging system (debug symbols)
 dbus-1-doc - simple interprocess messaging system (documentation)
 dbus-x11   - simple interprocess messaging system (X11 deps)
 libdbus-1-3 - simple interprocess messaging system
 libdbus-1-dev - simple interprocess messaging system (development headers)
Closes: 530000 530395 533460 540693 550517 568338 570480 573386 574697 589662 590594
Launchpad-Bugs-Fixed: 275229
Changes: 
 dbus (1.2.24-3ubuntu1) maverick; urgency=low
 .
   * Resync on Debian
   * Remaining Ubuntu Changes:
     - Install into / rather than /usr.
     - debian/control: Depend on ConsoleKit for "at_console" policy stanza.
     - debian/dbus.postinst: Do not restart dbus on upgrades, since it breaks
       too many applications. Instead, trigger a "reboot required" notification.
     - debian/dbus.postinst: Create /var/run/dbus in postinst to handle system
       being rebooted before package is configured.  LP: #275229.
     - Add debian/dbus.upstart and bump debhelper b-dep to ensure that it is
       properly installed.
     - 20_system_conf_limit.patch: Increase max_match_rules_per_connection for
       the system bus to 5000 (LP #454093)
     - 81-session.conf-timeout.patch: Raise the service startup timeout from 25
       to 60 seconds. It may be too short on the live CD with slow machines.
 .
 dbus (1.2.24-3) unstable; urgency=medium
 .
   * Add patch from upstream to fix segfaults when reloaded on kFreeBSD
     (Closes: #589662)
   * Work around FTBFS if dh-buildinfo is installed (Closes: #590594)
 .
 dbus (1.2.24-2) unstable; urgency=low
 .
   [ Simon McVittie ]
   * Merge from experimental
     - add separate debugging symbols (dbus-1-dbg)
 .
   [ Michael Biebl ]
   * Switch to source format 3.0 (quilt)
     - Add debian/source/format.
     - Drop Build-Depends on quilt.
     - Remove /usr/share/cdbs/1/rules/patchsys-quilt.mk from debian/rules.
     - Remove debian/README.source.
   * debian/control
     - Bump Standards-Version to 3.9.0.
     - Use architecture wildcard linux-any for libselinux1-dev Build-Depends.
     - Use Breaks instead of Conflicts as recommended by the new policy.
     - Remove old Conflicts which is no longer relevant.
   * debian/dbus.init
     - Simplify check in start_it_up() by using the existing status action.
     - Stop restarting dependent services. It was an ugly hack anyway and if
       people want to restart dbus, they need take care of that themselves.
       (Closes: #540693, #530395)
   * debian/dbus.postinst
     - Stop restarting dbus system bus on upgrades as it breaks too many
       applications and is not supported by upstream in a sensible way.
       Instead trigger a reboot-required message using update-notifier.
       (Closes: #530000, #573386)
 .
 dbus (1.2.24-1+exp1) experimental; urgency=low
 .
    * Add separate debugging symbols (Closes: #550517)
 .
 dbus (1.2.24-1) unstable; urgency=low
 .
   * New upstream release.
     - Correctly get pointer data from DBusString when creating a syslog
       message. (Closes: #574697)
   * debian/dbus-Xsession
     - Use new "has_option" function from x11-common instead of grepping the
       option file, to avoid calling an external program. (Closes: #570480)
       Thanks to Martin Pitt for the patch.
   * debian/control
     - Add Breaks: x11-common (<< 1:7.5+4) to dbus-x11 to ensure we have a
       recent enough version with "has_option" support.
   * debian/dbus.init
     - Update LSB header: Remove runlevel 1 from Default-Stop and let killprocs
       do the job for us.
   * debian/rules
     - Update DEB_DH_INSTALLINIT_ARGS accordingly.
   * debian/dbus.postinst
     - Remove old stop symlinks from runlevel 1 on upgrades.
 .
 dbus (1.2.22-1) unstable; urgency=low
 .
   * New upstream release.
   * debian/patches/11_kfreebsd_kqueue_build_fix.patch
     - Removed, merged upstream.
   * debian/control
     - Drop Provides: dbus-1-utils, there is no more package depending on it.
 .
 dbus (1.2.20-2) unstable; urgency=low
 .
   * debian/patches/11_kfreebsd_kqueue_build_fix.patch
     - Fix kqueue implementation on GNU/kFreeBSD. (Closes: #568338)
       Thanks to Cyril Brulebois for the patch.
 .
 dbus (1.2.20-1) unstable; urgency=low
 .
   * New upstream release.
   * debian/control
     - Drop Build-Depends on docbook-utils, apparently no longer necessary.
     - Bump Standards-Version to 3.8.4.
   * debian/rules
     - Explicitly disable audit support so we don't accidentally pick up a
       libaudit shlib dependency.
     - Drop our workaround for the broken binutils and re-enable -pie on mips.
       (Closes: #533460)
     - Improve the way we create the symlink from /usr/lib/ → /lib by using
       readlink.
   * Remove patches:
     - debian/patches/02_dbus_monitor_no_sigint_handler.patch (fixed upstream)
     - debian/patches/20_kbsd_cmsgcred.patch (merged upstream)
     - debian/patches/30_rt-as-needed.patch (merged upstream)
   * debian/README.source
     - Add reference to the quilt patch management system documentation.
Checksums-Sha1: 
 d74a3e49c0c3f71c75e0f3adf7cf1e9ecebc062a 1694 dbus_1.2.24-3ubuntu1.dsc
 9593717348ea36ba228b46f165bb67c127c12be8 1673774 dbus_1.2.24.orig.tar.gz
 fa5b8e88f288a4e54f828ddc8c58d654c7f1ae41 31475 dbus_1.2.24-3ubuntu1.debian.tar.gz
Checksums-Sha256: 
 99249a51408a0685cfda492b93737039be23c7d04e03133fe79b9e788acb3878 1694 dbus_1.2.24-3ubuntu1.dsc
 f12c748f4a703655e3d4c3db94cdf5a752a0cd0b36958c715804373bd3595c48 1673774 dbus_1.2.24.orig.tar.gz
 9d43ed12f43972a7cd8d0c877716b5d62851bbab195f2d90e0ef93ad27845cdc 31475 dbus_1.2.24-3ubuntu1.debian.tar.gz
Files: 
 091cd2fce6d9540607e42d6406f730c8 1694 devel optional dbus_1.2.24-3ubuntu1.dsc
 565346cecd9cfecf1463540c6086cc2c 1673774 devel optional dbus_1.2.24.orig.tar.gz
 1b1c54856dbfdda3531fc9e8967e2bf1 31475 devel optional dbus_1.2.24-3ubuntu1.debian.tar.gz
Original-Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers at lists.alioth.debian.org>

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)

iEYEARECAAYFAkxgG8QACgkQQxo87aLX0pIrhACfe1ro3UoG6tlNYYtJ2XQ0Uvoc
5+EAoMN4th2WQaVz0zXFMtoNJc+sHOuJ
=t2/M
-----END PGP SIGNATURE-----


More information about the Maverick-changes mailing list