Comment 16 for bug 37181

Revision history for this message
Martin Pitt (pitti) wrote :

This implements step (1) of the previous plan, gets rid of the invasive broken patch, and restores compatibility with upstream semantics:

 dbus (1.0.2-1ubuntu2) feisty; urgency=low
 .
   * debian/patches/80-dbus-change-at-console-policy.patch:
     - Throw away the previous complicated and broken (see LP#37181) patch.
     - Go back to upstream semantics of 'at_console="true"' matching if the
       process is on any local console regardless of whether it is the
       foreground one.
   * debian/dbus.install, debian/dbus.postinst, debian/rules: Revert
     dbus-foreground-console-related changes, since we do not need to install
     any additional programs any more.
   * Remove debian/patches/99_autoreconf.patch: We do not need it any more.
   * For the record, and to ease the next merge, remaining Ubuntu changes:
     - debian/control: Build depend on libselinux1-dev to get SELinux support.
     - debian/patches/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.

Toning down the bug now, waiting for upstream to implement (2).