[ubuntu/eoan-proposed] gnome-session 3.34.1-1ubuntu1 (Accepted)

Iain Lane iain.lane at canonical.com
Tue Oct 8 12:43:26 UTC 2019


gnome-session (3.34.1-1ubuntu1) eoan; urgency=medium

  * debian/*: Run wrap-and-sort -a.
    We just did this in Debian: hopefully should make future merges easier.
  * 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

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

  * New upstream release
   + Drop accidentally included `--debug` when launching
     `gnome-session-binary`
   + Introduce a list of variables to potentially unset in launched
     sessions
  * Drop changes from 3.33.90-3 to add a gnome-session-systemd script. They
    are obsolete with 3.34.0-3

gnome-session (3.34.0-3) unstable; urgency=medium

  * Add d/p/Make-sure-to-pass-systemd-when-we-re-managing-the-user-se.patch
    Thanks to Iain Lane for the patch. (Closes: #941640)

gnome-session (3.34.0-2) unstable; urgency=medium

  * Team upload.
  * Upload to unstable

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

  * Team upload

  [ Iain Lane ]
  * d/p/d/gnome-.desktop.in.in-Pass-systemd.patch: Use gnome-session-systemd
    too. I'd patched TryExec before, by mistake.

  [ Simon McVittie ]
  * New upstream translation release

Date: Mon, 07 Oct 2019 12:38:07 +0100
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.34.1-1ubuntu1
-------------- next part --------------
Format: 1.8
Date: Mon, 07 Oct 2019 12:38:07 +0100
Source: gnome-session
Architecture: source
Version: 3.34.1-1ubuntu1
Distribution: eoan
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Iain Lane <iain.lane at canonical.com>
Closes: 941640
Changes:
 gnome-session (3.34.1-1ubuntu1) eoan; urgency=medium
 .
   * debian/*: Run wrap-and-sort -a.
     We just did this in Debian: hopefully should make future merges easier.
   * 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
 .
 gnome-session (3.34.1-1) unstable; urgency=medium
 .
   * New upstream release
    + Drop accidentally included `--debug` when launching
      `gnome-session-binary`
    + Introduce a list of variables to potentially unset in launched
      sessions
   * Drop changes from 3.33.90-3 to add a gnome-session-systemd script. They
     are obsolete with 3.34.0-3
 .
 gnome-session (3.34.0-3) unstable; urgency=medium
 .
   * Add d/p/Make-sure-to-pass-systemd-when-we-re-managing-the-user-se.patch
     Thanks to Iain Lane for the patch. (Closes: #941640)
 .
 gnome-session (3.34.0-2) unstable; urgency=medium
 .
   * Team upload.
   * Upload to unstable
 .
 gnome-session (3.34.0-1) experimental; urgency=medium
 .
   * Team upload
 .
   [ Iain Lane ]
   * d/p/d/gnome-.desktop.in.in-Pass-systemd.patch: Use gnome-session-systemd
     too. I'd patched TryExec before, by mistake.
 .
   [ Simon McVittie ]
   * New upstream translation release
Checksums-Sha1:
 353764753257a6e8e4fd523a35f201b24b5854a3 3172 gnome-session_3.34.1-1ubuntu1.dsc
 f76f450d9510b1fa9da74e54d33e1bd15976fb85 474060 gnome-session_3.34.1.orig.tar.xz
 90ead3208ab5680c466beedf27a04adc3fef52ce 79936 gnome-session_3.34.1-1ubuntu1.debian.tar.xz
 6274077cbdefca8be4c110bfa9a79285441ebd7f 19157 gnome-session_3.34.1-1ubuntu1_source.buildinfo
Checksums-Sha256:
 b65742e7a88fbb0d4e2643c0cbecdc5d2c6766b77218cb502537cb106e6458a6 3172 gnome-session_3.34.1-1ubuntu1.dsc
 d7801fe2d5a751b19cb58081771316a76aabd5c550cd58d4e4c6a5a4ed356660 474060 gnome-session_3.34.1.orig.tar.xz
 1f980822e878e03ee42a3908f5b94babd90123c6478e7c538fcee6df2d448b77 79936 gnome-session_3.34.1-1ubuntu1.debian.tar.xz
 19a1615e31415f9880548ef4a5a0fa03166447c0a573bf479b8cbc4d8e466595 19157 gnome-session_3.34.1-1ubuntu1_source.buildinfo
Files:
 1ba1c87024dbc2ac05457573e0cfff93 3172 gnome optional gnome-session_3.34.1-1ubuntu1.dsc
 1a9c10d5468b3ba8abee94653692fe0d 474060 gnome optional gnome-session_3.34.1.orig.tar.xz
 6616f7ad1ec8f3b34df323670cbc1dcb 79936 gnome optional gnome-session_3.34.1-1ubuntu1.debian.tar.xz
 36a8436e90d5cb3553753fc75f87d96c 19157 gnome optional gnome-session_3.34.1-1ubuntu1_source.buildinfo
Original-Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>


More information about the Eoan-changes mailing list