[ubuntu/maverick] gnome-session 2.30.0-1ubuntu1 (Accepted)
Robert Ancell
robert.ancell at canonical.com
Fri Jun 4 08:45:17 BST 2010
gnome-session (2.30.0-1ubuntu1) maverick; urgency=low
* Merge from debian unstable, remaining Ubuntu changes:
* debian/control.in:
- Build-dep on gnome-common
- Build-dep on xtrans-dev
- Add Vcs-Bzr link
- Add compiz-gnome as a possible window manager for gnome-session to
depend on
- gnome-session breaks gdm << 2.29.92 because of the signal on logout
- gnome-session-bin Breaks/Replaces gnome-session (<< 2.26.1-5),
to ensure that the old gnome-session package is deconfigured before
installing gnome-session-bin on upgrade. This fixes a race condition
when registering GConf schemas
- gnome-session-bin breaks consolekit (<< 0.3.0-2ubuntu5) due to polkit-1
migration
* debian/rules:
- Run autotools on build
* debian/55gnome-session_gnomerc:
- Use POSIX string substitutions (shell internal) instead of external
basename and cut for startup speed:
* debian/gnome-session-common.install:
- Don't install /etc/gnome/defaults.list - this is installed
by desktop-file-utils on Ubuntu.
* debian/gnome-session-bin.gconf-defaults:
- Don't change the default required_components_list.
* debian/gnome-session.preinst:
- Clean deprecated autostart conffiles on upgrade
* debian/patches/01_gnome-wm.patch:
- Modified to default to Compiz
* debian/patches/03_no_session_delay.patch:
- Don't set X-GNOME-Autostart-Phase to not delay other software start
during GNOME login
* debian/patches/11_add_failsafe_option.patch:
- Add a failsafe option to GDM for starting without compiz
* debian/patches/19_gnome-wm-tweaking.patch:
- Some magic for determining which WM to use.
* debian/patches/20_hide_nodisplay.patch:
- Don't show applications in the Sessions properties dialog that have
NoDisplay=true.
* debian/patches/21_dkp_start_on_demand.patch:
- Don't call dkp_client_new() until actually needed. This blocks
for some time whilst DK-Power is started, if it wasn't running already
(which is the case during auto-login). This can delay the whole
session from starting.
* debian/patches/22_support_autostart_delay.patch:
- Bugzilla patch to support adding a delay to autostart apps, using
a "X-GNOME-Autostart-Delay" key in the desktop file
* debian/patches/80_new_upstream_session_dialog.patch:
- Bugzilla patch to change the session dialog.
* debian/patches/90_relibtoolize.patch:
- Not required, autotools run in debian/patches
* debian/patches/95_dbus_request_shutdown.patch:
- Add "RequestShutdown" and "RequestReboot" DBus methods to
allow other applications to shutdown or reboot the machine
via the session manager.
* debian/patches/96_no_catch_sigsegv.patch:
- Don't register a handler for SIGSEGV. We want Apport
to catch these crashes so that users can submit useful
crash reports.
* debian/patches/97_fix_query_end_session_crash.patch:
- Don't crash on XSMP clients which don't respond to SaveYourself
within the timeout, and which don't have a SmProgram property set
* debian/patches/100_fix_xsmp_stop_crash.patch:
- Bugzilla patch to fix a crash when calling gsm_client_stop on
an unregistered XSMP client in the client store
* debian/patches/101_screen_lock_on_suspend.patch:
- Use the same logic as gnome-power-manager for deciding the "screen
lock on suspend" policy. This restores the Jaunty behaviour rather
than just using the screensaver settings, which is surprising for
users
* debian/watch:
- Watch unstable series
Date: Fri, 04 Jun 2010 12:59:18 +1000
Changed-By: Robert Ancell <robert.ancell at canonical.com>
Maintainer: Ubuntu Desktop Team <ubuntu-desktop at lists.ubuntu.com>
https://launchpad.net/ubuntu/maverick/+source/gnome-session/2.30.0-1ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Fri, 04 Jun 2010 12:59:18 +1000
Source: gnome-session
Binary: gnome-session gnome3-session gnome-session-bin gnome-session-common
Architecture: source
Version: 2.30.0-1ubuntu1
Distribution: maverick
Urgency: low
Maintainer: Ubuntu Desktop Team <ubuntu-desktop at lists.ubuntu.com>
Changed-By: Robert Ancell <robert.ancell at canonical.com>
Description:
gnome-session - The GNOME Session Manager - GNOME 2 session
gnome-session-bin - The GNOME Session Manager - Minimal runtime
gnome-session-common - Common files for the GNOME session manager
gnome3-session - The GNOME Session Manager - GNOME 3 session
Changes:
gnome-session (2.30.0-1ubuntu1) maverick; urgency=low
.
* Merge from debian unstable, remaining Ubuntu changes:
* debian/control.in:
- Build-dep on gnome-common
- Build-dep on xtrans-dev
- Add Vcs-Bzr link
- Add compiz-gnome as a possible window manager for gnome-session to
depend on
- gnome-session breaks gdm << 2.29.92 because of the signal on logout
- gnome-session-bin Breaks/Replaces gnome-session (<< 2.26.1-5),
to ensure that the old gnome-session package is deconfigured before
installing gnome-session-bin on upgrade. This fixes a race condition
when registering GConf schemas
- gnome-session-bin breaks consolekit (<< 0.3.0-2ubuntu5) due to polkit-1
migration
* debian/rules:
- Run autotools on build
* debian/55gnome-session_gnomerc:
- Use POSIX string substitutions (shell internal) instead of external
basename and cut for startup speed:
* debian/gnome-session-common.install:
- Don't install /etc/gnome/defaults.list - this is installed
by desktop-file-utils on Ubuntu.
* debian/gnome-session-bin.gconf-defaults:
- Don't change the default required_components_list.
* debian/gnome-session.preinst:
- Clean deprecated autostart conffiles on upgrade
* debian/patches/01_gnome-wm.patch:
- Modified to default to Compiz
* debian/patches/03_no_session_delay.patch:
- Don't set X-GNOME-Autostart-Phase to not delay other software start
during GNOME login
* debian/patches/11_add_failsafe_option.patch:
- Add a failsafe option to GDM for starting without compiz
* debian/patches/19_gnome-wm-tweaking.patch:
- Some magic for determining which WM to use.
* debian/patches/20_hide_nodisplay.patch:
- Don't show applications in the Sessions properties dialog that have
NoDisplay=true.
* debian/patches/21_dkp_start_on_demand.patch:
- Don't call dkp_client_new() until actually needed. This blocks
for some time whilst DK-Power is started, if it wasn't running already
(which is the case during auto-login). This can delay the whole
session from starting.
* debian/patches/22_support_autostart_delay.patch:
- Bugzilla patch to support adding a delay to autostart apps, using
a "X-GNOME-Autostart-Delay" key in the desktop file
* debian/patches/80_new_upstream_session_dialog.patch:
- Bugzilla patch to change the session dialog.
* debian/patches/90_relibtoolize.patch:
- Not required, autotools run in debian/patches
* debian/patches/95_dbus_request_shutdown.patch:
- Add "RequestShutdown" and "RequestReboot" DBus methods to
allow other applications to shutdown or reboot the machine
via the session manager.
* debian/patches/96_no_catch_sigsegv.patch:
- Don't register a handler for SIGSEGV. We want Apport
to catch these crashes so that users can submit useful
crash reports.
* debian/patches/97_fix_query_end_session_crash.patch:
- Don't crash on XSMP clients which don't respond to SaveYourself
within the timeout, and which don't have a SmProgram property set
* debian/patches/100_fix_xsmp_stop_crash.patch:
- Bugzilla patch to fix a crash when calling gsm_client_stop on
an unregistered XSMP client in the client store
* debian/patches/101_screen_lock_on_suspend.patch:
- Use the same logic as gnome-power-manager for deciding the "screen
lock on suspend" policy. This restores the Jaunty behaviour rather
than just using the screensaver settings, which is surprising for
users
* debian/watch:
- Watch unstable series
Checksums-Sha1:
9eee9bd9ee07ca252d642c7cbd33c9e549736a90 1822 gnome-session_2.30.0-1ubuntu1.dsc
f11b00f6d492eb453fa3a57fb476290d2e068e0b 75412 gnome-session_2.30.0-1ubuntu1.diff.gz
Checksums-Sha256:
aacf8367b35f75b80816339c34fb4461a594177af89727925dae8ef515b15fb9 1822 gnome-session_2.30.0-1ubuntu1.dsc
d7fac05c6290650c074998a3398f07bb129ea695b40063341dc4f571dfb6e095 75412 gnome-session_2.30.0-1ubuntu1.diff.gz
Files:
ce6f9246ede7c4d36302b48ed9f51e61 1822 gnome optional gnome-session_2.30.0-1ubuntu1.dsc
70d225d6861993f9a3a241d110615602 75412 gnome optional gnome-session_2.30.0-1ubuntu1.diff.gz
Original-Maintainer: Josselin Mouette <joss at debian.org>
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
iEYEARECAAYFAkwIrBIACgkQGOqhiQ98iC5qDgCgjUJT03woX+Et9kbWS/vjxxeh
JkkAniOL44ne05W/xeSjkBKiYmzw5NvH
=b0L2
-----END PGP SIGNATURE-----
More information about the Maverick-changes
mailing list