[ubuntu/focal-proposed] gnome-session 3.35.3-1ubuntu1 (Accepted)

Iain Lane iain.lane at canonical.com
Thu Jan 9 13:59:12 UTC 2020


gnome-session (3.35.3-1ubuntu1) focal; urgency=medium

  * Merge with Debian, remaining changes:
    - debian/control.in:
      + Recommend session-migration
      + Move xwayland dependency to gnome-session and make gnome-session
        Arch: any
      + Split gnome-startup-applications to a separate binary package so
        that it can be uninstalled without breaking the system
      + Add unity-session
    - 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/103_kill_the_fail_whale.patch:
      + Kill the Fail Whale as it tends to be more annoying than helpful
    - 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:
      + Add ubuntu session tweaks
    - 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/ignore_gsettings_region.patch:
      + Ignore the "region" gsettings value - users' setting of LC_*
        variables saved in ~/.pam_environment.
    - debian/patches/revert_remove_gnome_session_properties.patch:
      + Don't merge translations into gnome-session-properties.desktop
    - debian/ubuntu-settings-migrate-to-defaults.18.10.1.py:
      + Migrate users using old default ubuntu-settings to current ones
  * Update for run-systemd-session in /usr/libexec
  * Rebase patches through gbp-pq add_sessionmigration.patch and
    remove_session_saving_from_gui.patch required manual resolution.
  * gnome-session-bin.links: Create a symlink for run-systemd-session for the
    old location. Just in case anything is using it. If and when it's
    verified that nothing is, this can be dropped.

gnome-session (3.35.3-1) experimental; urgency=medium

  * New upstream release
    + binary: Allow quitting early on SIGTERM/SIGINT
    + binary: Log a critical when our SIGTERM/SIGINT handler fails to log out

