[ubuntu/zesty-proposed] gnome-session 3.22.2-2ubuntu1 (Accepted)

Jeremy Bicha jbicha at ubuntu.com
Wed Feb 1 10:06:15 UTC 2017


gnome-session (3.22.2-2ubuntu1) 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-2) unstable; urgency=medium

  * Team upload

  [ Jeremy Bicha ]
  * Add git_wayland_login_shell.patch:
    - Backport 3.23 commit that made Wayland sessions run login scripts
      like ~/.profile since that's what people expect (LP: #1631713)

Date: Wed, 01 Feb 2017 05:02: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-2ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Wed, 01 Feb 2017 05:02: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-2ubuntu1
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
Launchpad-Bugs-Fixed: 1631713
Changes:
 gnome-session (3.22.2-2ubuntu1) 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-2) unstable; urgency=medium
 .
   * Team upload
 .
   [ Jeremy Bicha ]
   * Add git_wayland_login_shell.patch:
     - Backport 3.23 commit that made Wayland sessions run login scripts
       like ~/.profile since that's what people expect (LP: #1631713)
Checksums-Sha1:
 ae15895a287199155ad73759409dc40eeee8cea5 2748 gnome-session_3.22.2-2ubuntu1.dsc
 c56d7982adc267aee8794e0a691de3b6c0e8ffc1 776772 gnome-session_3.22.2.orig.tar.xz
 89e047eafcd1fdf65da50f356da80a04f02210f6 69048 gnome-session_3.22.2-2ubuntu1.debian.tar.xz
Checksums-Sha256:
 36944188d20af489ca00a9cd107c9525cd3c2eedcb996322379c211594710a5f 2748 gnome-session_3.22.2-2ubuntu1.dsc
 361a31edb4f8c6d410f1029eee089422e25a2da6c287ead40fccdea5bda450f5 776772 gnome-session_3.22.2.orig.tar.xz
 c54855b1b0b1c8425a3381f2b7bc9f35c5892ebe1fb1d9fada1e19dab93377e7 69048 gnome-session_3.22.2-2ubuntu1.debian.tar.xz
Files:
 18bdc9c725189925564212058f1f2908 2748 gnome optional gnome-session_3.22.2-2ubuntu1.dsc
 6ff071ca67ae7516e97e4b7b78bc82fc 776772 gnome optional gnome-session_3.22.2.orig.tar.xz
 22fbd4ac0a9fabdd2a328d7613e55d26 69048 gnome optional gnome-session_3.22.2-2ubuntu1.debian.tar.xz
Original-Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>

-----BEGIN PGP SIGNATURE-----

iQIcBAEBCgAGBQJYkbKpAAoJEOZsd1rr/mx9MCAQANRXg+kk5VUHU1sHhv2I/eQM
Zlm9WDocp5UUw2fkEXRFsdJ77xgf64eObp68A5+ambt7+fMHC4q0IO8FLdGaX45W
KQkqYbY//j/suZQ5KHtHaXXiM9sHX8k/cjzLWxJA+nB0//wGEkk7iDYaJB8V7QF/
G737fipk9U+AAq7i1+MxDTgraGY+K0l66PtpYc/aEMZz++cjzT5vSpGgicrKz5Xh
I8OmtY52MfYO4hMrvLotPoWFcuTG2SRfx+pwr7e+E/SSZTAT6Y/+xzoHH4uTYexr
N4N5PSJr3kj0A6eD1zQKJU34sKNi54r9BFIqyjMKhd5zryr+fJ0SPi07ucWpeGNE
KmvALOqWizLWW58FXN2zPzXqMSoeRM2vbFulrVmw5fgJ96fC2NbHbGg+mo4XeAUz
Ymhhsa7uWiaa7Sd2Oso/xUy5hM8UUVRO49s5f05adB8jWEXzsFPfF/K9nibtPmEc
H61iW4oh5jW3WRLz6G+MrYEseZezizIubhMlzRf26yED2hLJ23Be+K128dlpLfwi
mswmzlnW5g0+d49QPMVjbbt4XcHC91/frhoL5QIIHdTq6OIxW/W5QyzLcPUEpnHw
jDAGzQFm5KuOADDlFZKeoatetGKeXbZ8TWc5OTGvkiem3FXOne7T74469w/Fuy7U
fsvMsR7o3xrkTZU6F+hY
=Qn2p
-----END PGP SIGNATURE-----


More information about the Zesty-changes mailing list