[ubuntu/zesty-proposed] gnome-session 3.22.1-1ubuntu1 (Accepted)
Jeremy Bicha
jbicha at ubuntu.com
Fri Oct 28 19:32:31 UTC 2016
gnome-session (3.22.1-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
- 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/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/revert_remove_gnome_session_properties.patch: Keep the
session-properties applet for ubuntu sessions
- 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).
* Make gnome-session-wayland a transitional package and move its contents
to the gnome-session package
* Drop Conflicts/Breaks/Replaces not needed after Ubuntu 16.04 LTS
* Refresh patches as needed
* Add debian/patches/revert_remove_gnome_session_properties2.patch:
- Revert another commit that removed the .ui and .svg icons for
"Startup Applications". .png icons were also removed but they aren't
as important and don't fit in a quilt patch
* Add git_fix_gpu_cache_info.patch, from 3.22 branch:
- Correctly show 2nd GPU when running GNOME/Unity Settings app
* Dropped patches applied in new version:
- dont_override_IM_variables.patch
- allow_overriding_qt_platformtheme.patch
gnome-session (3.22.1-1) unstable; urgency=medium
* New upstream release.
gnome-session (3.22.0-1) unstable; urgency=medium
* New upstream release.
* Drop debian/patches/git_fix-bashism.patch, merged upstream.
* Bump debhelper compat level to 10.
* Don't fail to restore the old desktop session files if we only build
architecture specific binary packages (gnome-session is arch:all).
gnome-session (3.21.90-4) unstable; urgency=medium
* Instead of patching the build system to get the old deskop session files
back, remove the new ones and ship a local copy of gnome-wayland.desktop
which was generated from the gnome-3-20 branch. This is much simpler and
we don't lose all the translations this way.
* Show uninstalled files via dh_install --list-missing.
gnome-session (3.21.90-3) unstable; urgency=medium
* Switch back to Xorg by default.
We divert from upstream here and switch the default GNOME session back to
Xorg for Stretch. This way, users who explicitly chose the GNOME session
in the display manager won't be automatically switched over to Wayland.
It's still possible to run Wayland via the "GNOME on Wayland" session.
gnome-session (3.21.90-2) experimental; urgency=medium
* Add debian/patches/git_fix-bashism.patch (Closes: #835289)
gnome-session (3.21.90-1) experimental; urgency=medium
* New upstream beta release.
* Update build-dependencies according to configure.ac changes:
- Add libgles2-mesa-dev
* debian/gnome-session-{bin,common}.install:
- stop installing *.ui and icons since gnome-session-properties tool
has now been removed.
Date: Fri, 28 Oct 2016 15:30:37 -0400
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.1-1ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Fri, 28 Oct 2016 15:30:37 -0400
Source: gnome-session
Binary: gnome-session gnome-session-wayland ubuntu-session gnome-session-bin gnome-session-common
Architecture: source
Version: 3.22.1-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 835289
Changes:
gnome-session (3.22.1-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
- 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/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/revert_remove_gnome_session_properties.patch: Keep the
session-properties applet for ubuntu sessions
- 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).
* Make gnome-session-wayland a transitional package and move its contents
to the gnome-session package
* Drop Conflicts/Breaks/Replaces not needed after Ubuntu 16.04 LTS
* Refresh patches as needed
* Add debian/patches/revert_remove_gnome_session_properties2.patch:
- Revert another commit that removed the .ui and .svg icons for
"Startup Applications". .png icons were also removed but they aren't
as important and don't fit in a quilt patch
* Add git_fix_gpu_cache_info.patch, from 3.22 branch:
- Correctly show 2nd GPU when running GNOME/Unity Settings app
* Dropped patches applied in new version:
- dont_override_IM_variables.patch
- allow_overriding_qt_platformtheme.patch
.
gnome-session (3.22.1-1) unstable; urgency=medium
.
* New upstream release.
.
gnome-session (3.22.0-1) unstable; urgency=medium
.
* New upstream release.
* Drop debian/patches/git_fix-bashism.patch, merged upstream.
* Bump debhelper compat level to 10.
* Don't fail to restore the old desktop session files if we only build
architecture specific binary packages (gnome-session is arch:all).
.
gnome-session (3.21.90-4) unstable; urgency=medium
.
* Instead of patching the build system to get the old deskop session files
back, remove the new ones and ship a local copy of gnome-wayland.desktop
which was generated from the gnome-3-20 branch. This is much simpler and
we don't lose all the translations this way.
* Show uninstalled files via dh_install --list-missing.
.
gnome-session (3.21.90-3) unstable; urgency=medium
.
* Switch back to Xorg by default.
We divert from upstream here and switch the default GNOME session back to
Xorg for Stretch. This way, users who explicitly chose the GNOME session
in the display manager won't be automatically switched over to Wayland.
It's still possible to run Wayland via the "GNOME on Wayland" session.
.
gnome-session (3.21.90-2) experimental; urgency=medium
.
* Add debian/patches/git_fix-bashism.patch (Closes: #835289)
.
gnome-session (3.21.90-1) experimental; urgency=medium
.
* New upstream beta release.
* Update build-dependencies according to configure.ac changes:
- Add libgles2-mesa-dev
* debian/gnome-session-{bin,common}.install:
- stop installing *.ui and icons since gnome-session-properties tool
has now been removed.
Checksums-Sha1:
93d670a57755e548ff69e1236c7b9ed0b30053e1 2748 gnome-session_3.22.1-1ubuntu1.dsc
71259cb2ab04fc07d9e6a851707c48f291bd35d5 775664 gnome-session_3.22.1.orig.tar.xz
853c156e0e1b172f93375aff5c97dbec5c3b8869 68992 gnome-session_3.22.1-1ubuntu1.debian.tar.xz
Checksums-Sha256:
23c951edacbe122e7be533eca056c2eb1933870766d72fece67d4f15f9dde610 2748 gnome-session_3.22.1-1ubuntu1.dsc
a09f7ee1706d85bb2b66f9a1f7082f737d072b44805e13f6c9f14538616373a5 775664 gnome-session_3.22.1.orig.tar.xz
21a2ce688ae773d9f63c8b46f3a078cfdf5ed34a257e347c185faee12ef51d1d 68992 gnome-session_3.22.1-1ubuntu1.debian.tar.xz
Files:
edb309b9e6beaf0966db8f29ad749ff5 2748 gnome optional gnome-session_3.22.1-1ubuntu1.dsc
f7dbe600b73dadbc114a39e51d4a2279 775664 gnome optional gnome-session_3.22.1.orig.tar.xz
ab4e685a820c12df580d611aebb5ff18 68992 gnome optional gnome-session_3.22.1-1ubuntu1.debian.tar.xz
Original-Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
-----BEGIN PGP SIGNATURE-----
iQIcBAEBCgAGBQJYE6eOAAoJEOZsd1rr/mx9sqcP/jD13oXORGzc9ofEtJZCOOOl
ftnECb+MuLBT7zvGTQzH2T6oFhi7OUhQj9aOZJX54RpB+7KZbJAdCEtOs2NnAPGP
LPYFking/k65cXyYdButRnGgqrGAA1fV3ACcvB1DtJyD+0UBH1ELsmwiUgpRD0HF
3qA/Ug1KCPv84PDLKJac25IOoQG5uKQi3IxXt/yBRK7oRVTdd37/qxihZPWbHpBS
iGBTI44gLNNdHsyWrVGsnAQD0EgDUaTLhDL14g3RIs39d7+xR5E4Z/yrb/+QEpsi
PI/2QeE04I0QRYbswT25TYTPd2XuCiLXeftfMswkwKnbOcSUc0a37L7A3ipZWsSu
085fyABSHN5Lu6emfJFdt7JryJscXLXQSE9/g+NhRvdjkpqUAtm/8cNjJP+QXhuB
b9KrSy4TE/C8QGgOdDWhMnbbGCwhdd9AyPmyRg5z99QEE4elX0SKcelqwC6t6y32
+VM4x71yF4/nmck7hPpqFjQvCJ1qD5UKVl/0iI8tkK/XrM5KECZCm4SYoSzjYcTw
l2nArv5zOV/Jq47dZgArXk45KI7n0On6x+xri7lWO0b6FrOZVywr2p15BZ6bglaQ
SlNhwvz+uf7LxJoQzDjTpAChmeriqVG/DrGBvWv6PKEEthjM+KGhOQbkxi7qkc1U
4ggbDOnF2imE3RDTJ8GL
=GoWp
-----END PGP SIGNATURE-----
More information about the Zesty-changes
mailing list