gnome-session (3.34.2-1) unstable; urgency=medium

  * Team upload
  * New upstream release
  * Bump Standards-Version to 4.4.1
  * Use debhelper-compat 12
  * Recommend default-logind | logind instead of libpam-systemd.
    This allows elogind as an alternative.
    Thanks to Mark Hindley (Closes: #925336)
  * d/p/Make-sure-to-pass-systemd-when-we-re-managing-the-user-se.patch:
    Respect @libexecdir@, in preparation for switching to /usr/libexec
  * Install non-user-facing executables in /usr/libexec, with
    compatibility symlinks in /usr/lib/gnome-session until gdm3 and
    gnome-control-center catch up
  * Stop overriding --localstatedir.
    It doesn't seem to be used for anything.

Date: Thu, 09 Jan 2020 13:54:41 +0000
Changed-By: Iain Lane <iain.lane at canonical.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/+source/gnome-session/3.35.3-1ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Thu, 09 Jan 2020 13:54:41 +0000
Source: gnome-session
Architecture: source
Version: 3.35.3-1ubuntu1
Distribution: focal
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Iain Lane <iain.lane at canonical.com>
Closes: 925336
Changes:
 gnome-session (3.35.3-1ubuntu1) focal; urgency=medium
 .
   * Merge with Debian, remaining changes:
     - debian/control.in:
       + Recommend session-migration
       + Move xwayland dependency to gnome-session and make gnome-session
         Arch: any
       + Split gnome-startup-applications to a separate binary package so
         that it can be uninstalled without breaking the system
       + Add unity-session
     - 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/103_kill_the_fail_whale.patch:
       + Kill the Fail Whale as it tends to be more annoying than helpful
     - 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:
       + Add ubuntu session tweaks
     - 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/ignore_gsettings_region.patch:
       + Ignore the "region" gsettings value - users' setting of LC_*
         variables saved in ~/.pam_environment.
     - debian/patches/revert_remove_gnome_session_properties.patch:
       + Don't merge translations into gnome-session-properties.desktop
     - debian/ubuntu-settings-migrate-to-defaults.18.10.1.py:
       + Migrate users using old default ubuntu-settings to current ones
   * Update for run-systemd-session in /usr/libexec
   * Rebase patches through gbp-pq add_sessionmigration.patch and
     remove_session_saving_from_gui.patch required manual resolution.
   * gnome-session-bin.links: Create a symlink for run-systemd-session for the
     old location. Just in case anything is using it. If and when it's
     verified that nothing is, this can be dropped.
 .
 gnome-session (3.35.3-1) experimental; urgency=medium
 .
   * New upstream release
     + binary: Allow quitting early on SIGTERM/SIGINT
     + binary: Log a critical when our SIGTERM/SIGINT handler fails to log out
 .
 gnome-session (3.34.2-1) unstable; urgency=medium
 .
   * Team upload
   * New upstream release
   * Bump Standards-Version to 4.4.1
   * Use debhelper-compat 12
   * Recommend default-logind | logind instead of libpam-systemd.
     This allows elogind as an alternative.
     Thanks to Mark Hindley (Closes: #925336)
   * d/p/Make-sure-to-pass-systemd-when-we-re-managing-the-user-se.patch:
     Respect @libexecdir@, in preparation for switching to /usr/libexec
   * Install non-user-facing executables in /usr/libexec, with
     compatibility symlinks in /usr/lib/gnome-session until gdm3 and
     gnome-control-center catch up
   * Stop overriding --localstatedir.
     It doesn't seem to be used for anything.
Checksums-Sha1:
 7a6b08d2f01574f7d3a0dff3217c7549a86aab0e 3174 gnome-session_3.35.3-1ubuntu1.dsc
 44ca82b358e58b99b5176166940f1bdb6a8a871d 473900 gnome-session_3.35.3.orig.tar.xz
 f688390f1a775caedb35171fae236f7c70844b21 80564 gnome-session_3.35.3-1ubuntu1.debian.tar.xz
 1365f53c47f95971c224703588eaca9817e80207 19365 gnome-session_3.35.3-1ubuntu1_source.buildinfo
Checksums-Sha256:
 1d3ad0ac36af5e1852893320e2f24589a77a50f8340d63d63c93f6c428506a09 3174 gnome-session_3.35.3-1ubuntu1.dsc
 badbbac8a92dabcfa800c66ed85a92797f2d98a50baaf3d353d864bf69265dfa 473900 gnome-session_3.35.3.orig.tar.xz
 a29d2c0b503680867c390bb8d948be38e19a0df4e6ea32e2db4ecef8e4f8309a 80564 gnome-session_3.35.3-1ubuntu1.debian.tar.xz
 2e8309efd490b3fcf018c0294e092c53794e4ee0edbcfc9ef4d091ebf3e75cb0 19365 gnome-session_3.35.3-1ubuntu1_source.buildinfo
Files:
 d9b970f9c647d2d08532feeddd4c3acd 3174 gnome optional gnome-session_3.35.3-1ubuntu1.dsc
 74f6c7901a5e7c6ea1aa84e1db2ebcba 473900 gnome optional gnome-session_3.35.3.orig.tar.xz
 0216fe6446f7558424c657c96873782c 80564 gnome optional gnome-session_3.35.3-1ubuntu1.debian.tar.xz
 45c681f0b8d170411d3c25da1ac86b6e 19365 gnome optional gnome-session_3.35.3-1ubuntu1_source.buildinfo
Original-Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>

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

iQIzBAEBCgAdFiEEPQ77lee1I38W6CJY41LVxRxQQdQFAl4XMXMACgkQ41LVxRxQ
QdQeEA//SWTquFskjP3yQrSZsMBxxwDBph04VE7WoETTF9/Zgd8/Fl6cXyUAbnGj
LW39GvSS29VFafwom2lZj5OgMLJkpy69eFxyyTkOP+vC35v98d+2P5SA3ObO7rFT
oTRZnlva1NbDIVA1qtvrDxp8HDUcgXAdEc8pXgCWSRY5oWHzTL6844vJ8eWWY1fN
N7wq1JBMvIkHNEK2Yclv8DAn2g1Bjkfh0PAds2fmitjmocfzibMcF7AJ3q+Y8L5i
PIrA1+xNBRMBCjJ6PbsMapdHRhXegm0I9GjxrhV+93t6MGPJOiibbYJBCUO7Z449
WCiybJlfYD97a3LV0yX4JKksJDhBvhPRoeo16tzTwlkYYttROfhup8nsxlTAvMxN
vts1HRdZIDIVvIVC2arFokGGtTimdNxVG35I55bkU+iyffgiWV9hAeSdS47PwnAW
rZrMfz554Tvqq3kvrS/y3CHU+pzoFpBk9zdhPsdmjbHv5YjrM/Uvq8G7twNsUAx9
LY17cHgwju0HuDGfpzcFvpCLa934eaynSd7EK8Fcajp4cP1XV2ZoAfKYpbNnGjlb
yHa4OFLrxFYOSt12zr/uIO/KE0+NrC31+rrCUjOEleIIbCVvjmVI4GM1bGdSv8aj
878abfHtYwhDQWck10vVcsVx1mdwQ07NebH49LGnbudBVZzywxg=
=zqNF
-----END PGP SIGNATURE-----


More information about the Focal-changes mailing list