[ubuntu/zesty-proposed] gnome-session 3.22.2-1ubuntu1 (Accepted)
Jeremy Bicha
jbicha at ubuntu.com
Sun Dec 11 18:23:14 UTC 2016
gnome-session (3.22.2-1ubuntu1) zesty; urgency=medium
* Merge with Debian unstable. Remaining changes:
- debian/control.in:
+ Recommend session-migration
+ Remove gnome-shell circular dependency to ease upgrades
+ Don't suggest desktop-base
+ Move xwayland dependency to gnome-session and
make gnome-session Arch: any
- Split ubuntu-session out of gnome-session.
- Add upstart user session and systemd user session:
debian/data, debian/gnome-session-bin.user-session.upstart
- debian/gnome-session-bin.postinst, debian/gnome-session-bin.prerm:
Moved registering gnome-session binary as a session manager to
gnome-session-bin package
- Add gnome-session-wayland transitional package
- don't install gnome-mimeapps.list (installed by desktop-file-utils in
Ubuntu):
debian/gnome-session-common.dirs, gnome-session-common.install,
gnome-session-common.maintscript, gnome-session-common.postinst
- debian/patches/revert_remove_gnome_session_properties.patch,
debian/patches/revert_remove_gnome_session_properties2.patch:
+ Keep the session-properties applet for ubuntu sessions
- debian/patches/13_display_session_properties.patch: Display
session-properties as the Startup Applications capplet was removed from
gnome-control-center, which makes it hard to discover the
gnome-session-properties tool. (Closes: #683814)
- 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/50_ubuntu_sessions.patch, debian/gnome-wayland.desktop:
+ Add Ubuntu session
+ Add --session=gnome to GNOME sessions now that the "ubuntu" session
is the default. Use TryExec to test if gnome-shell is installed.
- debian/patches/51_remove_session_saving_from_gui.patch:
add GNOME_SESSION_SAVE environment variable for people wanting to
use the save session still, knowing that it can break your system
if used unwisely
- debian/patches/53_add_sessionmigration.patch:
launch session-migration if present at the start of the session. This
sync tool runns different session migration scripts that can be
provided in various desktop packages.
- 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/103_kill_the_fail_whale.patch: Kill the Fail Whale as it
tends to be more annoying than helpful
- debian/patches/export_env_to_upstart.patch: Update the Upstart environment
before the plain D-Bus one. This is to work around a bug where Upstart
brokenly forwards variables which contain an "=" to the D-Bus environment,
resulting in invalid environment variables in the session (see bug
#1630090).
* Dropped patch applied in new version:
- git_fix_gpu_cache_info.patch
gnome-session (3.22.2-1) unstable; urgency=medium
* New upstream release.
Date: Sun, 11 Dec 2016 13:19:59 -0500
Changed-By: Jeremy Bicha <jbicha at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/+source/gnome-session/3.22.2-1ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Sun, 11 Dec 2016 13:19:59 -0500
Source: gnome-session
Binary: gnome-session gnome-session-wayland ubuntu-session gnome-session-bin gnome-session-common
Architecture: source
Version: 3.22.2-1ubuntu1
Distribution: zesty
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Jeremy Bicha <jbicha at ubuntu.com>
Description:
gnome-session - GNOME Session Manager - GNOME 3 session
gnome-session-bin - GNOME Session Manager - Minimal runtime
gnome-session-common - GNOME Session Manager - common files
gnome-session-wayland - GNOME Session Manager - GNOME 3 session (transitional package)
ubuntu-session - Ubuntu session
Closes: 683814
Changes:
gnome-session (3.22.2-1ubuntu1) zesty; urgency=medium
.
* Merge with Debian unstable. Remaining changes:
- debian/control.in:
+ Recommend session-migration
+ Remove gnome-shell circular dependency to ease upgrades
+ Don't suggest desktop-base
+ Move xwayland dependency to gnome-session and
make gnome-session Arch: any
- Split ubuntu-session out of gnome-session.
- Add upstart user session and systemd user session:
debian/data, debian/gnome-session-bin.user-session.upstart
- debian/gnome-session-bin.postinst, debian/gnome-session-bin.prerm:
Moved registering gnome-session binary as a session manager to
gnome-session-bin package
- Add gnome-session-wayland transitional package
- don't install gnome-mimeapps.list (installed by desktop-file-utils in
Ubuntu):
debian/gnome-session-common.dirs, gnome-session-common.install,
gnome-session-common.maintscript, gnome-session-common.postinst
- debian/patches/revert_remove_gnome_session_properties.patch,
debian/patches/revert_remove_gnome_session_properties2.patch:
+ Keep the session-properties applet for ubuntu sessions
- debian/patches/13_display_session_properties.patch: Display
session-properties as the Startup Applications capplet was removed from
gnome-control-center, which makes it hard to discover the
gnome-session-properties tool. (Closes: #683814)
- 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/50_ubuntu_sessions.patch, debian/gnome-wayland.desktop:
+ Add Ubuntu session
+ Add --session=gnome to GNOME sessions now that the "ubuntu" session
is the default. Use TryExec to test if gnome-shell is installed.
- debian/patches/51_remove_session_saving_from_gui.patch:
add GNOME_SESSION_SAVE environment variable for people wanting to
use the save session still, knowing that it can break your system
if used unwisely
- debian/patches/53_add_sessionmigration.patch:
launch session-migration if present at the start of the session. This
sync tool runns different session migration scripts that can be
provided in various desktop packages.
- 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/103_kill_the_fail_whale.patch: Kill the Fail Whale as it
tends to be more annoying than helpful
- debian/patches/export_env_to_upstart.patch: Update the Upstart environment
before the plain D-Bus one. This is to work around a bug where Upstart
brokenly forwards variables which contain an "=" to the D-Bus environment,
resulting in invalid environment variables in the session (see bug
#1630090).
* Dropped patch applied in new version:
- git_fix_gpu_cache_info.patch
.
gnome-session (3.22.2-1) unstable; urgency=medium
.
* New upstream release.
Checksums-Sha1:
49847abb0c8dfd7c7a6068ff2498cde080dd3414 2748 gnome-session_3.22.2-1ubuntu1.dsc
c56d7982adc267aee8794e0a691de3b6c0e8ffc1 776772 gnome-session_3.22.2.orig.tar.xz
c9a13aafcc1b464319d983fd540dd1cbac6d8502 68492 gnome-session_3.22.2-1ubuntu1.debian.tar.xz
Checksums-Sha256:
c91cc259307e74b894cf5e49873c51bf099db5a41f7e07fc04cc316325454e6e 2748 gnome-session_3.22.2-1ubuntu1.dsc
361a31edb4f8c6d410f1029eee089422e25a2da6c287ead40fccdea5bda450f5 776772 gnome-session_3.22.2.orig.tar.xz
15bb454f3f3c3bf48fdc3690b9c999b2456125b9762e1b6b5cfb5636d8a63cab 68492 gnome-session_3.22.2-1ubuntu1.debian.tar.xz
Files:
379369a98ff944c1fb569183654d6db3 2748 gnome optional gnome-session_3.22.2-1ubuntu1.dsc
6ff071ca67ae7516e97e4b7b78bc82fc 776772 gnome optional gnome-session_3.22.2.orig.tar.xz
8a2ed22d3dce86f28d117480bf452ea2 68492 gnome optional gnome-session_3.22.2-1ubuntu1.debian.tar.xz
Original-Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
-----BEGIN PGP SIGNATURE-----
iQIcBAEBCgAGBQJYTZkRAAoJEOZsd1rr/mx9Pj8P/1cD0cRjdmxip8eRDR97q2vY
/sNuDC/+zaQvXAG+Aax2yKvbqJIEfDilMw52sboIBviOuiombjnOeJB7DLJOeL4S
1cSnqE/152BS49Y2pgSFl9pILwrgZXb/40PDZ/nBXAlgcNq71cXESQLAsGeVmqtZ
rhYYsmLRSerVVIm/YGASQbNey8hYwYnjIUSsnNsdMmclNWts4rt4OYpDsGcXSflf
tq7qgAg3/yQQ2xAsZX7cpETCAyK/jmaBNsdFmcF3a4IjC16PQBaKY9vhsfZOB4ut
GcQTsgiQP9ss8HuXe5xobuPsI+FewHhPp1Yb5ttUhkzuZRGz0AH7Hdscrn2hWFXZ
qqZp6MUarNVs7NtgQaZEwobSCgV0VgYw3ECcDXKfN14XvgK9u2uTn044a+z/1qRo
A1/IUu/yxYwi1qABVgilBa10xnewWurwlqMZVeTGnhvhu1JFo87qo1HH5Sjg+DT+
w3tXj1m5A6XcE4yjO48CZQAAMhn1Y92HknXav88ETLrAO+h87WJ2aU9lvm8h1e/V
N6XeC8zjYN1jCzLtRGwjMz8FLGB5n1XZp48JVSWR8p+NDDBm8dtqAY7OKya9DZfI
W8CAw5NWAerq8AoMiJGx+yY6JJWIL32zf+FMb/M/i0thzH5e9e2YZLKakumpvUx0
27mU/f2OASBadm4OetFs
=YVNm
-----END PGP SIGNATURE-----
More information about the Zesty-changes
mailing list