[ubuntu/oracular-proposed] gnome-session 46.0-7ubuntu1 (Accepted)

Jeremy Bícha jbicha at ubuntu.com
Thu Aug 15 21:46:15 UTC 2024


gnome-session (46.0-7ubuntu1) oracular; urgency=medium

  * Merge with Debian. Remaining changes:
    - debian/control:
      + Add Build-Depends: dh-sequence-migrations
      + 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
    - debian/rules: Ensure pot file is generated to translate session files
    - Split ubuntu-session out of gnome-session.
    - debian/data: Add old-style systemd user session used by Unity
    - debian/gnome-session-bin.postinst, debian/gnome-session-bin.prerm:
       Moved registering gnome-session binary as a session manager to
       gnome-session-bin package
    - debian/patches/ubuntu/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/ubuntu/ubuntu_sessions.patch:
      + Add ubuntu sessions
    - debian/patches/ubuntu/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/ubuntu/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/ubuntu/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/ubuntu/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
    - debian/xdg_dirs_desktop_session.sh: Install a new script into
      /etc/profile.d to prepend a $DESKTOP_SESSION related directory to
      $XDG_{CONFIG,DATA}_DIRS.
  * Have gnome-session depend on libjxl-gdk-pixbuf
  * Split the Ubuntu on Xorg session to a separate package:
    ubuntu-session-xsession. Have ubuntu-session Recommend that package
  * Drop obsolete Breaks/Replaces
  * Drop Recommends: fonts-inter-variable

gnome-session (46.0-7) unstable; urgency=medium

  * Remove patch to revert portal change now that Debian Testing has
    xdg-desktop-portal-gnome 46

gnome-session (46.0-6) unstable; urgency=medium

  * Depend on fonts-cantarell again (Closes: #1078434)
  * Temporarily keep Recommends: fonts-inter-variable for smooth upgrades
  * Have gnome-session-xsession Provide x-session-manager

gnome-session (46.0-5) unstable; urgency=medium

  * Source-only upload

gnome-session (46.0-4) unstable; urgency=medium

  * Split the GNOME on Xorg session to a separate package:
    gnome-session-xsession. Have gnome-session Recommend that package
    for now (Closes: #1076096)

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

  * Drop alternate dependency on xdg-desktop-portal-backend.
    See the portals.conf manpage if you want to opt into different backends
    for specific interfaces (Closes: #1074547)
  * Add Depends: fonts-inter-variable for the new GNOME 47 default font
  * Move fonts-cantarell from Depends to Recommends.
    Keep as Recommends for smoother live upgrades.
  * Bump Standards Version to 4.7.0

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

  [ Michael Biebl ]
  * Re-add Build-Depends on libsystemd-dev

  [ Jeremy Bícha ]
  * Drop obsolete Breaks/Replaces
  * Add Breaks against older budgie-desktop & phosh due to removal
    of --builtin and --systemd (Closes: #1068123)

Date: Thu, 15 Aug 2024 17:39:42 -0400
Changed-By: Jeremy Bícha <jbicha at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/+source/gnome-session/46.0-7ubuntu1
-------------- next part --------------
Format: 1.8
Date: Thu, 15 Aug 2024 17:39:42 -0400
Source: gnome-session
Built-For-Profiles: noudeb
Architecture: source
Version: 46.0-7ubuntu1
Distribution: oracular
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Jeremy Bícha <jbicha at ubuntu.com>
Closes: 1068123 1074547 1076096 1078434
Changes:
 gnome-session (46.0-7ubuntu1) oracular; urgency=medium
 .
   * Merge with Debian. Remaining changes:
     - debian/control:
       + Add Build-Depends: dh-sequence-migrations
       + 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
     - debian/rules: Ensure pot file is generated to translate session files
     - Split ubuntu-session out of gnome-session.
     - debian/data: Add old-style systemd user session used by Unity
     - debian/gnome-session-bin.postinst, debian/gnome-session-bin.prerm:
        Moved registering gnome-session binary as a session manager to
        gnome-session-bin package
     - debian/patches/ubuntu/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/ubuntu/ubuntu_sessions.patch:
       + Add ubuntu sessions
     - debian/patches/ubuntu/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/ubuntu/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/ubuntu/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/ubuntu/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
     - debian/xdg_dirs_desktop_session.sh: Install a new script into
       /etc/profile.d to prepend a $DESKTOP_SESSION related directory to
       $XDG_{CONFIG,DATA}_DIRS.
   * Have gnome-session depend on libjxl-gdk-pixbuf
   * Split the Ubuntu on Xorg session to a separate package:
     ubuntu-session-xsession. Have ubuntu-session Recommend that package
   * Drop obsolete Breaks/Replaces
   * Drop Recommends: fonts-inter-variable
 .
 gnome-session (46.0-7) unstable; urgency=medium
 .
   * Remove patch to revert portal change now that Debian Testing has
     xdg-desktop-portal-gnome 46
 .
 gnome-session (46.0-6) unstable; urgency=medium
 .
   * Depend on fonts-cantarell again (Closes: #1078434)
   * Temporarily keep Recommends: fonts-inter-variable for smooth upgrades
   * Have gnome-session-xsession Provide x-session-manager
 .
 gnome-session (46.0-5) unstable; urgency=medium
 .
   * Source-only upload
 .
 gnome-session (46.0-4) unstable; urgency=medium
 .
   * Split the GNOME on Xorg session to a separate package:
     gnome-session-xsession. Have gnome-session Recommend that package
     for now (Closes: #1076096)
 .
 gnome-session (46.0-3) unstable; urgency=medium
 .
   * Drop alternate dependency on xdg-desktop-portal-backend.
     See the portals.conf manpage if you want to opt into different backends
     for specific interfaces (Closes: #1074547)
   * Add Depends: fonts-inter-variable for the new GNOME 47 default font
   * Move fonts-cantarell from Depends to Recommends.
     Keep as Recommends for smoother live upgrades.
   * Bump Standards Version to 4.7.0
 .
 gnome-session (46.0-2) unstable; urgency=medium
 .
   [ Michael Biebl ]
   * Re-add Build-Depends on libsystemd-dev
 .
   [ Jeremy Bícha ]
   * Drop obsolete Breaks/Replaces
   * Add Breaks against older budgie-desktop & phosh due to removal
     of --builtin and --systemd (Closes: #1068123)
Checksums-Sha1:
 20808e6edeb2b5f74a99f8ec31caa54610af74d3 3042 gnome-session_46.0-7ubuntu1.dsc
 c04b9307caa754bdb965314e2b11bd4f36671728 85584 gnome-session_46.0-7ubuntu1.debian.tar.xz
 ff34bd77e158111ed06a01391b1b2efc86f6c8d7 17763 gnome-session_46.0-7ubuntu1_source.buildinfo
Checksums-Sha256:
 3ed736edce1a4253f2fa1c9a59b9eea21d7489a3b42577ce0b5992e7e23f3297 3042 gnome-session_46.0-7ubuntu1.dsc
 a1a21e6f97a53080ab6d3633ce90854e4fcbed4cd0843625d0b64064d8da9e20 85584 gnome-session_46.0-7ubuntu1.debian.tar.xz
 f5857fe2b0244257359e0f55bc412d1a23ce7e595a1dc9d2c8615e29fa055a48 17763 gnome-session_46.0-7ubuntu1_source.buildinfo
Files:
 3dfce77eab43fc580cc4c17365c5cc6b 3042 gnome optional gnome-session_46.0-7ubuntu1.dsc
 490e3cb80f4345f4e8a01a1824b17274 85584 gnome optional gnome-session_46.0-7ubuntu1.debian.tar.xz
 500c0cb0f46ef4a0d019f8fd2e70ceac 17763 gnome optional gnome-session_46.0-7ubuntu1_source.buildinfo
Original-Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>


More information about the oracular-changes mailing list