gnome-shell (46.0-0ubuntu6~24.04.11) noble; urgency=medium

  [ Mitchell Augustin ]
  * Fix quicksettings connections to enterprise AP (LP: #2120331)
  * Update Wi-Fi icons between disconnect and adapter deactivation
    (LP: #2120734)

  [ Marco Trevisan (Treviño) ]
  * d/p: Fix memory leak when using a custom theme (LP: #2121786)

  [ Sergio Costas Rodriguez ]
  * authPrompt: Notify error messages in GDM login/unlock (LP: #2115948)

 -- Daniel van Vugt <daniel.van.vugt@canonical.com>  Thu, 23 Oct 2025 13:20:48 +0800

gnome-shell (46.0-0ubuntu6~24.04.10) noble; urgency=medium

  [ Sergio Costas Rodriguez ]
  * Fix accessibility issues in Gnome Shell/GDM/Unlock (LP: #2115948)
    - Add labels to the Today Events and Weather buttons
    - Notify to screen reader users any error during login/unlocking
    - Add screen reader compatible labels to St.Entry elements

 -- Daniel van Vugt <daniel.van.vugt@canonical.com>  Thu, 10 Jul 2025 12:44:10 +0800

gnome-shell (46.0-0ubuntu6~24.04.9) noble; urgency=medium

  [ Alessandro Astone ]
  * Backport patches to fix the Shift behaviour in OSK (LP: #2092181)

 -- Daniel van Vugt <daniel.van.vugt@canonical.com>  Mon, 14 Apr 2025 17:35:20 +0800

gnome-shell (46.0-0ubuntu6~24.04.8) noble; urgency=medium

  [ Alessandro Astone ]
  * Backport patch for connecting to a new Wi-Fi network from the log-in screen
    (LP: #2098016)

 -- Marco Trevisan (Treviño) <marco@ubuntu.com>  Wed, 05 Mar 2025 16:24:15 +0100

gnome-shell (46.0-0ubuntu6~24.04.7) noble; urgency=medium

  [ Alessandro Astone ]
  * Backport patch to fix setenv/getenv crash on startup (LP: #2039340)

 -- Daniel van Vugt <daniel.van.vugt@canonical.com>  Thu, 23 Jan 2025 17:06:17 +0800

gnome-shell (46.0-0ubuntu6~24.04.6) noble; urgency=medium

  [ Nathan Pratta Teodosio ]
  * d/p/chromium-snap-pwa.patch: Fixes tab and dock grouping of progressive
    web applications for the Chromium snap (LP: #2007652).

  [ Robert Malz ]
  * d/p: Fix default service discovery.
    Fix an issue where authentication service was not
    properly picked due to incorrect checks in _isDiscreteServiceEnabled
    (LP: #2065432)
  * Add loginDialog-Don-t-assume-this._user-is-always-defined.patch.
    Cherry-pick for e5d9a0fe
    Fixes null dereference during login with smart cards. (LP: #2065432)

  [ Marco Trevisan (Treviño) ]
  * debian/gbp.conf: Use upstream/46.x branch
  * d/p: unlockDialog: Also center the time in 12h format (LP: #2084276)
  * d/p: Exclude override-redirect windows from workspace animation
    (LP: #2039543)
  * d/p: Use absolute tray icon position in root event coordinates
    (LP: #2059819)
  * d/p: Fix password not re-asked for TCRYPT devices (LP: #2084281)
  * d/p: Keep locate pointer animation when animations are disabled
    (LP: #2039801)
  * d/p: Fix keyboard navigation in AppFolderDialog (LP: #2042763)
  * d/p: Fix connection to WPA Enterprise networks from quick settings
    (LP: #2084286)
  * d/p: Add user permissions to new wifi connections if has no system ones
    (LP: #2084287)
  * d/p: gdm: Actually wait for pending messages being notified on failures
    (LP: #2084289)
  * d/p: Fix themed icons rendering in notifications (LP: #2084301)
  * d/p: Fix notifications not showing in the lockscreen (LP: #2084302)
  * d/p: Allow to set a custom ShellUserVerifier (LP: #2084306)
  * d/p: Fix toggling lockscreen view using Escape (LP: #2084308, #2072716)
  * d/p: Make active workspace above siblings (LP: #2084310)
  * d/p: notificationDaemon: Use correct property name to enable markup
    (LP: #2084293)

 -- Marco Trevisan (Treviño) <marco@ubuntu.com>  Thu, 05 Dec 2024 03:13:58 +0100

gnome-shell (46.0-0ubuntu6~24.04.5) noble; urgency=medium

  * Add shell-app-Warn-instead-of-crashing-if-disposed-before-sta.patch
    to avoid crashing the shell if an app misbehaves coincidentally close
    to a garbage collection run (LP: #2037055)

 -- Daniel van Vugt <daniel.van.vugt@canonical.com>  Fri, 13 Sep 2024 17:09:18 +0800

gnome-shell (46.0-0ubuntu6~24.04.4) noble; urgency=medium

  * Add st-theme-node-Forget-properties-cache-on-stylesheet-chang.patch
    to fix crashes that occur when locking the screen from within the overview.
    But more generally can occur whenever any extension that modifies
    stylesheets (like ubuntu-dock or dash-to-dock) is unloaded (LP: #2069559).

 -- Daniel van Vugt <daniel.van.vugt@canonical.com>  Fri, 16 Aug 2024 15:16:47 +0800

gnome-shell (46.0-0ubuntu6~24.04.3) noble-security; urgency=medium

  * SECURITY UPDATE: resource consumption via portal helper
    - debian/patches/CVE-2024-36472-1.patch: use default_size instead of
      set_size_request for size in js/portalHelper/main.js.
    - debian/patches/CVE-2024-36472-2.patch: split out CaptivePortalHandler
      class in js/ui/status/network.js.
    - debian/patches/CVE-2024-36472-3.patch: show notification when
      detecting captive portal in js/ui/status/network.js.
    - debian/patches/CVE-2024-36472-4.patch: add option to disable
      portal-helper in data/icons/meson.build, data/meson.build,
      js/meson.build, js/misc/config.js.in, js/misc/meson.build,
      js/ui/status/network.js, meson.build, meson_options.txt,
      src/meson.build.
    - debian/rules: build with portal_helper=false to use the default
      browser instead of the embedded webkit2gtk browser.
    - CVE-2024-36472

 -- Marc Deslauriers <marc.deslauriers@ubuntu.com>  Wed, 14 Aug 2024 08:27:56 -0400

gnome-shell (46.0-0ubuntu6~24.04.1) noble; urgency=medium

  * debian: Prepare for noble branching
  * d/p/ubuntu-authd: Revert unwanted change causing ibus not to launch
    (LP: #2069381)
  * d/p: Do not allocate memory or call async-signal-unsafe code on spawn
  * d/p/ubuntu-authd: Properly draw qr-codes for longer URIs (LP: #2067610)
  * d/p/ubuntu-authd: Fix dialog text color when using light theme
    (LP: #2067661)
  * d/p/ubuntu-authd: Use right colors to draw the qr code in light mode
    (LP: #2067661)
  * d/p/ubuntu-authd: Properly handle new-password messages requests
    (LP: #2068080)
  * d/p/ubuntu-authd: Add translatable js files to POTFILES.in (LP: #2068912)
  * d/p: Resize tray icon windows to respect their actor representation
    (LP: #2012388)
  * d/p: Do not make tray icons to take any input event directly.
    This is all handled through their actor proxy representation (LP: #2012388)

 -- Marco Trevisan (Treviño) <marco@ubuntu.com>  Fri, 14 Jun 2024 08:04:48 +0200

gnome-shell (46.0-0ubuntu5.1) noble-security; urgency=medium

  * Fix compatibility with glib2.0 security update
    - debian/patches/correct_expected_bus_name.patch: correct expected bus
      name for streams in js/dbusServices/screencast/screencastService.js.

 -- Marc Deslauriers <marc.deslauriers@ubuntu.com>  Tue, 07 May 2024 17:03:32 -0400

gnome-shell (46.0-0ubuntu5) noble; urgency=medium

  [ Daniel van Vugt ]
  * Drop loginDialog-Create-footer-container.patch - it's buggy and still
    under active development (LP: #2060893)

  [ Marco Trevisan (Treviño) ]
  * debian/patches/ubuntu-authd: Hide the right button if there are no
    sessions to choose (LP: #2061153)
  * debian/patches/ubuntu-authd: Do not start an unavailable authentication
    service (LP: #2060575)
  * d/p/ubuntu-authd: Fix selection of multi-factor auth modes (related to
    lp:2060546)

 -- Marco Trevisan (Treviño) <marco@ubuntu.com>  Wed, 17 Apr 2024 07:45:42 +0200

gnome-shell (46.0-0ubuntu4) noble; urgency=medium

  * debian/changelog: Add missing 46.0-0ubuntu3 changelog
  * debian/patches/ubuntu-authd: Handle various races on cancellation

 -- Marco Trevisan (Treviño) <marco@ubuntu.com>  Mon, 08 Apr 2024 02:31:14 +0200

gnome-shell (46.0-0ubuntu3.1) noble; urgency=medium

  * debian/patces/gdm: Update gdm login notification to current API
  * debian/patches/authd: Cleanup code and fix mechanism switch handling

 -- Marco Trevisan (Treviño) <marco@ubuntu.com>  Tue, 02 Apr 2024 01:03:41 +0200

gnome-shell (46.0-0ubuntu3) noble; urgency=medium

  * No-change rebuild for mutter ABI changes on armhf.

 -- Matthias Klose <doko@ubuntu.com>  Mon, 25 Mar 2024 19:27:16 +0100

gnome-shell (46.0-0ubuntu2) noble; urgency=medium

  * Add again patches that were uploaded as part of 46~beta-0ubuntu3 and that
    got overwritten:
    - debian/patches: Add support for ubuntu authd gdm interface
    - debian: Build depend on terser and minify authd protocol
    - debian/rules: Regenerate the css files before building
    - debian/patches/ubuntu-authd: Add a gsettings to disable the gdm support
  * debian/changelog: Update with contents of the lost changes

 -- Marco Trevisan (Treviño) <marco@ubuntu.com>  Fri, 22 Mar 2024 10:16:01 +0100

gnome-shell (46.0-0ubuntu1) noble; urgency=medium

  * New upstream release
  * Bump minimum mutter to 46.0

 -- Jeremy Bícha <jbicha@ubuntu.com>  Mon, 18 Mar 2024 17:23:29 -0400

gnome-shell (46~rc-0ubuntu1) noble; urgency=medium

  * New upstream release
  * Bump minimum mutter to 46~rc
  * Drop fingerprint patch applied in new release
  * Refresh patches

 -- Jeremy Bícha <jbicha@ubuntu.com>  Thu, 07 Mar 2024 17:27:34 -0500

gnome-shell (46~beta-0ubuntu3) noble; urgency=medium

  * debian/patches: Cherry-pick upstream fixes for fingerprint authentication
  * debian/patches: Add support for ubuntu authd - authentication daemon
  * debian: Build depend on terser and minify authd protocol
  * debian/rules: Regenerate the css files before building
  * debian/patches/ubuntu-authd: Add a gsettings to disable the gdm support

 -- Marco Trevisan (Treviño) <marco@ubuntu.com>  Thu, 29 Feb 2024 23:48:54 +0100

gnome-shell (46~beta-0ubuntu2) noble; urgency=medium

  * Build-Depend on libgtk-3-dev

 -- Jeremy Bícha <jbicha@ubuntu.com>  Thu, 29 Feb 2024 00:08:24 -0500

gnome-shell (46~beta-0ubuntu1) noble; urgency=medium

  * New upstream release
  * Refresh patches
  * Build with gcr4
  * Bump minimum mutter to 46~beta
  * Bump minimum gsettings-desktop-schemas
  * debian/gnome-shell.install: GNOME Shell no longer provides
    xdg-desktop-portal components
  * Skip shell build tests for now since they are flaky

 -- Jeremy Bícha <jbicha@ubuntu.com>  Wed, 28 Feb 2024 23:51:36 -0500

gnome-shell (45.3-1ubuntu1) noble; urgency=medium

  * Merge with Debian. Remaining changes:
    - Add some Recommends:
      + ubuntu-session (| gnome-session) to have the ubuntu session available
      + ubuntu-wallpapers
      + xserver-xorg-legacy
      + yaru-theme-gnome-shell for the default ubuntu theming
    - Move some Recommends to Suggests:
      + chrome-gnome-shell
      + gnome-backgrounds
    - Update debian/gbp.conf with Ubuntu settings
    - Add debian/ubuntu-session-mods/ubuntu.json
    - debian/patches: Do not hang & crash if fingerprint service fails to start
      (LP: #1962566)
    - ubuntu/desktop_detect.patch:
      + add caching for desktop detection to avoid querying the current
        desktop env variable as iterate through the list each time. For the
        time of the Shell process, we can expect this env variable to stay
        stable.
    - ubuntu/lightdm-user-switching.patch:
      + Allow user switching when using LightDM.
    - ubuntu/lock_on_suspend.patch
      + Respect Ubuntu's lock-on-suspend setting.
    - ubuntu/background_login.patch
      + Change default background color as we modified the default GDM color
        for our ubuntu session.
    - ubuntu/gdm_alternatives.patch
      + Add support for GDM3 theme alternatives
    - main-show-an-error-message-on-gnome-shell-crash.patch,
      global-make-possible-to-set-debug-flags-dynamically.patch,
      main-increase-the-granularity-of-backtraces-in-SHELL_DEBU.patch,
      main-add-backtrace-crashes-all-and-backtrace-all.patch,
      sessionMode-add-support-for-debugFlags-parameter.patch:
      + Improve debug JS tracing for crash reports
    - ubuntu/smarter_alt_tab.patch:
      + quick alt-tab (without showing up the switcher) switch only between
        the last window of the last 2 applications to be focused instead of
        raising all windows of those apps.
    - magnifier-Show-cursor-when-magnifier-is-enabled-and-scale.patch:
      + Show monitor scaled cursor when magnifier is enabled
    - ubuntu/search-call-XUbuntuCancel-method-on-providers-when-no-dat.patch:
      + stop searches when requested from UI
    - magnifier-Show-cursor-when-magnifier-is-enabled-and-scale.patch
    - u/search-call-XUbuntuCancel-method-on-providers-when-no-dat.patch
    - ubuntu/resolve_alternate_theme_path.patch
    - ubuntu/secure_mode_extension.patch
    - ubuntu/keep-ubuntu-logo-bright-lp1867133-v1.patch
    - ubuntu/configure_login_screen.patch
    - ubuntu/layout-Make-starting-in-the-overview-optional.patch:
      + Makes dock replace overview easier
    - ubuntu/layout-Try-to-allocate-before-getting-size-of-tracke.patch:
      + Ensure windows don't get maximized under the panels / dock
    - debian/patches: Compute system background color from theme (LP: #1965727)
    - ubuntu/configure-login-screen.patch: Use bg color for initial system bg
      (LP: #1965727)
    - debian/patches: Ensure St.Entry's `selected-color` CSS property is
      honored (LP: #1878998)
    - ubuntu/support-loading-Yaru-variants: Handle dark/light variants better
    - d/p/use-favorites-strings: Only apply this to ubuntu session
    - debian/patches: Support configuring icons resource to use for mode
    - Revert-st-Apply-css-foreground-color-to-text-as-a-PangoAt.patch:
      + Ensure selected-text foreground color is preserved
    - ubuntu/sessionMode-Add-support-for-configuring-an-icons-resource.patch:
      + Support loading iconsResourceName from session file
    - ubuntu/main-Support-loading-multiple-Yaru-theme-variants.patch,
    - ubuntu/darkMode-Add-support-to-Yaru-theme-color-variants.patch:
      + Support loading Yaru theme variants (for accent color)
    - ubuntu/shell-global-util-Do-not-move-snap-apps-to-gnome-apps-sco.patch
  * Refresh patches

 -- Jeremy Bícha <jbicha@ubuntu.com>  Tue, 09 Jan 2024 15:28:52 -0500

gnome-shell (45.3-1) experimental; urgency=medium

  * New upstream release

 -- Jeremy Bícha <jbicha@ubuntu.com>  Tue, 09 Jan 2024 15:28:09 -0500

gnome-shell (45.2-2) experimental; urgency=medium

  * Merge with version 44.7-1 from unstable

 -- Simon McVittie <smcv@debian.org>  Tue, 12 Dec 2023 15:09:38 +0000

gnome-shell (45.2-1ubuntu1) noble; urgency=medium

  * Merge with Debian. Remaining changes:
    - Add some Recommends:
      + ubuntu-session (| gnome-session) to have the ubuntu session available
      + ubuntu-wallpapers
      + xserver-xorg-legacy
      + yaru-theme-gnome-shell for the default ubuntu theming
    - Move some Recommends to Suggests:
      + chrome-gnome-shell
      + gnome-backgrounds
    - Update debian/gbp.conf with Ubuntu settings
    - Add debian/ubuntu-session-mods/ubuntu.json
    - debian/patches: Do not hang & crash if fingerprint service fails to start
      (LP: #1962566)
    - ubuntu/desktop_detect.patch:
      + add caching for desktop detection to avoid querying the current
        desktop env variable as iterate through the list each time. For the
        time of the Shell process, we can expect this env variable to stay
        stable.
    - ubuntu/lightdm-user-switching.patch:
      + Allow user switching when using LightDM.
    - ubuntu/lock_on_suspend.patch
      + Respect Ubuntu's lock-on-suspend setting.
    - ubuntu/background_login.patch
      + Change default background color as we modified the default GDM color
        for our ubuntu session.
    - ubuntu/gdm_alternatives.patch
      + Add support for GDM3 theme alternatives
    - main-show-an-error-message-on-gnome-shell-crash.patch,
      global-make-possible-to-set-debug-flags-dynamically.patch,
      main-increase-the-granularity-of-backtraces-in-SHELL_DEBU.patch,
      main-add-backtrace-crashes-all-and-backtrace-all.patch,
      sessionMode-add-support-for-debugFlags-parameter.patch:
      + Improve debug JS tracing for crash reports
    - ubuntu/smarter_alt_tab.patch:
      + quick alt-tab (without showing up the switcher) switch only between
        the last window of the last 2 applications to be focused instead of
        raising all windows of those apps.
    - magnifier-Show-cursor-when-magnifier-is-enabled-and-scale.patch:
      + Show monitor scaled cursor when magnifier is enabled
    - ubuntu/search-call-XUbuntuCancel-method-on-providers-when-no-dat.patch:
      + stop searches when requested from UI
    - magnifier-Show-cursor-when-magnifier-is-enabled-and-scale.patch
    - u/search-call-XUbuntuCancel-method-on-providers-when-no-dat.patch
    - ubuntu/resolve_alternate_theme_path.patch
    - ubuntu/secure_mode_extension.patch
    - ubuntu/keep-ubuntu-logo-bright-lp1867133-v1.patch
    - ubuntu/configure_login_screen.patch
    - ubuntu/layout-Make-starting-in-the-overview-optional.patch:
      + Makes dock replace overview easier
    - ubuntu/layout-Try-to-allocate-before-getting-size-of-tracke.patch:
      + Ensure windows don't get maximized under the panels / dock
    - debian/patches: Compute system background color from theme (LP: #1965727)
    - ubuntu/configure-login-screen.patch: Use bg color for initial system bg
      (LP: #1965727)
    - debian/patches: Ensure St.Entry's `selected-color` CSS property is
      honored (LP: #1878998)
    - ubuntu/support-loading-Yaru-variants: Handle dark/light variants better
    - d/p/use-favorites-strings: Only apply this to ubuntu session
    - debian/patches: Support configuring icons resource to use for mode
    - Revert-st-Apply-css-foreground-color-to-text-as-a-PangoAt.patch:
      + Ensure selected-text foreground color is preserved
    - ubuntu/sessionMode-Add-support-for-configuring-an-icons-resource.patch:
      + Support loading iconsResourceName from session file
    - ubuntu/main-Support-loading-multiple-Yaru-theme-variants.patch,
    - ubuntu/darkMode-Add-support-to-Yaru-theme-color-variants.patch:
      + Support loading Yaru theme variants (for accent color)
    - ubuntu/shell-global-util-Do-not-move-snap-apps-to-gnome-apps-sco.patch
  * Refresh patches

 -- Jeremy Bícha <jbicha@ubuntu.com>  Tue, 05 Dec 2023 10:20:07 -0500

gnome-shell (45.2-1) experimental; urgency=medium

  * New upstream release (LP: #2045667)

 -- Jeremy Bícha <jbicha@ubuntu.com>  Tue, 05 Dec 2023 10:15:19 -0500

gnome-shell (44.7-1) unstable; urgency=medium

  * Team upload
  * New upstream release
  * d/p/overview-Handle-unredirection-in-OverviewShown-state-mach.patch:
    Drop a patch that was included in the upstream release

 -- Simon McVittie <smcv@debian.org>  Tue, 12 Dec 2023 13:30:06 +0000

gnome-shell (45.1-1ubuntu1) noble; urgency=medium

  * Merge with Debian. Remaining changes:
    - Add some Recommends:
      + ubuntu-session (| gnome-session) to have the ubuntu session available
      + ubuntu-wallpapers
      + xserver-xorg-legacy
      + yaru-theme-gnome-shell for the default ubuntu theming
    - Move some Recommends to Suggests:
      + chrome-gnome-shell
      + gnome-backgrounds
    - Update debian/gbp.conf with Ubuntu settings
    - Add debian/ubuntu-session-mods/ubuntu.json
    - debian/patches: Do not hang & crash if fingerprint service fails to start
      (LP: #1962566)
    - ubuntu/desktop_detect.patch:
      + add caching for desktop detection to avoid querying the current
        desktop env variable as iterate through the list each time. For the
        time of the Shell process, we can expect this env variable to stay
        stable.
    - ubuntu/lightdm-user-switching.patch:
      + Allow user switching when using LightDM.
    - ubuntu/lock_on_suspend.patch
      + Respect Ubuntu's lock-on-suspend setting.
    - ubuntu/background_login.patch
      + Change default background color as we modified the default GDM color
        for our ubuntu session.
    - ubuntu/gdm_alternatives.patch
      + Add support for GDM3 theme alternatives
    - main-show-an-error-message-on-gnome-shell-crash.patch,
      global-make-possible-to-set-debug-flags-dynamically.patch,
      main-increase-the-granularity-of-backtraces-in-SHELL_DEBU.patch,
      main-add-backtrace-crashes-all-and-backtrace-all.patch,
      sessionMode-add-support-for-debugFlags-parameter.patch:
      + Improve debug JS tracing for crash reports
    - ubuntu/smarter_alt_tab.patch:
      + quick alt-tab (without showing up the switcher) switch only between
        the last window of the last 2 applications to be focused instead of
        raising all windows of those apps.
    - magnifier-Show-cursor-when-magnifier-is-enabled-and-scale.patch:
      + Show monitor scaled cursor when magnifier is enabled
    - ubuntu/search-call-XUbuntuCancel-method-on-providers-when-no-dat.patch:
      + stop searches when requested from UI
    - magnifier-Show-cursor-when-magnifier-is-enabled-and-scale.patch
    - u/search-call-XUbuntuCancel-method-on-providers-when-no-dat.patch
    - ubuntu/resolve_alternate_theme_path.patch
    - ubuntu/secure_mode_extension.patch
    - ubuntu/keep-ubuntu-logo-bright-lp1867133-v1.patch
    - ubuntu/configure_login_screen.patch
    - ubuntu/layout-Make-starting-in-the-overview-optional.patch:
      + Makes dock replace overview easier
    - ubuntu/layout-Try-to-allocate-before-getting-size-of-tracke.patch:
      + Ensure windows don't get maximized under the panels / dock
    - debian/patches: Compute system background color from theme (LP: #1965727)
    - ubuntu/configure-login-screen.patch: Use bg color for initial system bg
      (LP: #1965727)
    - debian/patches: Ensure St.Entry's `selected-color` CSS property is
      honored (LP: #1878998)
    - ubuntu/support-loading-Yaru-variants: Handle dark/light variants better
    - d/p/use-favorites-strings: Only apply this to ubuntu session
    - debian/patches: Support configuring icons resource to use for mode
    - Revert-st-Apply-css-foreground-color-to-text-as-a-PangoAt.patch:
      + Ensure selected-text foreground color is preserved
    - ubuntu/sessionMode-Add-support-for-configuring-an-icons-resource.patch:
      + Support loading iconsResourceName from session file
    - ubuntu/main-Support-loading-multiple-Yaru-theme-variants.patch,
    - ubuntu/darkMode-Add-support-to-Yaru-theme-color-variants.patch:
      + Support loading Yaru theme variants (for accent color)
    - ubuntu/shell-global-util-Do-not-move-snap-apps-to-gnome-apps-sco.patch
  * Drop 2 patches applied in new release

 -- Jeremy Bícha <jbicha@ubuntu.com>  Wed, 08 Nov 2023 15:34:45 +0200

gnome-shell (45.1-1) experimental; urgency=medium

  [ Jeremy Bícha ]
  * New upstream release (LP: #2043015)
  * Stop using debian/control.in and dh_gnome_clean

  [ Simon McVittie ]
  * Merge with version 44.5-2 from unstable

 -- Jeremy Bícha <jbicha@ubuntu.com>  Wed, 08 Nov 2023 15:31:57 +0200

gnome-shell (45.0-1ubuntu2) mantic; urgency=medium

  * Cherry-pick 2 commits from future 45.1:
    - Fix crash at shutdown (LP: #2036889)
    - Fix indefinite inhibition of direct scanout when closing the Overview

 -- Jeremy Bícha <jbicha@ubuntu.com>  Tue, 03 Oct 2023 14:16:54 -0400

gnome-shell (45.0-1ubuntu1) mantic; urgency=medium

  * Merge with Debian. Remaining changes:
    - Add some Recommends:
      + ubuntu-session (| gnome-session) to have the ubuntu session available
      + ubuntu-wallpapers
      + xserver-xorg-legacy
      + yaru-theme-gnome-shell for the default ubuntu theming
    - Move some Recommends to Suggests:
      + chrome-gnome-shell
      + gnome-backgrounds
    - Update debian/gbp.conf with Ubuntu settings
    - Add debian/ubuntu-session-mods/ubuntu.json
    - debian/patches: Do not hang & crash if fingerprint service fails to start
      (LP: #1962566)
    - ubuntu/desktop_detect.patch:
      + add caching for desktop detection to avoid querying the current
        desktop env variable as iterate through the list each time. For the
        time of the Shell process, we can expect this env variable to stay
        stable.
    - ubuntu/lightdm-user-switching.patch:
      + Allow user switching when using LightDM.
    - ubuntu/lock_on_suspend.patch
      + Respect Ubuntu's lock-on-suspend setting.
    - ubuntu/background_login.patch
      + Change default background color as we modified the default GDM color
        for our ubuntu session.
    - ubuntu/gdm_alternatives.patch
      + Add support for GDM3 theme alternatives
    - main-show-an-error-message-on-gnome-shell-crash.patch,
      global-make-possible-to-set-debug-flags-dynamically.patch,
      main-increase-the-granularity-of-backtraces-in-SHELL_DEBU.patch,
      main-add-backtrace-crashes-all-and-backtrace-all.patch,
      sessionMode-add-support-for-debugFlags-parameter.patch:
      + Improve debug JS tracing for crash reports
    - ubuntu/smarter_alt_tab.patch:
      + quick alt-tab (without showing up the switcher) switch only between
        the last window of the last 2 applications to be focused instead of
        raising all windows of those apps.
    - magnifier-Show-cursor-when-magnifier-is-enabled-and-scale.patch:
      + Show monitor scaled cursor when magnifier is enabled
    - ubuntu/search-call-XUbuntuCancel-method-on-providers-when-no-dat.patch:
      + stop searches when requested from UI
    - magnifier-Show-cursor-when-magnifier-is-enabled-and-scale.patch
    - u/search-call-XUbuntuCancel-method-on-providers-when-no-dat.patch
    - ubuntu/resolve_alternate_theme_path.patch
    - ubuntu/secure_mode_extension.patch
    - ubuntu/keep-ubuntu-logo-bright-lp1867133-v1.patch
    - ubuntu/configure_login_screen.patch
    - ubuntu/layout-Make-starting-in-the-overview-optional.patch:
      + Makes dock replace overview easier
    - ubuntu/layout-Try-to-allocate-before-getting-size-of-tracke.patch:
      + Ensure windows don't get maximized under the panels / dock
    - debian/patches: Compute system background color from theme (LP: #1965727)
    - ubuntu/configure-login-screen.patch: Use bg color for initial system bg
      (LP: #1965727)
    - debian/patches: Ensure St.Entry's `selected-color` CSS property is
      honored (LP: #1878998)
    - ubuntu/support-loading-Yaru-variants: Handle dark/light variants better
    - d/p/use-favorites-strings: Only apply this to ubuntu session
    - debian/patches: Support configuring icons resource to use for mode
    - Revert-st-Apply-css-foreground-color-to-text-as-a-PangoAt.patch:
      + Ensure selected-text foreground color is preserved
    - ubuntu/sessionMode-Add-support-for-configuring-an-icons-resource.patch:
      + Support loading iconsResourceName from session file
    - ubuntu/main-Support-loading-multiple-Yaru-theme-variants.patch,
    - ubuntu/darkMode-Add-support-to-Yaru-theme-color-variants.patch:
      + Support loading Yaru theme variants (for accent color)
    - ubuntu/shell-global-util-Do-not-move-snap-apps-to-gnome-apps-sco.patch

 -- Jeremy Bícha <jbicha@ubuntu.com>  Mon, 18 Sep 2023 11:22:07 -0400

gnome-shell (45.0-1) experimental; urgency=medium

  * New upstream release
    - Fix exposing window previews on lock screen via keyboard shortcuts
      (Closes: #1052067, CVE-2023-43090, gnome-shell#6990)
  * Bump minimum mutter to 45.0

 -- Jeremy Bícha <jbicha@ubuntu.com>  Mon, 18 Sep 2023 11:01:45 -0400

gnome-shell (45~rc-1) experimental; urgency=medium

  * New upstream release
  * Build with mutter 45 rc
  * debian/control.in: Don't Build-Depend on gtk3
  * debian/control.in: Depend on gir1.2-webkit-6.0 instead of 4.1
  * debian/gnome-shell.install: gnome-shell-perf-tool -> gnome-shell-test-tool
  * debian/rules: Drop obsolete configure flag
  * Add patch to avoid using Tecla because it isn't ready yet
  * Drop patch applied in new release
  * Refresh patches

 -- Jeremy Bícha <jbicha@ubuntu.com>  Sun, 10 Sep 2023 21:19:28 -0400

gnome-shell (45~rc-0ubuntu3) mantic; urgency=medium

  * Restore dark mode patch accidentally dropped when packaging 45
    (LP: #2035036)
  * Refresh patches

 -- Jeremy Bícha <jbicha@ubuntu.com>  Sun, 10 Sep 2023 15:59:19 -0400

gnome-shell (45~rc-0ubuntu2) mantic; urgency=medium

  * Update magnifier sprite scaling patch with latest version proposed upstream

 -- Jeremy Bícha <jbicha@ubuntu.com>  Sat, 09 Sep 2023 11:17:39 -0400

gnome-shell (45~rc-0ubuntu1) mantic; urgency=medium

  * New upstream release
  * debian/control.in: Bump minimum mutter to 45~rc
  * Drop cherry-picked patches applied in new release
  * Refresh patches
  * Add patch to avoid using Tecla because it isn't ready here yet

 -- Jeremy Bícha <jbicha@ubuntu.com>  Wed, 06 Sep 2023 15:34:13 -0400

gnome-shell (45~beta.1-0ubuntu2) mantic; urgency=medium

  [ Jeremy Bícha ]
  * Don't Build-Depend on gtk3
  * debian/control.in: Depend on gir1.2-webkit-6.0 instead of 4.1

  [ Marco Trevisan (Treviño) ]
  * debian/ubuntu.json: Prefer light color scheme
  * debian/patches: Cherry-pick patches from upstream main branch
  * debian/control: Recommends more recent version of yaru theme

 -- Marco Trevisan (Treviño) <marco@ubuntu.com>  Mon, 28 Aug 2023 23:49:34 +0200

gnome-shell (45~beta.1-0ubuntu1) mantic; urgency=medium

  [ Jeremy Bícha ]
  * New upstream release
  * Build with mutter 45 beta
  * debian/rules: Drop obsolete configure flag
  * debian/gnome-shell.install: gnome-shell-perf-tool -> gnome-shell-test-tool
  * Refresh patches
  * Drop patch to use "Favorite" instead of "Pin"

  [ Marco Trevisan (Treviño) ]
  * debian/patches: Make desktop detection to work with ESM modules
  * debian/patches: Handle loading of multiple yaru variants again
  * debian/patches: Cherry-pick various upstream fixes

 -- Marco Trevisan (Treviño) <marco@ubuntu.com>  Fri, 18 Aug 2023 01:12:53 +0200

gnome-shell (44.5-2) unstable; urgency=medium

  * Team upload
  * d/patches: Update to upstream gnome-44 branch commit 44.5-1-g958616fd1
    - d/p/overview-Handle-unredirection-in-OverviewShown-state-mach.patch:
      Improve performance for most full-screen applications by ensuring
      that a fast-path for them stays enabled (mutter#2994)

 -- Simon McVittie <smcv@debian.org>  Wed, 27 Sep 2023 14:11:21 +0100

gnome-shell (44.5-1) unstable; urgency=high

  * Team upload
  * New upstream release
    - Fix exposing window previews on lock screen via keyboard shortcuts
      (Closes: #1052067, CVE-2023-43090, gnome-shell#6990)
    - Improve handling of latched vs. locked modes in on-screen keyboard
      (gnome-shell#5763)
    - Reverse slider direction in RTL locales (gnome-shell#5107)
    - Add missing environment variables required to launch ibus-daemon
      (gnome-shell#6998)
    - Translation updates

 -- Simon McVittie <smcv@debian.org>  Sun, 17 Sep 2023 13:50:52 +0100

gnome-shell (44.4-1) unstable; urgency=medium

  * New upstream release
  * Drop 5 patches applied in new release
  * debian/gbp.conf, debian/watch: Branch for trixie

 -- Jeremy Bícha <jbicha@ubuntu.com>  Fri, 01 Sep 2023 11:13:37 -0400

gnome-shell (44.3-1ubuntu1) mantic; urgency=medium

  * Merge with Debian (LP: #2026586). Remaining changes:
    - Add some Recommends:
      + ubuntu-session (| gnome-session) to have the ubuntu session available
      + ubuntu-wallpapers
      + xserver-xorg-legacy
      + yaru-theme-gnome-shell for the default ubuntu theming
    - Move some Recommends to Suggests:
      + chrome-gnome-shell
      + gnome-backgrounds
    - Update debian/gbp.conf with Ubuntu settings
    - debian/ubuntu-session-mods/ubuntu.json: Use Yaru's gnome-shell icons
    - debian/patches: Do not hang & crash if fingerprint service fails to start
      (LP: #1962566)
    - ubuntu/desktop_detect.patch:
      + add caching for desktop detection to avoid querying the current
        desktop env variable as iterate through the list each time. For the
        time of the Shell process, we can expect this env variable to stay
        stable.
    - ubuntu/lightdm-user-switching.patch:
      + Allow user switching when using LightDM.
    - ubuntu/lock_on_suspend.patch
      + Respect Ubuntu's lock-on-suspend setting.
    - ubuntu/background_login.patch
      + Change default background color as we modified the default GDM color
        for our ubuntu session.
    - ubuntu/gdm_alternatives.patch
      + Add support for GDM3 theme alternatives
    - main-show-an-error-message-on-gnome-shell-crash.patch,
      global-make-possible-to-set-debug-flags-dynamically.patch,
      main-increase-the-granularity-of-backtraces-in-SHELL_DEBU.patch,
      main-add-backtrace-crashes-all-and-backtrace-all.patch,
      sessionMode-add-support-for-debugFlags-parameter.patch:
      + Improve debug JS tracing for crash reports
    - ubuntu/smarter_alt_tab.patch:
      + quick alt-tab (without showing up the switcher) switch only between
        the last window of the last 2 applications to be focused instead of
        raising all windows of those apps.
    - magnifier-Show-cursor-when-magnifier-is-enabled-and-scale.patch:
      + Show monitor scaled cursor when magnifier is enabled
    - ubuntu/search-call-XUbuntuCancel-method-on-providers-when-no-dat.patch:
      + stop searches when requested from UI
    - magnifier-Show-cursor-when-magnifier-is-enabled-and-scale.patch
    - u/search-call-XUbuntuCancel-method-on-providers-when-no-dat.patch
    - ubuntu/resolve_alternate_theme_path.patch
    - ubuntu/secure_mode_extension.patch
    - ubuntu/keep-ubuntu-logo-bright-lp1867133-v1.patch
    - ubuntu/configure_login_screen.patch
    - ubuntu/layout-Make-starting-in-the-overview-optional.patch:
      + Makes dock replace overview easier
    - ubuntu/layout-Try-to-allocate-before-getting-size-of-tracke.patch:
      + Ensure windows don't get maximized under the panels / dock
    - debian/patches: Compute system background color from theme (LP: #1965727)
    - ubuntu/configure-login-screen.patch: Use bg color for initial system bg
      (LP: #1965727)
    - debian/patches: Ensure St.Entry's `selected-color` CSS property is
      honored (LP: #1878998)
    - ubuntu/support-loading-Yaru-variants: Handle dark/light variants better
    - d/p/use-favorites-strings: Only apply this to ubuntu session
    - debian/patches: Support configuring icons resource to use for mode
    - Revert-st-Apply-css-foreground-color-to-text-as-a-PangoAt.patch:
      + Ensure selected-text foreground color is preserved
    - ubuntu/sessionMode-Add-support-for-configuring-an-icons-resource.patch:
      + Support loading iconsResourceName from session file
    - ubuntu/main-Support-loading-multiple-Yaru-theme-variants.patch,
    - ubuntu/darkMode-Add-support-to-Yaru-theme-color-variants.patch:
      + Support loading Yaru theme variants (for accent color)
    - ubuntu/Revert-dash-Use-pin-instead-of-favorites
    - ubuntu/shell-global-util-Do-not-move-snap-apps-to-gnome-apps-sco.patch

 -- Jeremy Bícha <jbicha@ubuntu.com>  Fri, 07 Jul 2023 09:33:58 -0400

gnome-shell (44.3-1) experimental; urgency=medium

  * New upstream release

 -- Jeremy Bícha <jbicha@ubuntu.com>  Fri, 07 Jul 2023 09:32:03 -0400

gnome-shell (44.2-1ubuntu1) mantic; urgency=medium

  * Merge with Debian (LP: #2022961). Remaining changes:
    - Add some Recommends:
      + ubuntu-session (| gnome-session) to have the ubuntu session available
      + ubuntu-wallpapers
      + xserver-xorg-legacy
      + yaru-theme-gnome-shell for the default ubuntu theming
    - Move some Recommends to Suggests:
      + chrome-gnome-shell
      + gnome-backgrounds
    - Update debian/gbp.conf with Ubuntu settings
    - debian/ubuntu-session-mods/ubuntu.json: Use Yaru's gnome-shell icons
    - debian/patches: Do not hang & crash if fingerprint service fails to start
      (LP: #1962566)
    - ubuntu/desktop_detect.patch:
      + add caching for desktop detection to avoid querying the current
        desktop env variable as iterate through the list each time. For the
        time of the Shell process, we can expect this env variable to stay
        stable.
    - ubuntu/lightdm-user-switching.patch:
      + Allow user switching when using LightDM.
    - ubuntu/lock_on_suspend.patch
      + Respect Ubuntu's lock-on-suspend setting.
    - ubuntu/background_login.patch
      + Change default background color as we modified the default GDM color
        for our ubuntu session.
    - ubuntu/gdm_alternatives.patch
      + Add support for GDM3 theme alternatives
    - main-show-an-error-message-on-gnome-shell-crash.patch,
      global-make-possible-to-set-debug-flags-dynamically.patch,
      main-increase-the-granularity-of-backtraces-in-SHELL_DEBU.patch,
      main-add-backtrace-crashes-all-and-backtrace-all.patch,
      sessionMode-add-support-for-debugFlags-parameter.patch:
      + Improve debug JS tracing for crash reports
    - ubuntu/smarter_alt_tab.patch:
      + quick alt-tab (without showing up the switcher) switch only between
        the last window of the last 2 applications to be focused instead of
        raising all windows of those apps.
    - magnifier-Show-cursor-when-magnifier-is-enabled-and-scale.patch:
      + Show monitor scaled cursor when magnifier is enabled
    - ubuntu/search-call-XUbuntuCancel-method-on-providers-when-no-dat.patch:
      + stop searches when requested from UI
    - magnifier-Show-cursor-when-magnifier-is-enabled-and-scale.patch
    - u/search-call-XUbuntuCancel-method-on-providers-when-no-dat.patch
    - ubuntu/resolve_alternate_theme_path.patch
    - ubuntu/secure_mode_extension.patch
    - ubuntu/keep-ubuntu-logo-bright-lp1867133-v1.patch
    - ubuntu/configure_login_screen.patch
    - ubuntu/layout-Make-starting-in-the-overview-optional.patch:
      + Makes dock replace overview easier
    - ubuntu/layout-Try-to-allocate-before-getting-size-of-tracke.patch:
      + Ensure windows don't get maximized under the panels / dock
    - debian/patches: Compute system background color from theme (LP: #1965727)
    - ubuntu/configure-login-screen.patch: Use bg color for initial system bg
      (LP: #1965727)
    - debian/patches: Ensure St.Entry's `selected-color` CSS property is
      honored (LP: #1878998)
    - ubuntu/support-loading-Yaru-variants: Handle dark/light variants better
    - d/p/use-favorites-strings: Only apply this to ubuntu session
    - debian/patches: Support configuring icons resource to use for mode
    - Revert-st-Apply-css-foreground-color-to-text-as-a-PangoAt.patch:
      + Ensure selected-text foreground color is preserved
    - ubuntu/sessionMode-Add-support-for-configuring-an-icons-resource.patch:
      + Support loading iconsResourceName from session file
    - ubuntu/main-Support-loading-multiple-Yaru-theme-variants.patch,
    - ubuntu/darkMode-Add-support-to-Yaru-theme-color-variants.patch:
      + Support loading Yaru theme variants (for accent color)
    - ubuntu/Revert-dash-Use-pin-instead-of-favorites
    - ubuntu/shell-global-util-Do-not-move-snap-apps-to-gnome-apps-sco.patch

 -- Jeremy Bícha <jbicha@ubuntu.com>  Mon, 05 Jun 2023 12:59:17 -0400

gnome-shell (44.2-1) experimental; urgency=medium

  * New upstream release
  * debian/control.in: Bump minimum mutter to 44.2

 -- Jeremy Bícha <jbicha@ubuntu.com>  Mon, 05 Jun 2023 12:58:02 -0400

gnome-shell (44.1-1ubuntu1) mantic; urgency=medium

  * Merge with Debian (LP: #2020277, LP: #1968383, LP: #1968390, LP: #2016007)
  * Remaining changes:
    - Add some Recommends:
      + ubuntu-session (| gnome-session) to have the ubuntu session available
      + ubuntu-wallpapers
      + xserver-xorg-legacy
      + yaru-theme-gnome-shell for the default ubuntu theming
    - Move some Recommends to Suggests:
      + chrome-gnome-shell
      + gnome-backgrounds
    - Update debian/gbp.conf with Ubuntu settings
    - debian/ubuntu-session-mods/ubuntu.json: Use Yaru's gnome-shell icons
    - debian/patches: Do not hang & crash if fingerprint service fails to start
      (LP: #1962566)
    - ubuntu/desktop_detect.patch:
      + add caching for desktop detection to avoid querying the current
        desktop env variable as iterate through the list each time. For the
        time of the Shell process, we can expect this env variable to stay
        stable.
    - ubuntu/lightdm-user-switching.patch:
      + Allow user switching when using LightDM.
    - ubuntu/lock_on_suspend.patch
      + Respect Ubuntu's lock-on-suspend setting.
    - ubuntu/background_login.patch
      + Change default background color as we modified the default GDM color
        for our ubuntu session.
    - ubuntu/gdm_alternatives.patch
      + Add support for GDM3 theme alternatives
    - main-show-an-error-message-on-gnome-shell-crash.patch,
      global-make-possible-to-set-debug-flags-dynamically.patch,
      main-increase-the-granularity-of-backtraces-in-SHELL_DEBU.patch,
      main-add-backtrace-crashes-all-and-backtrace-all.patch,
      sessionMode-add-support-for-debugFlags-parameter.patch:
      + Improve debug JS tracing for crash reports
    - ubuntu/smarter_alt_tab.patch:
      + quick alt-tab (without showing up the switcher) switch only between
        the last window of the last 2 applications to be focused instead of
        raising all windows of those apps.
    - magnifier-Show-cursor-when-magnifier-is-enabled-and-scale.patch:
      + Show monitor scaled cursor when magnifier is enabled
    - ubuntu/search-call-XUbuntuCancel-method-on-providers-when-no-dat.patch:
      + stop searches when requested from UI
    - magnifier-Show-cursor-when-magnifier-is-enabled-and-scale.patch
    - u/search-call-XUbuntuCancel-method-on-providers-when-no-dat.patch
    - ubuntu/resolve_alternate_theme_path.patch
    - ubuntu/secure_mode_extension.patch
    - ubuntu/keep-ubuntu-logo-bright-lp1867133-v1.patch
    - ubuntu/configure_login_screen.patch
    - ubuntu/layout-Make-starting-in-the-overview-optional.patch:
      + Makes dock replace overview easier
    - ubuntu/layout-Try-to-allocate-before-getting-size-of-tracke.patch:
      + Ensure windows don't get maximized under the panels / dock
    - debian/patches: Compute system background color from theme (LP: #1965727)
    - ubuntu/configure-login-screen.patch: Use bg color for initial system bg
      (LP: #1965727)
    - debian/patches: Ensure St.Entry's `selected-color` CSS property is
      honored (LP: #1878998)
    - ubuntu/support-loading-Yaru-variants: Handle dark/light variants better
    - d/p/use-favorites-strings: Only apply this to ubuntu session
    - debian/patches: Support configuring icons resource to use for mode
    - Revert-st-Apply-css-foreground-color-to-text-as-a-PangoAt.patch:
      + Ensure selected-text foreground color is preserved
    - ubuntu/sessionMode-Add-support-for-configuring-an-icons-resource.patch:
      + Support loading iconsResourceName from session file
    - ubuntu/main-Support-loading-multiple-Yaru-theme-variants.patch,
    - ubuntu/darkMode-Add-support-to-Yaru-theme-color-variants.patch:
      + Support loading Yaru theme variants (for accent color)
    - ubuntu/Revert-dash-Use-pin-instead-of-favorites
    - ubuntu/shell-global-util-Do-not-move-snap-apps-to-gnome-apps-sco.patch

 -- Jeremy Bícha <jbicha@ubuntu.com>  Sun, 21 May 2023 16:52:00 -0400

gnome-shell (44.1-1) experimental; urgency=medium

  [ Jarred Wilson ]
  * New upstream release
  * Drop patches applied in new release
  * Rebase patches

  [ Jeremy Bicha ]
  * Drop patch to ensure tray icons windows are shown: applied in new release
  * debian/control.in: Bump minimum mutter to 44.1

 -- Jarred Wilson <jarred.wilson@canonical.com>  Sun, 21 May 2023 12:50:23 -0400

gnome-shell (44.0-2ubuntu3) lunar; urgency=medium

  * Cherry-pick fix for installing extensions (LP: #2013073)
  * Add proposed patch to fix running gnome-shell on RISC-V (LP: #2012068)

 -- Jeremy Bicha <jbicha@ubuntu.com>  Fri, 31 Mar 2023 10:18:23 -0400

gnome-shell (44.0-2ubuntu2) lunar; urgency=medium

  * debian/patches: Cherry-pick more upstream fixes from stable branch
  * debian/patches: Give more priority to desktop files matching startup-wm
    class (LP: #2012645)
  * debian/patches: Do not move snap apps to GNOME apps scope (LP: #2011806)

 -- Marco Trevisan (Treviño) <marco@ubuntu.com>  Mon, 27 Mar 2023 21:19:20 +0200

gnome-shell (44.0-2ubuntu1) lunar; urgency=medium

  * Merge with debian, containing a new upstream release
  * debian/patches: Reload shell theme on color scheme changes
  * debian/patches: Do not crash on st settings updates (LP: #2012021)
  * debian/patches: Refresh
  * Remaining changes with debian:
    - Add some Recommends:
      + ubuntu-session (| gnome-session) to have the ubuntu session available
      + ubuntu-wallpapers
      + xserver-xorg-legacy
      + yaru-theme-gnome-shell for the default ubuntu theming
    - Move some Recommends to Suggests:
      + chrome-gnome-shell
      + gnome-backgrounds
    - Update debian/gbp.conf with Ubuntu settings
    - debian/ubuntu-session-mods/ubuntu.json: Use Yaru's gnome-shell icons
    - debian/patches: Do not hang & crash if fingerprint service fails to start
      (LP: #1962566)
    - ubuntu/desktop_detect.patch:
      + add caching for desktop detection to avoid querying the current
        desktop env variable as iterate through the list each time. For the
        time of the Shell process, we can expect this env variable to stay
        stable.
    - ubuntu/lightdm-user-switching.patch:
      + Allow user switching when using LightDM.
    - ubuntu/lock_on_suspend.patch
      + Respect Ubuntu's lock-on-suspend setting.
    - ubuntu/background_login.patch
      + Change default background color as we modified the default GDM color
        for our ubuntu session.
    - ubuntu/gdm_alternatives.patch
      + Add support for GDM3 theme alternatives
    - main-show-an-error-message-on-gnome-shell-crash.patch,
      global-make-possible-to-set-debug-flags-dynamically.patch,
      main-increase-the-granularity-of-backtraces-in-SHELL_DEBU.patch,
      main-add-backtrace-crashes-all-and-backtrace-all.patch,
      sessionMode-add-support-for-debugFlags-parameter.patch:
      + Improve debug JS tracing for crash reports
    - ubuntu/smarter_alt_tab.patch:
      + quick alt-tab (without showing up the switcher) switch only between
        the last window of the last 2 applications to be focused instead of
        raising all windows of those apps.
    - magnifier-Show-cursor-when-magnifier-is-enabled-and-scale.patch:
      + Show monitor scaled cursor when magnifier is enabled
    - ubuntu/search-call-XUbuntuCancel-method-on-providers-when-no-dat.patch:
      + stop searches when requested from UI
    - magnifier-Show-cursor-when-magnifier-is-enabled-and-scale.patch
    - u/search-call-XUbuntuCancel-method-on-providers-when-no-dat.patch
    - ubuntu/resolve_alternate_theme_path.patch
    - ubuntu/secure_mode_extension.patch
    - ubuntu/keep-ubuntu-logo-bright-lp1867133-v1.patch
    - ubuntu/configure_login_screen.patch
    - ubuntu/layout-Make-starting-in-the-overview-optional.patch:
      + Makes dock replace overview easier
    - ubuntu/layout-Try-to-allocate-before-getting-size-of-tracke.patch:
      + Ensure windows don't get maximized under the panels / dock
    - debian/patches: Compute system background color from theme (LP: #1965727)
    - ubuntu/configure-login-screen.patch: Use bg color for initial system bg
      (LP: #1965727)
    - debian/patches: Ensure St.Entry's `selected-color` CSS property is
      honored (LP: #1878998)
    - ubuntu/support-loading-Yaru-variants: Handle dark/light variants better
    - d/p/use-favorites-strings: Only apply this to ubuntu session
    - debian/patches: Support configuring icons resource to use for mode
    - Revert-st-Apply-css-foreground-color-to-text-as-a-PangoAt.patch:
      + Ensure selected-text foreground color is preserved
    - ubuntu/sessionMode-Add-support-for-configuring-an-icons-resource.patch:
      + Support loading iconsResourceName from session file
    - ubuntu/main-Support-loading-multiple-Yaru-theme-variants.patch,
    - ubuntu/darkMode-Add-support-to-Yaru-theme-color-variants.patch:
      + Support loading Yaru theme variants (for accent color)
    - ubuntu/Revert-dash-Use-pin-instead-of-favorites

 -- Marco Trevisan (Treviño) <marco@ubuntu.com>  Tue, 21 Mar 2023 05:41:22 +0100

gnome-shell (44.0-2) experimental; urgency=medium

  * debian/control: Bump dependency on mutter 44

 -- Marco Trevisan (Treviño) <marco@ubuntu.com>  Tue, 21 Mar 2023 05:37:22 +0100

gnome-shell (44.0-1) experimental; urgency=medium

  * New upstream release
  * debian/patches: Refresh
  * debian/patches: Cherry-pick upstream fixes
  * debian/rules: Create a cache home folder for dconf

 -- Marco Trevisan (Treviño) <marco@ubuntu.com>  Tue, 21 Mar 2023 05:20:26 +0100

gnome-shell (44~rc-1ubuntu2) lunar; urgency=medium

  * d/ubuntu-session-mods/ubuntu: Add Tiling Assistant as built-in extension
    This will ensure that if the extension is installed, it can be enabled from
    settings, without having to enable all the user extensions.
    It doesn't imply a shell dependency on it.

 -- Marco Trevisan (Treviño) <marco@ubuntu.com>  Thu, 16 Mar 2023 00:17:02 +0100

gnome-shell (44~rc-1ubuntu1) lunar; urgency=medium

  [ Jeremy Bicha ]
  * Merge with Debian. Remaining differences:
    - Add some Recommends:
      + ubuntu-session (| gnome-session) to have the ubuntu session available
      + ubuntu-wallpapers
      + xserver-xorg-legacy
      + yaru-theme-gnome-shell for the default ubuntu theming
    - Move some Recommends to Suggests:
      + chrome-gnome-shell
      + gnome-backgrounds
    - Update debian/gbp.conf with Ubuntu settings
    - debian/ubuntu-session-mods/ubuntu.json: Use Yaru's gnome-shell icons
    - debian/patches: Do not hang & crash if fingerprint service fails to start
      (LP: #1962566)
    - ubuntu/desktop_detect.patch:
      + add caching for desktop detection to avoid querying the current
        desktop env variable as iterate through the list each time. For the
        time of the Shell process, we can expect this env variable to stay
        stable.
    - ubuntu/lightdm-user-switching.patch:
      + Allow user switching when using LightDM.
    - ubuntu/lock_on_suspend.patch
      + Respect Ubuntu's lock-on-suspend setting.
    - ubuntu/background_login.patch
      + Change default background color as we modified the default GDM color
        for our ubuntu session.
    - ubuntu/gdm_alternatives.patch
      + Add support for GDM3 theme alternatives
    - main-show-an-error-message-on-gnome-shell-crash.patch,
      global-make-possible-to-set-debug-flags-dynamically.patch,
      main-increase-the-granularity-of-backtraces-in-SHELL_DEBU.patch,
      main-add-backtrace-crashes-all-and-backtrace-all.patch,
      sessionMode-add-support-for-debugFlags-parameter.patch:
      + Improve debug JS tracing for crash reports
    - ubuntu/smarter_alt_tab.patch:
      + quick alt-tab (without showing up the switcher) switch only between
        the last window of the last 2 applications to be focused instead of
        raising all windows of those apps.
    - magnifier-Show-cursor-when-magnifier-is-enabled-and-scale.patch:
      + Show monitor scaled cursor when magnifier is enabled
    - ubuntu/search-call-XUbuntuCancel-method-on-providers-when-no-dat.patch:
      + stop searches when requested from UI
    - magnifier-Show-cursor-when-magnifier-is-enabled-and-scale.patch
    - u/search-call-XUbuntuCancel-method-on-providers-when-no-dat.patch
    - ubuntu/resolve_alternate_theme_path.patch
    - ubuntu/secure_mode_extension.patch
    - ubuntu/keep-ubuntu-logo-bright-lp1867133-v1.patch
    - ubuntu/configure_login_screen.patch
    - ubuntu/layout-Make-starting-in-the-overview-optional.patch:
      + Makes dock replace overview easier
    - ubuntu/layout-Try-to-allocate-before-getting-size-of-tracke.patch:
      + Ensure windows don't get maximized under the panels / dock
    - debian/patches: Compute system background color from theme (LP: #1965727)
    - ubuntu/configure-login-screen.patch: Use bg color for initial system bg
      (LP: #1965727)
    - debian/patches: Ensure St.Entry's `selected-color` CSS property is
      honored (LP: #1878998)
    - ubuntu/support-loading-Yaru-variants: Handle dark/light variants better
    - d/p/use-favorites-strings: Only apply this to ubuntu session
    - debian/patches: Support configuring icons resource to use for mode
    - Revert-st-Apply-css-foreground-color-to-text-as-a-PangoAt.patch:
      + Ensure selected-text foreground color is preserved
    - ubuntu/sessionMode-Add-support-for-configuring-an-icons-resource.patch:
      + Support loading iconsResourceName from session file
    - ubuntu/main-Support-loading-multiple-Yaru-theme-variants.patch,
    - ubuntu/darkMode-Add-support-to-Yaru-theme-color-variants.patch:
      + Support loading Yaru theme variants (for accent color)
    - ubuntu/Revert-dash-Use-pin-instead-of-favorites
  * Don't ignore test failures

  [ Marco Trevisan (Treviño) ]
  * Refresh patches

 -- Jeremy Bicha <jbicha@ubuntu.com>  Tue, 14 Mar 2023 13:35:25 -0400

gnome-shell (44~rc-1) experimental; urgency=medium

  [ Jeremy Bicha ]
  * New upstream release
  * Refresh patch
  * debian/control.in: Update dependencies for completion of gtk3->gtk4 switch
  * debian/control.in: Bump minimum mutter to 44~rc
  * Temporarily ignore build test failures

  [ Marco Trevisan (Treviño) ]
  * debian/control: Add breaks on extensions known to be broken by 44.rc
  * debian/control: Set explicit gnomedesktop-4 dependency version
  * debian/patch: Add patch to ensure tray icons windows are shown

 -- Marco Trevisan (Treviño) <marco@ubuntu.com>  Wed, 08 Mar 2023 02:59:16 +0100

gnome-shell (44~beta-1ubuntu1) lunar; urgency=medium

  [ Jeremy Bicha ]
  * Merge with Debian, containing new upstream release:
    - Do not deference symlinks when uninstalling an extension (LP: #1998529)
  * Remaining changes with debian:
    - Add some Recommends:
      + ubuntu-session (| gnome-session) to have the ubuntu session available
      + ubuntu-wallpapers
      + xserver-xorg-legacy
      + yaru-theme-gnome-shell for the default ubuntu theming
    - Move some Recommends to Suggests:
      + chrome-gnome-shell
      + gnome-backgrounds
    - Update debian/gbp.conf with Ubuntu settings
    - debian/ubuntu-session-mods/ubuntu.json: Use Yaru's gnome-shell icons
    - debian/patches: Do not hang & crash if fingerprint service fails to start
      (LP: #1962566)
    - ubuntu/desktop_detect.patch:
      + add caching for desktop detection to avoid querying the current
        desktop env variable as iterate through the list each time. For the
        time of the Shell process, we can expect this env variable to stay
        stable.
    - ubuntu/lightdm-user-switching.patch:
      + Allow user switching when using LightDM.
    - ubuntu/lock_on_suspend.patch
      + Respect Ubuntu's lock-on-suspend setting.
    - ubuntu/background_login.patch
      + Change default background color as we modified the default GDM color
        for our ubuntu session.
    - ubuntu/gdm_alternatives.patch
      + Add support for GDM3 theme alternatives
    - main-show-an-error-message-on-gnome-shell-crash.patch,
      global-make-possible-to-set-debug-flags-dynamically.patch,
      main-increase-the-granularity-of-backtraces-in-SHELL_DEBU.patch,
      main-add-backtrace-crashes-all-and-backtrace-all.patch,
      sessionMode-add-support-for-debugFlags-parameter.patch:
      + Improve debug JS tracing for crash reports
    - ubuntu/smarter_alt_tab.patch:
      + quick alt-tab (without showing up the switcher) switch only between
        the last window of the last 2 applications to be focused instead of
        raising all windows of those apps.
    - magnifier-Show-cursor-when-magnifier-is-enabled-and-scale.patch:
      + Show monitor scaled cursor when magnifier is enabled
    - ubuntu/search-call-XUbuntuCancel-method-on-providers-when-no-dat.patch:
      + stop searches when requested from UI
    - magnifier-Show-cursor-when-magnifier-is-enabled-and-scale.patch
    - u/search-call-XUbuntuCancel-method-on-providers-when-no-dat.patch
    - ubuntu/resolve_alternate_theme_path.patch
    - ubuntu/secure_mode_extension.patch
    - ubuntu/keep-ubuntu-logo-bright-lp1867133-v1.patch
    - ubuntu/configure_login_screen.patch
    - ubuntu/layout-Make-starting-in-the-overview-optional.patch:
      + Makes dock replace overview easier
    - ubuntu/layout-Try-to-allocate-before-getting-size-of-tracke.patch:
      + Ensure windows don't get maximized under the panels / dock
    - debian/patches: Compute system background color from theme (LP: #1965727)
    - ubuntu/configure-login-screen.patch: Use bg color for initial system bg
      (LP: #1965727)
    - debian/patches: Ensure St.Entry's `selected-color` CSS property is
      honored (LP: #1878998)
    - ubuntu/support-loading-Yaru-variants: Handle dark/light variants better
    - d/p/use-favorites-strings: Only apply this to ubuntu session
    - debian/patches: Support configuring icons resource to use for mode
    - Revert-st-Apply-css-foreground-color-to-text-as-a-PangoAt.patch:
      + Ensure selected-text foreground color is preserved
    - ubuntu/sessionMode-Add-support-for-configuring-an-icons-resource.patch:
      + Support loading iconsResourceName from session file
    - ubuntu/main-Support-loading-multiple-Yaru-theme-variants.patch,
    - ubuntu/darkMode-Add-support-to-Yaru-theme-color-variants.patch:
      + Support loading Yaru theme variants (for accent color)
    - ubuntu/Revert-dash-Use-pin-instead-of-favorites
    * Rebase patches
    * Drop main-Avoid-meta-finalize.patch: maybe not needed any more
    * Fix typo in patch

  [ Marco Trevisan (Treviño) ]
  * debian/patches: Ensure GSETTINGS_SCHEMA_DIR is honored in tests
  * debian/patches/ubuntu: Fix description typos to mute lintian

 -- Marco Trevisan (Treviño) <marco@ubuntu.com>  Fri, 24 Feb 2023 06:29:15 +0100

gnome-shell (44~beta-1) experimental; urgency=medium

  * New upstream release
  * Drop translation patches: applied in new release
  * Bump mutter dependency to 44~beta
  * Update install files
  * Build-Depend on mutter-12-tests instead of libmutter-test-12
  * Build-Depend on gir1.2-nma-1.0 for build tests
  * Temporarily disable change to make test warnings fail the build

 -- Jeremy Bicha <jbicha@ubuntu.com>  Fri, 17 Feb 2023 18:10:36 -0500

gnome-shell (43.3-1) unstable; urgency=medium

  * Team upload
  * New upstream release
    - Don't dereference symlinks when deleting extensions
      (GNOME/gnome-shell#6182, which can be a data loss bug)
    - Fix windows disappearing from Alt+Tab if their title changes at
      just the wrong time (GNOME/gnome-shell#6385)
    - Log warnings on invalid state transitions (GNOME/gnome-shell#4561)
    - Fix some memory leaks in gdm (GNOME/gnome-shell#6395)
    - gnome-extensions tool: Fix the ability to enable and disable
      extensions while GNOME is installed but not running
      (GNOME/gnome-shell#6127)
    - Silence compiler warnings with newer GLib (GNOME/gnome-shell!2625)
    - Add precondition checks to prevent some crashes
      (GNOME/gnome-shell!2622)
    - Provide context to IBus input method when the surrounding text
      becomes empty (GNOME/gnome-shell#5895)
    - Avoid warnings with audio streams on a device not corresponding
      to a sound card, such as network sinks (GNOME/gnome-shell!2616)
    - Avoid some strings being untranslatable by working around an xgettext
      bug (GNOME/gnome-shell#5280)
    - Fix drag-and-drop in the dash when animations are disabled
      (GNOME/gnome-shell!2604)
    - Avoid warnings when dragging an app from the dash to the grid
      (GNOME/gnome-shell#6317)
    - Save screencasts to home directory if the Videos directory has been
      deleted, instead of failing to record (GNOME/gnome-shell!2594)
    - Make Shell less susceptible to the OOM-killer, since it is required
      for basic functionality of desktops that use it
      (GNOME/gnome-shell!2582)
  * d/patches: Drop patches that were applied upstream
  * d/patches: Add translation updates from upstream:
    fi, id, ka, pt, sv, tr, uk
  * d/control.in, d/gbp.conf, d/watch: Set up branches for 43.x in bookworm.
    This leaves the default branch available for GNOME 44 betas in
    experimental and Ubuntu.

 -- Simon McVittie <smcv@debian.org>  Wed, 15 Feb 2023 17:02:45 +0000

gnome-shell (43.2-2) unstable; urgency=medium

  * Team upload
  * d/patches: Sort closest-to-upstream first
  * d/patches: Update to upstream gnome-43 branch commit 43.2-8-ga1b834297
    - Ensure that buttons in quick settings menu are aligned to pixel grid
    - Translation updates: ab, en_GB, ie, ka, ru
  * Update standards version to 4.6.2 (no changes needed)

 -- Simon McVittie <smcv@debian.org>  Sun, 29 Jan 2023 15:26:02 +0000

gnome-shell (43.2-1ubuntu1) lunar; urgency=medium

  * Merge with Debian. Remaining changes:
    - Add some Recommends:
      + ubuntu-session (| gnome-session) to have the ubuntu session available
      + ubuntu-wallpapers
      + xserver-xorg-legacy
      + yaru-theme-gnome-shell for the default ubuntu theming
    - Move some Recommends to Suggests:
      + chrome-gnome-shell
      + gnome-backgrounds
    - Update debian/gbp.conf with Ubuntu settings
    - debian/ubuntu-session-mods/ubuntu.json: Use Yaru's gnome-shell icons
    - debian/patches: Do not hang & crash if fingerprint service fails to start
      (LP: #1962566)
    - ubuntu/desktop_detect.patch:
      + add caching for desktop detection to avoid querying the current
        desktop env variable as iterate through the list each time. For the
        time of the Shell process, we can expect this env variable to stay
        stable.
    - ubuntu/lightdm-user-switching.patch:
      + Allow user switching when using LightDM.
    - ubuntu/lock_on_suspend.patch
      + Respect Ubuntu's lock-on-suspend setting.
    - ubuntu/background_login.patch
      + Change default background color as we modified the default GDM color
        for our ubuntu session.
    - ubuntu/gdm_alternatives.patch
      + Add support for GDM3 theme alternatives
    - main-show-an-error-message-on-gnome-shell-crash.patch,
      global-make-possible-to-set-debug-flags-dynamically.patch,
      main-increase-the-granularity-of-backtraces-in-SHELL_DEBU.patch,
      main-add-backtrace-crashes-all-and-backtrace-all.patch,
      sessionMode-add-support-for-debugFlags-parameter.patch:
      + Improve debug JS tracing for crash reports
    - ubuntu/smarter_alt_tab.patch:
      + quick alt-tab (without showing up the switcher) switch only between
        the last window of the last 2 applications to be focused instead of
        raising all windows of those apps.
    - magnifier-Show-cursor-when-magnifier-is-enabled-and-scale.patch:
      + Show monitor scaled cursor when magnifier is enabled
    - ubuntu/search-call-XUbuntuCancel-method-on-providers-when-no-dat.patch:
      + stop searches when requested from UI
    - magnifier-Show-cursor-when-magnifier-is-enabled-and-scale.patch
    - u/search-call-XUbuntuCancel-method-on-providers-when-no-dat.patch
    - ubuntu/resolve_alternate_theme_path.patch
    - ubuntu/secure_mode_extension.patch
    - ubuntu/keep-ubuntu-logo-bright-lp1867133-v1.patch
    - ubuntu/configure_login_screen.patch
    - ubuntu/layout-Make-starting-in-the-overview-optional.patch:
      + Makes dock replace overview easier
    - ubuntu/layout-Try-to-allocate-before-getting-size-of-tracke.patch:
      + Ensure windows don't get maximized under the panels / dock
    - debian/patches: Compute system background color from theme (LP: #1965727)
    - ubuntu/configure-login-screen.patch: Use bg color for initial system bg
      (LP: #1965727)
    - debian/patches: Ensure St.Entry's `selected-color` CSS property is
      honored (LP: #1878998)
    - ubuntu/support-loading-Yaru-variants: Handle dark/light variants better
    - d/p/use-favorites-strings: Only apply this to ubuntu session
    - debian/patches: Support configuring icons resource to use for mode
    - Revert-st-Apply-css-foreground-color-to-text-as-a-PangoAt.patch:
      + Ensure selected-text foreground color is preserved
    - u/main-Avoid-meta-finalize: Leak gjs context only on ubiquity sessions
      (LP: #1964458)
    - ubuntu/sessionMode-Add-support-for-configuring-an-icons-resource.patch:
      + Support loading iconsResourceName from session file
    - ubuntu/main-Support-loading-multiple-Yaru-theme-variants.patch,
    - ubuntu/darkMode-Add-support-to-Yaru-theme-color-variants.patch:
      + Support loading Yaru theme variants (for accent color)
    - ubuntu/Revert-dash-Use-pin-instead-of-favorites

 -- Jeremy Bicha <jbicha@ubuntu.com>  Tue, 17 Jan 2023 11:13:09 -0500

gnome-shell (43.2-1) unstable; urgency=medium

  * New upstream release (Closes: #1028972)
  * Drop patches applied in new release
  * Cherry-pick fix for screen share window titles

 -- Jeremy Bicha <jbicha@ubuntu.com>  Tue, 17 Jan 2023 11:09:16 -0500

gnome-shell (43.1-2ubuntu1) lunar; urgency=medium

  * Merge with Debian (LP: #1995134, LP: #1997481). Remaining changes:
    - Add some Recommends:
      + ubuntu-session (| gnome-session) to have the ubuntu session available
      + ubuntu-wallpapers
      + xserver-xorg-legacy
      + yaru-theme-gnome-shell for the default ubuntu theming
    - Move some Recommends to Suggests:
      + chrome-gnome-shell
      + gnome-backgrounds
    - Update debian/gbp.conf with Ubuntu settings
    - debian/ubuntu-session-mods/ubuntu.json: Use Yaru's gnome-shell icons
    - debian/patches: Do not hang & crash if fingerprint service fails to start
      (LP: #1962566)
    - ubuntu/desktop_detect.patch:
      + add caching for desktop detection to avoid querying the current
        desktop env variable as iterate through the list each time. For the
        time of the Shell process, we can expect this env variable to stay
        stable.
    - ubuntu/lightdm-user-switching.patch:
      + Allow user switching when using LightDM.
    - ubuntu/lock_on_suspend.patch
      + Respect Ubuntu's lock-on-suspend setting.
    - ubuntu/background_login.patch
      + Change default background color as we modified the default GDM color
        for our ubuntu session.
    - ubuntu/gdm_alternatives.patch
      + Add support for GDM3 theme alternatives
    - main-show-an-error-message-on-gnome-shell-crash.patch,
      global-make-possible-to-set-debug-flags-dynamically.patch,
      main-increase-the-granularity-of-backtraces-in-SHELL_DEBU.patch,
      main-add-backtrace-crashes-all-and-backtrace-all.patch,
      sessionMode-add-support-for-debugFlags-parameter.patch:
      + Improve debug JS tracing for crash reports
    - ubuntu/smarter_alt_tab.patch:
      + quick alt-tab (without showing up the switcher) switch only between
        the last window of the last 2 applications to be focused instead of
        raising all windows of those apps.
    - magnifier-Show-cursor-when-magnifier-is-enabled-and-scale.patch:
      + Show monitor scaled cursor when magnifier is enabled
    - ubuntu/search-call-XUbuntuCancel-method-on-providers-when-no-dat.patch:
      + stop searches when requested from UI
    - magnifier-Show-cursor-when-magnifier-is-enabled-and-scale.patch
    - u/search-call-XUbuntuCancel-method-on-providers-when-no-dat.patch
    - ubuntu/resolve_alternate_theme_path.patch
    - ubuntu/secure_mode_extension.patch
    - ubuntu/keep-ubuntu-logo-bright-lp1867133-v1.patch
    - ubuntu/configure_login_screen.patch
    - ubuntu/layout-Make-starting-in-the-overview-optional.patch:
      + Makes dock replace overview easier
    - ubuntu/layout-Try-to-allocate-before-getting-size-of-tracke.patch:
      + Ensure windows don't get maximized under the panels / dock
    - debian/patches: Compute system background color from theme (LP: #1965727)
    - ubuntu/configure-login-screen.patch: Use bg color for initial system bg
      (LP: #1965727)
    - debian/patches: Ensure St.Entry's `selected-color` CSS property is
      honored (LP: #1878998)
    - ubuntu/support-loading-Yaru-variants: Handle dark/light variants better
    - d/p/use-favorites-strings: Only apply this to ubuntu session
    - debian/patches: Support configuring icons resource to use for mode
    - Revert-st-Apply-css-foreground-color-to-text-as-a-PangoAt.patch:
      + Ensure selected-text foreground color is preserved
    - u/main-Avoid-meta-finalize: Leak gjs context only on ubiquity sessions
      (LP: #1964458)
    - ubuntu/sessionMode-Add-support-for-configuring-an-icons-resource.patch:
      + Support loading iconsResourceName from session file
    - ubuntu/main-Support-loading-multiple-Yaru-theme-variants.patch,
    - ubuntu/darkMode-Add-support-to-Yaru-theme-color-variants.patch:
      + Support loading Yaru theme variants (for accent color)
    - ubuntu/Revert-dash-Use-pin-instead-of-favorites
  * Drop gst_init_check patch: fixed a different way in 43.1

 -- Jeremy Bicha <jbicha@ubuntu.com>  Mon, 19 Sep 2022 14:50:17 -0400

gnome-shell (43.1-2) unstable; urgency=medium

  * Team upload
  * d/.gitignore: Don't ignore patches, overriding upstream .gitignore
  * Move patch reverting gcr4 transition into d/patches/debian subdirectory
  * Add post-release patches from upstream gnome-43 branch
    - Screencast bug fixes
    - Update Russian translation
  * d/control.in: Depend on dbus-daemon instead of dbus for dbus-run-session

 -- Simon McVittie <smcv@debian.org>  Tue, 15 Nov 2022 10:32:15 +0000

gnome-shell (43.1-1) unstable; urgency=medium

  * Team upload

  [ Jeremy Bicha ]
  * debian/source_gnome-shell.py: Don't try to report nonexistent mouse
    gsettings schema

  [ Alban Browaeys ]
  * debian/control.in: Bump minimum gnome-bluetooth3 runtime to 42.3,
    required for AdapterState

  [ Simon McVittie ]
  * New upstream release
  * Update URLs in upstream metadata
  * Update Lintian overrides

  [ Debian Janitor ]
  * Remove constraints unnecessary since buster (oldstable)

 -- Simon McVittie <smcv@debian.org>  Fri, 04 Nov 2022 20:10:13 +0000

gnome-shell (43.0-2) unstable; urgency=medium

  * Release to unstable

 -- Jeremy Bicha <jbicha@ubuntu.com>  Tue, 27 Sep 2022 19:10:41 -0400

gnome-shell (43.0-1ubuntu2) kinetic; urgency=medium

  [ Daniel van Vugt ]
  * Avoid deadlocking in gst_init_check() on startup (LP: #1988488)
gnome-shell (43.0-1ubuntu1) kinetic; urgency=medium

  * Merge with Debian, remaining changes:
    - Replace gnome-backgrounds dep with ubuntu-wallpapers and Suggests
      gnome-themes-standard-data, gnome-backgrounds
    - Add some Recommends:
      + ubuntu-session (| gnome-session) to have the ubuntu session available
      + xserver-xorg-legacy
      + yaru-theme-gnome-shell for the default ubuntu theming
    - Moved some Recommends to Suggests:
      + chrome-gnome-shell
    - Update debian/gbp.conf with Ubuntu settings
    - debian/ubuntu-session-mods/ubuntu.json: Use Yaru's gnome-shell icons
    - debian/patches: Do not hang & crash if fingerprint service fails to start
      (LP: #1962566)
    - ubuntu/desktop_detect.patch:
      + add caching for desktop detection to avoid querying the current
        desktop env variable as iterate through the list each time. For the
        time of the Shell process, we can expect this env variable to stay
        stable.
    - ubuntu/lightdm-user-switching.patch:
      + Allow user switching when using LightDM.
    - ubuntu/lock_on_suspend.patch
      + Respect Ubuntu's lock-on-suspend setting.
    - ubuntu/background_login.patch
      + Change default background color as we modified the default GDM color
        for our ubuntu session.
    - ubuntu/gdm_alternatives.patch
      + Add support for GDM3 theme alternatives
    - main-show-an-error-message-on-gnome-shell-crash.patch,
      global-make-possible-to-set-debug-flags-dynamically.patch,
      main-increase-the-granularity-of-backtraces-in-SHELL_DEBU.patch,
      main-add-backtrace-crashes-all-and-backtrace-all.patch,
      sessionMode-add-support-for-debugFlags-parameter.patch:
      + Improve debug JS tracing for crash reports
    - ubuntu/smarter_alt_tab.patch:
      + quick alt-tab (without showing up the switcher) switch only between
        the last window of the last 2 applications to be focused instead of
        raising all windows of those apps.
    - magnifier-Show-cursor-when-magnifier-is-enabled-and-scale.patch:
      + Show monitor scaled cursor when magnifier is enabled
    - ubuntu/search-call-XUbuntuCancel-method-on-providers-when-no-dat.patch:
      + stop searches when requested from UI
    - magnifier-Show-cursor-when-magnifier-is-enabled-and-scale.patch
    - u/search-call-XUbuntuCancel-method-on-providers-when-no-dat.patch
    - ubuntu/resolve_alternate_theme_path.patch
    - ubuntu/secure_mode_extension.patch
    - ubuntu/keep-ubuntu-logo-bright-lp1867133-v1.patch
    - ubuntu/configure_login_screen.patch
    - ubuntu/layout-Make-starting-in-the-overview-optional.patch:
      + Makes dock replace overview easier
    - ubuntu/layout-Try-to-allocate-before-getting-size-of-tracke.patch:
      + Ensure windows don't get maximized under the panels / dock
    - debian/patches: Compute system background color from theme (LP: #1965727)
    - ubuntu/configure-login-screen.patch: Use bg color for initial system bg
      (LP: #1965727)
    - debian/patches: Ensure St.Entry's `selected-color` CSS property is
      honored (LP: #1878998)
    - ubuntu/support-loading-Yaru-variants: Handle dark/light variants better
    - d/p/use-favorites-strings: Only apply this to ubuntu session
    - debian/patches: Support configuring icons resource to use for mode
    - Revert-st-Apply-css-foreground-color-to-text-as-a-PangoAt.patch:
      + Ensure selected-text foreground color is preserved
    - u/main-Avoid-meta-finalize: Leak gjs context only on ubiquity sessions
      (LP: #1964458)
    - ubuntu/sessionMode-Add-support-for-configuring-an-icons-resource.patch:
      + Support loading iconsResourceName from session file
    - ubuntu/main-Support-loading-multiple-Yaru-theme-variants.patch,
    - ubuntu/darkMode-Add-support-to-Yaru-theme-color-variants.patch:
      + Support loading Yaru theme variants (for accent color)
    - ubuntu/Revert-dash-Use-pin-instead-of-favorites

 -- Jeremy Bicha <jbicha@ubuntu.com>  Mon, 19 Sep 2022 14:50:17 -0400

gnome-shell (43.0-1) experimental; urgency=medium

  * Team upload
  * New upstream release
  * d/control.in: Bump minimum mutter version to 43.0 release
  * d/p/quick-settings-Add-ellipses-to-Log-Out-string.patch:
    Drop, applied upstream
  * Standards-Version: 4.6.1 (no changes required)

 -- Simon McVittie <smcv@debian.org>  Sun, 18 Sep 2022 20:02:40 +0100

gnome-shell (43~rc-1ubuntu2) kinetic; urgency=medium

  * Suggest instead of depend on gnome-backgrounds

 -- Jeremy Bicha <jbicha@ubuntu.com>  Thu, 08 Sep 2022 21:27:52 -0400

gnome-shell (43~rc-1ubuntu1) kinetic; urgency=medium

  * Merge with Debian, remaining changes:
    - Replace gnome-backgrounds dep with ubuntu-wallpapers and Suggests
      gnome-themes-standard-data, gnome-backgrounds
    - Add some Recommends:
      + ubuntu-session (| gnome-session) to have the ubuntu session available
      + xserver-xorg-legacy
      + yaru-theme-gnome-shell for the default ubuntu theming
    - Moved some Recommends to Suggests:
      + chrome-gnome-shell
    - Update debian/gbp.conf with Ubuntu settings
    - debian/ubuntu-session-mods/ubuntu.json: Use Yaru's gnome-shell icons
    - debian/patches: Do not hang & crash if fingerprint service fails to start
      (LP: #1962566)
    - ubuntu/desktop_detect.patch:
      + add caching for desktop detection to avoid querying the current
        desktop env variable as iterate through the list each time. For the
        time of the Shell process, we can expect this env variable to stay
        stable.
    - ubuntu/lightdm-user-switching.patch:
      + Allow user switching when using LightDM.
    - ubuntu/lock_on_suspend.patch
      + Respect Ubuntu's lock-on-suspend setting.
    - ubuntu/background_login.patch
      + Change default background color as we modified the default GDM color
        for our ubuntu session.
    - ubuntu/gdm_alternatives.patch
      + Add support for GDM3 theme alternatives
    - main-show-an-error-message-on-gnome-shell-crash.patch,
      global-make-possible-to-set-debug-flags-dynamically.patch,
      main-increase-the-granularity-of-backtraces-in-SHELL_DEBU.patch,
      main-add-backtrace-crashes-all-and-backtrace-all.patch,
      sessionMode-add-support-for-debugFlags-parameter.patch:
      + Improve debug JS tracing for crash reports
    - ubuntu/smarter_alt_tab.patch:
      + quick alt-tab (without showing up the switcher) switch only between
        the last window of the last 2 applications to be focused instead of
        raising all windows of those apps.
    - magnifier-Show-cursor-when-magnifier-is-enabled-and-scale.patch:
      + Show monitor scaled cursor when magnifier is enabled
    - ubuntu/search-call-XUbuntuCancel-method-on-providers-when-no-dat.patch:
      + stop searches when requested from UI
    - magnifier-Show-cursor-when-magnifier-is-enabled-and-scale.patch
    - u/search-call-XUbuntuCancel-method-on-providers-when-no-dat.patch
    - ubuntu/resolve_alternate_theme_path.patch
    - ubuntu/secure_mode_extension.patch
    - ubuntu/keep-ubuntu-logo-bright-lp1867133-v1.patch
    - ubuntu/configure_login_screen.patch
    - ubuntu/layout-Make-starting-in-the-overview-optional.patch:
      + Makes dock replace overview easier
    - ubuntu/layout-Try-to-allocate-before-getting-size-of-tracke.patch:
      + Ensure windows don't get maximized under the panels / dock
    - debian/patches: Compute system background color from theme (LP: #1965727)
    - ubuntu/configure-login-screen.patch: Use bg color for initial system bg
      (LP: #1965727)
    - debian/patches: Ensure St.Entry's `selected-color` CSS property is
      honored (LP: #1878998)
    - ubuntu/support-loading-Yaru-variants: Handle dark/light variants better
    - d/p/use-favorites-strings: Only apply this to ubuntu session
    - debian/patches: Support configuring icons resource to use for mode
    - Revert-st-Apply-css-foreground-color-to-text-as-a-PangoAt.patch:
      + Ensure selected-text foreground color is preserved
    - u/main-Avoid-meta-finalize: Leak gjs context only on ubiquity sessions
      (LP: #1964458)
    - ubuntu/sessionMode-Add-support-for-configuring-an-icons-resource.patch:
      + Support loading iconsResourceName from session file
    - ubuntu/main-Support-loading-multiple-Yaru-theme-variants.patch,
    - ubuntu/darkMode-Add-support-to-Yaru-theme-color-variants.patch:
      + Support loading Yaru theme variants (for accent color)
    - ubuntu/Revert-dash-Use-pin-instead-of-favorites
  * Drop obsolete maintainer scripts handling Ubuntu theme migration

 -- Jeremy Bicha <jbicha@ubuntu.com>  Thu, 08 Sep 2022 17:03:28 -0400

gnome-shell (43~rc-1) experimental; urgency=medium

  * New upstream release
  * debian/control.in: Bump minimum mutter to 43~rc
  * Cherry-pick Log Out… patch

 -- Jeremy Bicha <jbicha@ubuntu.com>  Tue, 06 Sep 2022 14:22:44 -0400

gnome-shell (43~beta-2) experimental; urgency=medium

  * Build with libsoup3

 -- Jeremy Bicha <jbicha@ubuntu.com>  Mon, 05 Sep 2022 17:40:40 -0400

gnome-shell (43~beta-1ubuntu2) kinetic; urgency=medium

  * Build with libsoup3

 -- Jeremy Bicha <jbicha@ubuntu.com>  Thu, 25 Aug 2022 16:50:58 -0400

gnome-shell (43~beta-1ubuntu1) kinetic; urgency=medium

  [ Jeremy Bicha ]
  * Merge with Debian, remaining changes:
    - Replace gnome-backgrounds dep with ubuntu-wallpapers and Suggests
      gnome-themes-standard-data, gnome-backgrounds
    - Add some Recommends:
      + ubuntu-session (| gnome-session) to have the ubuntu session available
      + xserver-xorg-legacy
      + yaru-theme-gnome-shell for the default ubuntu theming
    - Moved some Recommends to Suggests:
      + chrome-gnome-shell
    - Break gnome-shell-extension-desktop-icons (<< 68ubuntu20.10.1)
    - gnome-shell-common.prerm: Remove deprecated ubuntu theme alternative
    - Update debian/gbp.conf with Ubuntu settings
    - debian/ubuntu-session-mods/ubuntu.json: Use Yaru's gnome-shell icons
    - debian/patches: Do not hang & crash if fingerprint service fails to start
      (LP: #1962566)
    - ubuntu/desktop_detect.patch:
      + add caching for desktop detection to avoid querying the current
        desktop env variable as iterate through the list each time. For the
        time of the Shell process, we can expect this env variable to stay
        stable.
    - ubuntu/lightdm-user-switching.patch:
      + Allow user switching when using LightDM.
    - ubuntu/lock_on_suspend.patch
      + Respect Ubuntu's lock-on-suspend setting.
    - ubuntu/background_login.patch
      + Change default background color as we modified the default GDM color
        for our ubuntu session.
    - ubuntu/gdm_alternatives.patch
      + Add support for GDM3 theme alternatives
    - main-show-an-error-message-on-gnome-shell-crash.patch,
      global-make-possible-to-set-debug-flags-dynamically.patch,
      main-increase-the-granularity-of-backtraces-in-SHELL_DEBU.patch,
      main-add-backtrace-crashes-all-and-backtrace-all.patch,
      sessionMode-add-support-for-debugFlags-parameter.patch:
      + Improve debug JS tracing for crash reports
    - ubuntu/smarter_alt_tab.patch:
      + quick alt-tab (without showing up the switcher) switch only between
        the last window of the last 2 applications to be focused instead of
        raising all windows of those apps.
    - magnifier-Show-cursor-when-magnifier-is-enabled-and-scale.patch:
      + Show monitor scaled cursor when magnifier is enabled
    - ubuntu/search-call-XUbuntuCancel-method-on-providers-when-no-dat.patch:
      + stop searches when requested from UI
    - magnifier-Show-cursor-when-magnifier-is-enabled-and-scale.patch
    - u/search-call-XUbuntuCancel-method-on-providers-when-no-dat.patch
    - ubuntu/resolve_alternate_theme_path.patch
    - ubuntu/secure_mode_extension.patch
    - ubuntu/keep-ubuntu-logo-bright-lp1867133-v1.patch
    - ubuntu/configure_login_screen.patch
    - ubuntu/layout-Make-starting-in-the-overview-optional.patch:
      + Makes dock replace overview easier
    - ubuntu/layout-Try-to-allocate-before-getting-size-of-tracke.patch:
      + Ensure windows don't get maximized under the panels / dock
    - debian/patches: Compute system background color from theme (LP: #1965727)
    - ubuntu/configure-login-screen.patch: Use bg color for initial system bg
      (LP: #1965727)
    - debian/patches: Ensure St.Entry's `selected-color` CSS property is
      honored (LP: #1878998)
    - ubuntu/support-loading-Yaru-variants: Handle dark/light variants better
    - d/p/use-favorites-strings: Only apply this to ubuntu session
    - debian/patches: Support configuring icons resource to use for mode
    - Revert-st-Apply-css-foreground-color-to-text-as-a-PangoAt.patch:
      + Ensure selected-text foreground color is preserved
    - u/main-Avoid-meta-finalize: Leak gjs context only on ubiquity sessions
      (LP: #1964458)
    - ubuntu/sessionMode-Add-support-for-configuring-an-icons-resource.patch:
      + Support loading iconsResourceName from session file
    - ubuntu/main-Support-loading-multiple-Yaru-theme-variants.patch,
    - ubuntu/darkMode-Add-support-to-Yaru-theme-color-variants.patch:
      + Support loading Yaru theme variants (for accent color)
    - ubuntu/Revert-dash-Use-pin-instead-of-favorites
  * debian/patches: Refresh

  [ Marco Trevisan (Treviño) ]
  * debian/patches:
    - Update GDM fingerprint init patch
    - Update debug improvements patches
    - Update search provider patch to support XUbuntuCancel
    - Refresh
    - Move ubuntu settings handling to St.Settings
    - Add support for toggling dark mode with Yaru variants
  * debian/control: Bump recommends on newer Yaru theme

 -- Marco Trevisan (Treviño) <marco@ubuntu.com>  Thu, 25 Aug 2022 01:58:50 +0200

gnome-shell (43~beta-1) experimental; urgency=medium

  * New upstream release
  * debian/control.in: Bump minimum mutter to 43~beta
  * debian/control.in: Bump minimum gjs to 1.73.1
  * Revert switch to gcr4

 -- Jeremy Bicha <jbicha@ubuntu.com>  Sun, 21 Aug 2022 10:53:56 -0400

gnome-shell (42.4-1ubuntu1) kinetic; urgency=medium

  * Merge with Debian, remaining changes:
    - Replace gnome-backgrounds dep with ubuntu-wallpapers and Suggests
      gnome-themes-standard-data, gnome-backgrounds
    - Add some Recommends:
      + ubuntu-session (| gnome-session) to have the ubuntu session available
      + xserver-xorg-legacy
      + yaru-theme-gnome-shell for the default ubuntu theming
    - Moved some Recommends to Suggests:
      + chrome-gnome-shell
    - Break gnome-shell-extension-desktop-icons (<< 68ubuntu20.10.1)
    - gnome-shell-common.prerm: Remove deprecated ubuntu theme alternative
    - Update debian/gbp.conf with Ubuntu settings
    - debian/ubuntu-session-mods/ubuntu.json: Use Yaru's gnome-shell icons
    - debian/patches: Do not hang & crash if fingerprint service fails to start
      (LP: #1962566)
    - ubuntu/desktop_detect.patch:
      + add caching for desktop detection to avoid querying the current
        desktop env variable as iterate through the list each time. For the
        time of the Shell process, we can expect this env variable to stay
        stable.
    - ubuntu/lightdm-user-switching.patch:
      + Allow user switching when using LightDM.
    - ubuntu/lock_on_suspend.patch
      + Respect Ubuntu's lock-on-suspend setting.
    - ubuntu/background_login.patch
      + Change default background color as we modified the default GDM color
        for our ubuntu session.
    - ubuntu/gdm_alternatives.patch
      + Add support for GDM3 theme alternatives
    - main-show-an-error-message-on-gnome-shell-crash.patch,
      global-make-possible-to-set-debug-flags-dynamically.patch,
      main-increase-the-granularity-of-backtraces-in-SHELL_DEBU.patch,
      main-add-backtrace-crashes-all-and-backtrace-all.patch,
      sessionMode-add-support-for-debugFlags-parameter.patch:
      + Improve debug JS tracing for crash reports
    - ubuntu/smarter_alt_tab.patch:
      + quick alt-tab (without showing up the switcher) switch only between
        the last window of the last 2 applications to be focused instead of
        raising all windows of those apps.
    - magnifier-Show-cursor-when-magnifier-is-enabled-and-scale.patch:
      + Show monitor scaled cursor when magnifier is enabled
    - ubuntu/search-call-XUbuntuCancel-method-on-providers-when-no-dat.patch:
      + stop searches when requested from UI
    - magnifier-Show-cursor-when-magnifier-is-enabled-and-scale.patch
    - u/search-call-XUbuntuCancel-method-on-providers-when-no-dat.patch
    - ubuntu/resolve_alternate_theme_path.patch
    - ubuntu/secure_mode_extension.patch
    - ubuntu/keep-ubuntu-logo-bright-lp1867133-v1.patch
    - ubuntu/configure_login_screen.patch
    - ubuntu/layout-Make-starting-in-the-overview-optional.patch:
      + Makes dock replace overview easier
    - ubuntu/layout-Try-to-allocate-before-getting-size-of-tracke.patch:
      + Ensure windows don't get maximized under the panels / dock
    - debian/patches: Compute system background color from theme (LP: #1965727)
    - ubuntu/configure-login-screen.patch: Use bg color for initial system bg
      (LP: #1965727)
    - debian/patches: Ensure St.Entry's `selected-color` CSS property is
      honored (LP: #1878998)
    - ubuntu/support-loading-Yaru-variants: Handle dark/light variants better
    - d/p/use-favorites-strings: Only apply this to ubuntu session
    - debian/patches: Support configuring icons resource to use for mode
    - Revert-st-Apply-css-foreground-color-to-text-as-a-PangoAt.patch:
      + Ensure selected-text foreground color is preserved
    - u/main-Avoid-meta-finalize: Leak gjs context only on ubiquity sessions
      (LP: #1964458)
    - ubuntu/sessionMode-Add-support-for-configuring-an-icons-resource.patch:
      + Support loading iconsResourceName from session file
    - ubuntu/main-Support-loading-multiple-Yaru-theme-variants.patch:
      + Support loading Yaru theme variants (for accent color)
    - ubuntu/Revert-dash-Use-pin-instead-of-favorites
  * debian/patches: Refresh

 -- Marco Trevisan (Treviño) <marco@ubuntu.com>  Thu, 11 Aug 2022 17:31:32 -0400

gnome-shell (42.4-2) unstable; urgency=medium

  * Build with libsoup3
  * Update Vcs branches since debian/master is tracking 43

 -- Jeremy Bicha <jbicha@ubuntu.com>  Mon, 05 Sep 2022 16:09:52 -0400

gnome-shell (42.4-1) unstable; urgency=medium

  * New upstream release (LP: #1985304):
    - Fix logging in with realmd (LP: #1985128)
  * debian/patches: Drop applied patches

 -- Marco Trevisan (Treviño) <marco@ubuntu.com>  Thu, 11 Aug 2022 23:14:29 +0200

gnome-shell (42.3.1-2ubuntu1) kinetic; urgency=medium

  * Merge with Debian (LP: #1981937) Remaining changes with Debian:
    - Replace gnome-backgrounds dep with ubuntu-wallpapers and Suggests
      gnome-themes-standard-data, gnome-backgrounds
    - Add some Recommends:
      + ubuntu-session (| gnome-session) to have the ubuntu session available
      + xserver-xorg-legacy
      + yaru-theme-gnome-shell for the default ubuntu theming
    - Moved some Recommends to Suggests:
      + chrome-gnome-shell
    - Break gnome-shell-extension-desktop-icons (<< 68ubuntu20.10.1)
    - gnome-shell-common.prerm: Remove deprecated ubuntu theme alternative
    - Update debian/gbp.conf with Ubuntu settings
    - debian/ubuntu-session-mods/ubuntu.json: Use Yaru's gnome-shell icons
    - debian/patches: Do not hang & crash if fingerprint service fails to start
      (LP: #1962566)
    - ubuntu/desktop_detect.patch:
      + add caching for desktop detection to avoid querying the current
        desktop env variable as iterate through the list each time. For the
        time of the Shell process, we can expect this env variable to stay
        stable.
    - ubuntu/lightdm-user-switching.patch:
      + Allow user switching when using LightDM.
    - ubuntu/lock_on_suspend.patch
      + Respect Ubuntu's lock-on-suspend setting.
    - ubuntu/background_login.patch
      + Change default background color as we modified the default GDM color
        for our ubuntu session.
    - ubuntu/gdm_alternatives.patch
      + Add support for GDM3 theme alternatives
    - main-show-an-error-message-on-gnome-shell-crash.patch,
      global-make-possible-to-set-debug-flags-dynamically.patch,
      main-increase-the-granularity-of-backtraces-in-SHELL_DEBU.patch,
      main-add-backtrace-crashes-all-and-backtrace-all.patch,
      sessionMode-add-support-for-debugFlags-parameter.patch:
      + Improve debug JS tracing for crash reports
    - ubuntu/smarter_alt_tab.patch:
      + quick alt-tab (without showing up the switcher) switch only between
        the last window of the last 2 applications to be focused instead of
        raising all windows of those apps.
    - magnifier-Show-cursor-when-magnifier-is-enabled-and-scale.patch:
      + Show monitor scaled cursor when magnifier is enabled
    - ubuntu/search-call-XUbuntuCancel-method-on-providers-when-no-dat.patch:
      + stop searches when requested from UI
    - magnifier-Show-cursor-when-magnifier-is-enabled-and-scale.patch
    - u/search-call-XUbuntuCancel-method-on-providers-when-no-dat.patch
    - ubuntu/resolve_alternate_theme_path.patch
    - ubuntu/secure_mode_extension.patch
    - ubuntu/keep-ubuntu-logo-bright-lp1867133-v1.patch
    - ubuntu/configure_login_screen.patch
    - ubuntu/layout-Make-starting-in-the-overview-optional.patch:
      + Makes dock replace overview easier
    - ubuntu/layout-Try-to-allocate-before-getting-size-of-tracke.patch:
      + Ensure windows don't get maximized under the panels / dock
    - debian/patches: Compute system background color from theme (LP: #1965727)
    - ubuntu/configure-login-screen.patch: Use bg color for initial system bg
      (LP: #1965727)
    - debian/patches: Ensure St.Entry's `selected-color` CSS property is
      honored (LP: #1878998)
    - ubuntu/support-loading-Yaru-variants: Handle dark/light variants better
    - d/p/use-favorites-strings: Only apply this to ubuntu session
    - debian/patches: Support configuring icons resource to use for mode
    - Revert-st-Apply-css-foreground-color-to-text-as-a-PangoAt.patch:
      + Ensure selected-text foreground color is preserved
    - u/main-Avoid-meta-finalize: Leak gjs context only on ubiquity sessions
      (LP: #1964458)
    - ubuntu/sessionMode-Add-support-for-configuring-an-icons-resource.patch:
      + Support loading iconsResourceName from session file
    - ubuntu/main-Support-loading-multiple-Yaru-theme-variants.patch:
      + Support loading Yaru theme variants (for accent color)
    - ubuntu/Revert-dash-Use-pin-instead-of-favorites

 -- Jeremy Bicha <jbicha@ubuntu.com>  Mon, 18 Jul 2022 07:39:38 +0200

gnome-shell (42.3.1-2) unstable; urgency=medium

  [ Marco Trevisan (Treviño) ]
  * debian/source_gnome-shell.py: Support gdm name only
  * debian/control: Recommend gnome-remote-desktop

  [ Jeremy Bicha ]
  * Cherry-pick patch to allow Extension Manager update feature to work
    without the older Extensions app installed (LP: #1981952)

 -- Jeremy Bicha <jbicha@ubuntu.com>  Mon, 18 Jul 2022 07:36:31 +0200

gnome-shell (42.3.1-1ubuntu1) kinetic; urgency=medium

  * Merge with Debian (LP: #1981937) Remaining changes with Debian:
    - Replace gnome-backgrounds dep with ubuntu-wallpapers and Suggests
      gnome-themes-standard-data, gnome-backgrounds
    - Add some Recommends:
      + ubuntu-session (| gnome-session) to have the ubuntu session available
      + xserver-xorg-legacy
      + yaru-theme-gnome-shell for the default ubuntu theming
      + gnome-remote-desktop to provide remote desktop support by default
    - Moved some Recommends to Suggests:
      + chrome-gnome-shell
    - Break gnome-shell-extension-desktop-icons (<< 68ubuntu20.10.1)
    - gnome-shell-common.prerm: Remove deprecated ubuntu theme alternative
    - Update debian/gbp.conf with Ubuntu settings
    - debian/ubuntu-session-mods/ubuntu.json: Use Yaru's gnome-shell icons
    - debian/patches: Do not hang & crash if fingerprint service fails to start
      (LP: #1962566)
    - ubuntu/desktop_detect.patch:
      + add caching for desktop detection to avoid querying the current
        desktop env variable as iterate through the list each time. For the
        time of the Shell process, we can expect this env variable to stay
        stable.
    - ubuntu/lightdm-user-switching.patch:
      + Allow user switching when using LightDM.
    - ubuntu/lock_on_suspend.patch
      + Respect Ubuntu's lock-on-suspend setting.
    - ubuntu/background_login.patch
      + Change default background color as we modified the default GDM color
        for our ubuntu session.
    - ubuntu/gdm_alternatives.patch
      + Add support for GDM3 theme alternatives
    - main-show-an-error-message-on-gnome-shell-crash.patch,
      global-make-possible-to-set-debug-flags-dynamically.patch,
      main-increase-the-granularity-of-backtraces-in-SHELL_DEBU.patch,
      main-add-backtrace-crashes-all-and-backtrace-all.patch,
      sessionMode-add-support-for-debugFlags-parameter.patch:
      + Improve debug JS tracing for crash reports
    - ubuntu/smarter_alt_tab.patch:
      + quick alt-tab (without showing up the switcher) switch only between
        the last window of the last 2 applications to be focused instead of
        raising all windows of those apps.
    - magnifier-Show-cursor-when-magnifier-is-enabled-and-scale.patch:
      + Show monitor scaled cursor when magnifier is enabled
    - ubuntu/search-call-XUbuntuCancel-method-on-providers-when-no-dat.patch:
      + stop searches when requested from UI
    - magnifier-Show-cursor-when-magnifier-is-enabled-and-scale.patch
    - u/search-call-XUbuntuCancel-method-on-providers-when-no-dat.patch
    - ubuntu/resolve_alternate_theme_path.patch
    - ubuntu/secure_mode_extension.patch
    - ubuntu/keep-ubuntu-logo-bright-lp1867133-v1.patch
    - ubuntu/configure_login_screen.patch
    - ubuntu/layout-Make-starting-in-the-overview-optional.patch:
      + Makes dock replace overview easier
    - ubuntu/layout-Try-to-allocate-before-getting-size-of-tracke.patch:
      + Ensure windows don't get maximized under the panels / dock
    - debian/patches: Compute system background color from theme (LP: #1965727)
    - ubuntu/configure-login-screen.patch: Use bg color for initial system bg
      (LP: #1965727)
    - debian/patches: Ensure St.Entry's `selected-color` CSS property is
      honored (LP: #1878998)
    - ubuntu/support-loading-Yaru-variants: Handle dark/light variants better
    - d/p/use-favorites-strings: Only apply this to ubuntu session
    - debian/patches: Support configuring icons resource to use for mode
    - Revert-st-Apply-css-foreground-color-to-text-as-a-PangoAt.patch:
      + Ensure selected-text foreground color is preserved
    - u/main-Avoid-meta-finalize: Leak gjs context only on ubiquity sessions
      (LP: #1964458)
    - ubuntu/sessionMode-Add-support-for-configuring-an-icons-resource.patch:
      + Support loading iconsResourceName from session file
    - ubuntu/main-Support-loading-multiple-Yaru-theme-variants.patch:
      + Support loading Yaru theme variants (for accent color)
    - ubuntu/Revert-dash-Use-pin-instead-of-favorites

 -- Jeremy Bicha <jbicha@ubuntu.com>  Sun, 17 Jul 2022 22:54:29 +0200

gnome-shell (42.3.1-1) unstable; urgency=medium

  * New upstream release

 -- Jeremy Bicha <jbicha@ubuntu.com>  Sat, 16 Jul 2022 18:16:17 +0200

gnome-shell (42.2-1) unstable; urgency=medium

  * Team upload
  * New upstream release

 -- Simon McVittie <smcv@debian.org>  Mon, 06 Jun 2022 11:05:06 +0100

gnome-shell (42.1-1) unstable; urgency=medium

  * New upstream release (LP: #1973373, LP: #1968911)
  * Drop all patches except 1 Debian-specific patch: applied in new release
  * Release to unstable

 -- Jeremy Bicha <jbicha@ubuntu.com>  Fri, 13 May 2022 15:09:47 -0400

gnome-shell (42.0-5) experimental; urgency=medium

  * Team upload
  * d/patches: Update to upstream git commit 42.0-84-g9ee7af233
    - Bug fixes targeted for 42.1
    - Translation updates

 -- Simon McVittie <smcv@debian.org>  Mon, 25 Apr 2022 10:04:11 +0100

gnome-shell (42.0-4) unstable; urgency=medium

  * Team upload

  [ Pablo Mazzini ]
  * Move evolution-data-server from Depends to Recommends
    (Closes: #869230)

  [ Simon McVittie ]
  * Update to upstream git commit 42.0-69-g653697683
    - Bug fixes targeted for 42.1
    - Translation updates
    - Update metadata of patches that were already present

 -- Simon McVittie <smcv@debian.org>  Tue, 19 Apr 2022 12:28:27 +0100

gnome-shell (42.0-3) unstable; urgency=medium

  * Team upload

  [ Jeremy Bicha ]
  * Move Debian-specific temporary patches to debian/
  * debian/control.in: Recommend power-profiles-daemon for power mode feature

  [ Simon McVittie ]

  * d/p/Specify-API-versions-for-all-public-GIR-APIs-except-GLib.patch:
    Add patch to make Shell more robust against GIR API breaks.
    This avoids future bugs similar to #1008926.
  * d/patches: Remove compatibility with older gnome-control-center
  * Bump Recommends to gnome-control-center (>= 1:42)

 -- Simon McVittie <smcv@debian.org>  Wed, 13 Apr 2022 16:47:53 +0100

gnome-shell (42.2-0ubuntu2) kinetic; urgency=medium

  * Drop two patches that support the old gnome-control-center
    desktop file (LP: #1980245):
    - js-Support-legacy-GNOME-Control-Center-now-Settings-dbus-.patch
    - Revert-ui-Rename-gnome-control-center-to-org.gnome.Settin.patch

 -- Nathan Pratta Teodosio <nathan.teodosio@canonical.com>  Thu, 30 Jun 2022 08:23:15 -0300

gnome-shell (42.2-0ubuntu1) kinetic; urgency=medium

  * New upstream release (LP: #1977776)

 -- Jeremy Bicha <jbicha@ubuntu.com>  Mon, 06 Jun 2022 20:30:49 -0400

gnome-shell (42.1-0ubuntu1) kinetic; urgency=medium

  * New upstream release (LP: #1973373, LP: #1968911)
  * Drop patches applied in new release

 -- Jeremy Bicha <jbicha@ubuntu.com>  Fri, 13 May 2022 16:32:49 -0400

gnome-shell (42.0-2ubuntu2) kinetic; urgency=medium

  * Use libgweather4 instead of old libgweather

 -- Jeremy Bicha <jbicha@ubuntu.com>  Fri, 29 Apr 2022 13:31:08 -0400

gnome-shell (42.0-2ubuntu1) jammy; urgency=medium

  [ Marco Trevisan (Treviño) ]
  * debian/patches: Cherry-pick upstream fixes targetting 42.1
  * debian/patches: Compute system ackground color from theme (LP: #1965727)
  * ubuntu/configure-login-screen.patch: Use bg color for initial system bg
    (LP: #1965727)
  * debian/patches: Ensure St.Entry's `selected-color` CSS property is honored
    (LP: #1878998)
  * ubuntu/support-loading-Yaru-variants: Handle dark/light variants better
  * d/p/main-Avoid-meta-finalize: Leak gjs context only on ubiquity sessions
    (LP: #1964458)
  * d/p/use-favorites-strings: Only apply this to ubuntu session
  * debian/patches: Do not hang and crash if fingerprint service fails to start
    (LP: #1962566)
  * debian: Use gnomebluetooth-3.0 as dependency and revert patches disabling it
    (LP: #1738838, #1968364, #1964600)

  [ Jeremy Bicha ]
  * Use libgweather4 instead of old libgweather (LP: #1964600)
  * Add patch to work around meson issue (Debian 1008189)
  * releasing package gnome-shell version 42.0-2
  * debian/control.in: Recommend power-profiles-daemon for power mode feature

  [ Daniel van Vugt ]
  * main-Avoid-meta-finalize.patch: Leak GJS to work around LP: #1964458

  [ Gunnar Hjalmarsson ]
  * Revert "dash: Use pin instead of favorites"

  [ Jeremy Bicha ]
  * Remaining changes with debian:
    - Replace gnome-backgrounds dep with ubuntu-wallpapers and Suggests
      gnome-themes-standard-data, gnome-backgrounds
    - Add some Recommends:
      + ubuntu-session (| gnome-session) to have the ubuntu session available
      + xserver-xorg-legacy
      + yaru-theme-gnome-shell for the default ubuntu theming
      + gnome-remote-desktop to provide remote desktop support by default
    - Moved some Recommends to Suggests:
      + chrome-gnome-shell
    - Update debian/gbp.conf with Ubuntu settings
    - gnome-shell-common.prerm: Remove deprecated ubuntu theme alternative
    - ubuntu/desktop_detect.patch:
      + add caching for desktop detection to avoid querying the current
        desktop env variable as iterate through the list each time. For the
        time of the Shell process, we can expect this env variable to stay
        stable.
    - ubuntu/smarter_alt_tab.patch:
      + quick alt-tab (without showing up the switcher) switch only between
        the last window of the last 2 applications to be focused instead of
        raising all windows of those apps.
    - ubuntu/lightdm-user-switching.patch:
      + Allow user switching when using LightDM.
    - ubuntu/lock_on_suspend.patch
      + Respect Ubuntu's lock-on-suspend setting.
    - ubuntu/background_login.patch
      + Change default background color as we modified the default GDM color
        for our ubuntu session.
    - ubuntu/gdm_alternatives.patch
      + Add support for GDM3 theme alternatives
    - optional-hot-corner.patch
      + enable patch proposed by upstream developer already in package (but
        not in series) to add a settings for optional hot corner activation.
    - main-show-an-error-message-on-gnome-shell-crash.patch,
      global-make-possible-to-set-debug-flags-dynamically.patch,
      main-increase-the-granularity-of-backtraces-in-SHELL_DEBU.patch,
      main-add-backtrace-crashes-all-and-backtrace-all.patch,
      sessionMode-add-support-for-debugFlags-parameter.patch:
      + Improve debug JS tracing for crash reports
    - ubuntu/search-call-XUbuntuCancel-method-on-providers-when-no-dat.patch:
      + stop searches when requested from UI
    - magnifier-Show-cursor-when-magnifier-is-enabled-and-scale.patch:
      + Show monitor scaled cursor when magnifier is enabled
    - ubuntu/layout-Make-starting-in-the-overview-optional.patch:
      + Makes dock replace overview easier
    - ubuntu/layout-Try-to-allocate-before-getting-size-of-tracke.patch:
      + Ensure windows don't get maximized under the panels / dock
    - ubuntu/sessionMode-Add-support-for-configuring-an-icons-resource.patch:
      + Support loading iconsResourceName from session file
    - ubuntu/main-Support-loading-multiple-Yaru-theme-variants.patch:
      + Support loading Yaru theme variants (for accent color)
    - debian/patches: Support configuring icons resource to use for mode
    - debian/ubuntu-session-mods/ubuntu.json: Use Yaru's gnome-shell icons
    - Revert-st-Apply-css-foreground-color-to-text-as-a-PangoAt.patch:
      + Ensure selected-text foreground color is preserved
    - Break gnome-shell-extension-desktop-icons (<< 19.01.3+git20190814)

 -- Marco Trevisan (Treviño) <marco@ubuntu.com>  Wed, 13 Apr 2022 03:30:47 +0200

gnome-shell (42.0-2) unstable; urgency=medium

  [ Marco Trevisan (Treviño) ]
  * js: Support legacy GNOME Control Center (now Settings) dbus name
  * debian/patches: Cherry-pick various upstream fixes targeting 42.1
  * debian/patches: Fix monitor switching configuration (LP: #1964496)
  * debian/patches: Overview, remove desktop fade logic (LP: #1965072)
  * shellDBus: Actually make ScreenTransitionAsync async

  [ Jeremy Bicha ]
  * Use libgweather4 instead of old libgweather
  * Add patch to work around meson issue (Debian 1008189)
  * Release to unstable

 -- Jeremy Bicha <jbicha@ubuntu.com>  Mon, 28 Mar 2022 11:14:05 -0400

gnome-shell (42.0-1ubuntu1) jammy; urgency=medium

  [ Jeremy Bicha ]
  * Merge with Debian.
  * Add patches to revert switch to new gnome-bluetooth
  * Revert "debian/control.in: Switch to gnome-bluetooth3"

  [ Marco Trevisan (Treviño) ]
  * debian/patches: Refresh
  * debian/patches: Fix monitor switching configuration (LP: #1964496)
  * debian/patches: Overview, remove desktop fade logic (LP: #1965072)
  * debian/patches: Cherry-pick various upstream fixes targeting 42.1
  * js: Support legacy GNOME Control Center (now Settings) dbus name
  * shellDBus: Actually make ScreenTransitionAsync async

  [ Jeremy Bicha ]
  * Remaining changes with debian:
    - Replace gnome-backgrounds dep with ubuntu-wallpapers and Suggests
      gnome-themes-standard-data, gnome-backgrounds
    - Add some Recommends:
      + ubuntu-session (| gnome-session) to have the ubuntu session available
      + xserver-xorg-legacy
      + yaru-theme-gnome-shell for the default ubuntu theming
      + gnome-remote-desktop to provide remote desktop support by default
    - Moved some Recommends to Suggests:
      + chrome-gnome-shell
    - Update debian/gbp.conf with Ubuntu settings
    - gnome-shell-common.prerm: Remove deprecated ubuntu theme alternative
    - ubuntu/desktop_detect.patch:
      + add caching for desktop detection to avoid querying the current
        desktop env variable as iterate through the list each time. For the
        time of the Shell process, we can expect this env variable to stay
        stable.
    - ubuntu/smarter_alt_tab.patch:
      + quick alt-tab (without showing up the switcher) switch only between
        the last window of the last 2 applications to be focused instead of
        raising all windows of those apps.
    - ubuntu/lightdm-user-switching.patch:
      + Allow user switching when using LightDM.
    - ubuntu/lock_on_suspend.patch
      + Respect Ubuntu's lock-on-suspend setting.
    - ubuntu/background_login.patch
      + Change default background color as we modified the default GDM color
        for our ubuntu session.
    - ubuntu/gdm_alternatives.patch
      + Add support for GDM3 theme alternatives
    - optional-hot-corner.patch
      + enable patch proposed by upstream developer already in package (but
        not in series) to add a settings for optional hot corner activation.
    - main-show-an-error-message-on-gnome-shell-crash.patch,
      global-make-possible-to-set-debug-flags-dynamically.patch,
      main-increase-the-granularity-of-backtraces-in-SHELL_DEBU.patch,
      main-add-backtrace-crashes-all-and-backtrace-all.patch,
      sessionMode-add-support-for-debugFlags-parameter.patch:
      + Improve debug JS tracing for crash reports
    - ubuntu/search-call-XUbuntuCancel-method-on-providers-when-no-dat.patch:
      + stop searches when requested from UI
    - magnifier-Show-cursor-when-magnifier-is-enabled-and-scale.patch:
      + Show monitor scaled cursor when magnifier is enabled
    - ubuntu/layout-Make-starting-in-the-overview-optional.patch:
      + Makes dock replace overview easier
    - ubuntu/layout-Try-to-allocate-before-getting-size-of-tracke.patch:
      + Ensure windows don't get maximized under the panels / dock
    - ubuntu/sessionMode-Add-support-for-configuring-an-icons-resource.patch:
      + Support loading iconsResourceName from session file
    - ubuntu/main-Support-loading-multiple-Yaru-theme-variants.patch:
      + Support loading Yaru theme variants (for accent color)
    - debian/patches: Support configuring icons resource to use for mode
    - debian/ubuntu-session-mods/ubuntu.json: Use Yaru's gnome-shell icons
    - Break gnome-shell-extension-desktop-icons (<< 19.01.3+git20190814)

 -- Marco Trevisan (Treviño) <marco@ubuntu.com>  Mon, 28 Mar 2022 16:31:13 +0200

gnome-shell (42.0-1) experimental; urgency=medium

  * New upstream release
  * debian/control.in: Bump minimum mutter to 42.0
  * Add patch to restore Settings item in system menu (LP: #1964136)

 -- Jeremy Bicha <jeremy.bicha@canonical.com>  Mon, 14 Mar 2022 10:37:23 -0400

gnome-shell (42~rc-1) experimental; urgency=medium

  * New upstream release
  * debian/control.in: Bump minimum mutter to 42~rc
  * debian/control.in: Switch to gnome-bluetooth3
  * Drop patches reverting use of gnome-bluetooth3
  * Drop patches applied in new release

 -- Jeremy Bicha <jeremy.bicha@canonical.com>  Wed, 09 Mar 2022 13:18:51 -0500

gnome-shell (42~beta-1ubuntu3) jammy; urgency=medium

  * debian/patches: Adapt the theme-switcher code to keep gtk and shell in sync
    We only used dark theme for the shell before while now it will match the
    rest of the system.
  * debian/patch: Fix a crash on shadow computation (LP: #1947315)

 -- Marco Trevisan (Treviño) <marco@ubuntu.com>  Fri, 18 Mar 2022 05:38:36 +0100

gnome-shell (42~beta-1ubuntu2) jammy; urgency=medium

  * Add patch to restore Settings item in system menu, because we're
    using the older gnome-control-center.desktop) (LP: #1964136)

 -- Jeremy Bicha <jeremy.bicha@canonical.com>  Thu, 10 Mar 2022 09:01:53 -0500

gnome-shell (42~beta-1ubuntu1) jammy; urgency=medium

  * Merge with debian
  * debian/patches: Refresh
  * debian/patches: Support configuring icons resource to use for mode
  * debian/ubuntu-session-mods/ubuntu.json: Use Yaru's gnome-shell icons
  * Remaining changes with debian:
    - Replace gnome-backgrounds dep with ubuntu-wallpapers and Suggests
      gnome-themes-standard-data, gnome-backgrounds
    - Add some Recommends:
      + ubuntu-session (| gnome-session) to have the ubuntu session available
      + xserver-xorg-legacy
      + yaru-theme-gnome-shell for the default ubuntu theming
      + gnome-remote-desktop to provide remote desktop support by default
    - Moved some Recommends to Suggests:
      + chrome-gnome-shell
    - Update debian/gbp.conf with Ubuntu settings
    - gnome-shell-common.prerm: Remove deprecated ubuntu theme alternative
    - ubuntu/desktop_detect.patch:
      + add caching for desktop detection to avoid querying the current
        desktop env variable as iterate through the list each time. For the
        time of the Shell process, we can expect this env variable to stay
        stable.
    - ubuntu/smarter_alt_tab.patch:
      + quick alt-tab (without showing up the switcher) switch only between
        the last window of the last 2 applications to be focused instead of
        raising all windows of those apps.
    - ubuntu/lightdm-user-switching.patch:
      + Allow user switching when using LightDM.
    - ubuntu/lock_on_suspend.patch
      + Respect Ubuntu's lock-on-suspend setting.
    - ubuntu/background_login.patch
      + Change default background color as we modified the default GDM color
        for our ubuntu session.
    - ubuntu/gdm_alternatives.patch
      + Add support for GDM3 theme alternatives
    - optional-hot-corner.patch
      + enable patch proposed by upstream developer already in package (but
        not in series) to add a settings for optional hot corner activation.
    - main-show-an-error-message-on-gnome-shell-crash.patch,
      global-make-possible-to-set-debug-flags-dynamically.patch,
      main-increase-the-granularity-of-backtraces-in-SHELL_DEBU.patch,
      main-add-backtrace-crashes-all-and-backtrace-all.patch,
      sessionMode-add-support-for-debugFlags-parameter.patch:
      + Improve debug JS tracing for crash reports
    - ubuntu/search-call-XUbuntuCancel-method-on-providers-when-no-dat.patch:
      + stop searches when requested from UI
    - magnifier-Show-cursor-when-magnifier-is-enabled-and-scale.patch:
      + Show monitor scaled cursor when magnifier is enabled
    - ubuntu/layout-Make-starting-in-the-overview-optional.patch:
      + Makes dock replace overview easier
    - ubuntu/layout-Try-to-allocate-before-getting-size-of-tracke.patch:
      + Ensure windows don't get maximized under the panels / dock
    - ubuntu/sessionMode-Add-support-for-configuring-an-icons-resource.patch:
      + Support loading iconsResourceName from session file
    - ubuntu/main-Support-loading-multiple-Yaru-theme-variants.patch:
      + Support loading Yaru theme variants (for accent color)
    - Break gnome-shell-extension-desktop-icons (<< 19.01.3+git20190814)

 -- Marco Trevisan (Treviño) <marco@ubuntu.com>  Fri, 25 Feb 2022 01:59:17 +0100

gnome-shell (42~beta-1) experimental; urgency=medium

  * New upstream release:
    - Implement in-shell screenshot and screencast UI
    - Use libadwaita for extension preferences
    - Improve presentation of multi-day events in calendar
    - Implement OSD redesign
    - Allow extensions to opt-in to running on lock/login screen
  * debian/patches:
    - Drop applied upstream
    - Revert switch to gnome-bluetooth-3
    - Cherry-pick various upstream fixes
  * debian: Update runtime-dependencies and use mozjs-91 based gjs
  * debian/gnome-shell.lintian-overrides: Overrides for new messages
  * debian/control:
    - Drop shell dependency on gjs cli tool, add to extensions tool
    - Explicitly list freedesktop gir dependency
    - Add runtime dependency on libadwaita via gir1.2-adw-1

 -- Marco Trevisan (Treviño) <marco@ubuntu.com>  Wed, 23 Feb 2022 07:33:39 +0100

gnome-shell (41.3-2) unstable; urgency=medium

  * Team upload
  * d/p/environment-Require-GnomeBluetooth-1.0.patch,
    d/p/environment-Require-gnome-desktop-3.0.patch:
    Add patches from 42~alpha to avoid a crash with experimental GIR.
    Previously, gnome-shell would crash if gir1.2-gnomedesktop-4.0 or
    gir1.2-gnomebluetooth-2.0 were installed.
  * d/patches: Update to gnome-41 branch commit 41.3-10-g3ca661b73
    - Don't break extensions that look up a window's app on ::window-added,
      fixing a regression in 41.3
    - Translation updates: cs, es, he, is, ja

 -- Simon McVittie <smcv@debian.org>  Tue, 15 Feb 2022 13:11:19 +0000

gnome-shell (41.3-1ubuntu1) jammy; urgency=medium

  * Merge with debian, containing various upstream fixes:
    - Window size is wrong after exiting full-screen (LP: #1947467)
  * debian/patches: Refresh to support GNOME 41 codebase
  * debian/patches: Remove patch to make overview starting optional
    This can be handled fully by the extensions that need it, so let's
    handle this in dash-to-dock instead that in upstream code
  * Remaining changes with debian:
    - Replace gnome-backgrounds dep with ubuntu-wallpapers and Suggests
      gnome-themes-standard-data, gnome-backgrounds
    - Add some Recommends:
      + ubuntu-session (| gnome-session) to have the ubuntu session available
      + xserver-xorg-legacy
      + yaru-theme-gnome-shell for the default ubuntu theming
      + gnome-remote-desktop to provide remote desktop support by default
    - Moved some Recommends to Suggests:
      + chrome-gnome-shell
    - Update debian/gbp.conf with Ubuntu settings
    - gnome-shell-common.prerm: Remove deprecated ubuntu theme alternative
    - ubuntu/desktop_detect.patch:
      + add caching for desktop detection to avoid querying the current
        desktop env variable as iterate through the list each time. For the
        time of the Shell process, we can expect this env variable to stay
        stable.
    - ubuntu/smarter_alt_tab.patch:
      + quick alt-tab (without showing up the switcher) switch only between
        the last window of the last 2 applications to be focused instead of
        raising all windows of those apps.
    - ubuntu/lightdm-user-switching.patch:
      + Allow user switching when using LightDM.
    - ubuntu/lock_on_suspend.patch
      + Respect Ubuntu's lock-on-suspend setting.
    - ubuntu/background_login.patch
      + Change default background color as we modified the default GDM color
        for our ubuntu session.
    - ubuntu/gdm_alternatives.patch
      + Add support for GDM3 theme alternatives
    - optional-hot-corner.patch
      + enable patch proposed by upstream developer already in package (but
        not in series) to add a settings for optional hot corner activation.
    - main-show-an-error-message-on-gnome-shell-crash.patch,
      global-make-possible-to-set-debug-flags-dynamically.patch,
      main-increase-the-granularity-of-backtraces-in-SHELL_DEBU.patch,
      main-add-backtrace-crashes-all-and-backtrace-all.patch,
      sessionMode-add-support-for-debugFlags-parameter.patch:
      + Improve debug JS tracing for crash reports
    - ubuntu/search-call-XUbuntuCancel-method-on-providers-when-no-dat.patch:
      + stop searches when requested from UI
    - magnifier-Show-cursor-when-magnifier-is-enabled-and-scale.patch:
      + Show monitor scaled cursor when magnifier is enabled
    - ubuntu/layout-Make-starting-in-the-overview-optional.patch:
      + Makes dock replace overview easier
    - ubuntu/layout-Try-to-allocate-before-getting-size-of-tracke.patch:
      + Ensure windows don't get maximized under the panels / dock
    - Break gnome-shell-extension-desktop-icons (<< 19.01.3+git20190814)
  * debian/patches: Remove patch to make overview starting optional

 -- Marco Trevisan (Treviño) <marco@ubuntu.com>  Thu, 27 Jan 2022 04:09:39 +0100

gnome-shell (41.3-1) unstable; urgency=medium

  * New upstream release:
    - Speed up a fade animation on older Intel GPUs (Closes: #1000172)
    - Improve window tracking (LP: #1934458)
    - Simplify scroll fade shader to work with old hardware
    - Tweak (un)minimize animations (LP: #1713021)
    - Don't wake up screen in DND mode
    - Fix immediately withdrawn notifications getting stuck
    - Honor XDG SingleMainWindow key in .desktop files
  * debian/patches:
    - Drop applied upstream
    - Do not use positional arguments in i18n.merge_file

 -- Marco Trevisan (Treviño) <marco@ubuntu.com>  Tue, 25 Jan 2022 16:34:22 +0100

gnome-shell (41.2-1) unstable; urgency=medium

  * Team upload
  * New upstream release
  * d/patches: Update to upstream gnome-41 branch commit 41.2-5-g9bf1988b5:
    - Fix a freeze involving window tracking
    - Update Turkish translation
  * Adjust Lintian overrides syntax for newer Lintian

 -- Simon McVittie <smcv@debian.org>  Wed, 22 Dec 2021 11:51:59 +0000

gnome-shell (41.1-1) unstable; urgency=medium

  * Team upload
  * New upstream release
  * d/rules: Pass bash_completion Meson option to correct subproject.
    With Meson 0.60.x, unknown -D options are an error. (Closes: #998589)
  * Adjust Lintian overrides

 -- Simon McVittie <smcv@debian.org>  Fri, 05 Nov 2021 15:23:00 +0000

gnome-shell (41.0-2) unstable; urgency=medium

  * Team upload
  * Update Lintian overrides for RUNPATH
  * Upload to unstable

 -- Simon McVittie <smcv@debian.org>  Sat, 16 Oct 2021 19:27:01 +0100

gnome-shell (41.0-1) experimental; urgency=medium

  * Team upload
  * New upstream release
  * Update dependency versions
  * d/rules: Stay with libsoup 2.4 for now
  * Build-depend on libmutter-test-9 if tests are enabled
  * Enable or disable tests according to nocheck build option
  * Stop installing gconf -> gsettings migration rules, removed upstream
  * Standards-Version: 4.6.0 (no changes required)
  * Build-depend on mutter <!nocheck>
    Some tests need the libdefault.so plugin.

 -- Simon McVittie <smcv@debian.org>  Sun, 10 Oct 2021 21:26:33 +0100

gnome-shell (40.5-1ubuntu2) impish; urgency=medium

  [ Daniel van Vugt ]
  * debian/patches: Avoid full meta context finalization.
    To workaround (prevent) shutdown crashes (LP: #1936826, #1942031, #1942121,
    LP: #1943406, #1944054, #1945010, #1945116, #1944388)

 -- Marco Trevisan (Treviño) <marco@ubuntu.com>  Tue, 05 Oct 2021 04:52:11 +0200

gnome-shell (40.5-1ubuntu1) impish; urgency=medium

  * Merge with debian
  * debian/patches: Refresh and update to current upstream
  * debian/patches: Move ubuntu-only patches into the ubuntu namespace
  * Remaining changes with debian:
    - Replace gnome-backgrounds dep with ubuntu-wallpapers and Suggests
      gnome-themes-standard-data, gnome-backgrounds
    - Add some Recommends:
      + ubuntu-session (| gnome-session) to have the ubuntu session available
      + xserver-xorg-legacy
      + yaru-theme-gnome-shell for the default ubuntu theming
    - Update debian/gbp.conf with Ubuntu settings
    - gnome-shell-common.prerm: Remove deprecated ubuntu theme alternative
    - ubuntu/desktop_detect.patch:
      + add caching for desktop detection to avoid querying the current
        desktop env variable as iterate through the list each time. For the
        time of the Shell process, we can expect this env variable to stay
        stable.
    - ubuntu/smarter_alt_tab.patch:
      + quick alt-tab (without showing up the switcher) switch only between
        the last window of the last 2 applications to be focused instead of
        raising all windows of those apps.
    - ubuntu/lightdm-user-switching.patch:
      + Allow user switching when using LightDM.
    - ubuntu/lock_on_suspend.patch
      + Respect Ubuntu's lock-on-suspend setting.
    - ubuntu/background_login.patch
      + Change default background color as we modified the default GDM color
        for our ubuntu session.
    - ubuntu/gdm_alternatives.patch
      + Add support for GDM3 theme alternatives
    - optional-hot-corner.patch
      + enable patch proposed by upstream developer already in package (but
        not in series) to add a settings for optional hot corner activation.
    - main-show-an-error-message-on-gnome-shell-crash.patch,
      global-make-possible-to-set-debug-flags-dynamically.patch,
      main-increase-the-granularity-of-backtraces-in-SHELL_DEBU.patch,
      main-add-backtrace-crashes-all-and-backtrace-all.patch,
      sessionMode-add-support-for-debugFlags-parameter.patch:
      + Improve debug JS tracing for crash reports
    - st-scroll-view-Handle-the-case-where-scrollbars-are-NULL.patch:
      + Fix crash on theme changes
    - ubuntu/search-call-XUbuntuCancel-method-on-providers-when-no-dat.patch:
      + stop searches when requested from UI
    - magnifier-Show-cursor-when-magnifier-is-enabled-and-scale.patch:
      + Show monitor scaled cursor when magnifier is enabled
    - ubuntu/layout-Make-starting-in-the-overview-optional.patch:
      + Makes dock replace overview easier
    - ubuntu/layout-Try-to-allocate-before-getting-size-of-tracke.patch:
      + Ensure windows don't get maximized under the panels / dock
    - Break gnome-shell-extension-desktop-icons (<< 19.01.3+git20190814)

  [ Jeremy Bicha ]
  * Revert "Skip ppc64el tests to fix FTBFS"

 -- Marco Trevisan (Treviño) <marco@ubuntu.com>  Sat, 25 Sep 2021 13:07:30 +0200

gnome-shell (40.5-1) unstable; urgency=medium

  * New upstream release:
    - Optimize rendering of fullscreen zoom
    - Fix glitchy launch animations when leaving overview
    - Fix wrong separator position in dash
    - Fix OSK not registering button presses on X11
    - Fix work area getting messed up by hidden panels
    - Fix IM candidate popover position

  [ Simon McVittie ]
  * Revert "Avoid libgweather 40 dependency"
    libgweather 40 has now been uploaded to unstable.

 -- Marco Trevisan (Treviño) <marco@ubuntu.com>  Fri, 24 Sep 2021 22:07:26 +0200

gnome-shell (40.4-3) unstable; urgency=medium

  * Team upload

  [ Simon McVittie ]
  * gnome-shell-extension-prefs: Add patch to give Debian-specific advice.
    We package gnome-extensions-app in the same binary package as
    gnome-shell-extension-prefs, so there's never a need to install it
    separately, either via Debian packages or from Flathub.
  * gnome-shell-extension-prefs: Add Provides on gnome-extensions-app.
    The gnome-shell-extension-prefs program in this package is deprecated,
    and the gnome-extensions-app program is now the main reason to want to
    install it, so let's make it a bit more discoverable.
  * gnome-shell: Add Suggests on gnome-shell-extension-prefs.
    The g-s-e-p program itself is deprecated, but the g-s-e-p package also
    contains gnome-extensions-app, which is the recommended UI for
    extensions management.

  [ Jeremy Bicha ]
  * debian/watch: Watch for stable releases

  [ Marco Trevisan (Treviño) ]
  * debian/control: Add missing dependency on gir1.2-gtk-4.0

  [ Gunnar Hjalmarsson ]
  * Add libgtk-3-bin to Build-Depends for dh_translations (LP: #1941954)

 -- Simon McVittie <smcv@debian.org>  Sun, 12 Sep 2021 16:44:18 +0100

gnome-shell (40.4-2) unstable; urgency=medium

  * Team upload
  * Release to unstable (transition: #992870)
  * Depend on gnome-settings-daemon 40.
    Older versions don't autostart the screensaver service, causing screen
    locking to fail.
    Thanks to jordi
  * Depend on gsettings-desktop-schemas 40.
    This is implicit in our dependency on a newer gnome-settings-daemon,
    but let's make it explicit that all the core GNOME packages need to
    go together.

 -- Simon McVittie <smcv@debian.org>  Sat, 11 Sep 2021 21:54:49 +0100

gnome-shell (40.4-1) experimental; urgency=medium

  * Team upload
  * New upstream release
    - Don't include hidden search results in keyboard navigation
    - Fix visual issues with extensions that occupy screen edges
    - Add focus indications for switch widgets, such as VPN toggles
    - Fix visual glitch when dragging window preview in overview
    - Avoid windows that should not be in the overview appearing on
      Shell startup, for example with desktop-icons-ng
    - Fix suspend inhibitor accounting
    - Avoid a crash when running in "headless" mode
    - Be compatible with more combinations of new GLib and old gjs
      (not applicable in Debian, we already have the new gjs)
    - Fix spurious warnings for virtual input devices
    - Minor optimization for screen magnifier
    - Avoid a warning when displaying app details
    - Use the same location permissions as gnome-control-center
    - Fix some small memory leaks
    - Fix glitch in transition from app grid to session
    - Fix input method popup visibility when in fullscreen
    - magnifier: Fix view jumps when using caret tracking
    - Fix shadow rendering glitches
    - Fix vertical scrollbars in RTL locales
    - Fix a crash if an app moves between monitors during startup
    - Remove timeout for starting Xwayland on-demand
    - Fix D-Bus-initiated app focus changes
    - Make sure to return a value from D-Bus methods so callers won't
      time out
    - Make sure power menu stays in sync with upower
    - Handle non-widget source actors
    - Optimize shadows in overview
    - Use mallinfo2() instead of deprecated mallinfo() if glibc is new
      enough (not applicable in Debian yet)
    - Fix runtime warnings related to magnifier and shutdown
    - Translation updates
  * d/p/weather-Cope-with-either-libgweather-40-or-3.36.patch:
    Avoid libgweather 40 dependency.
    It'll be easier to do the libmutter-8-0 transition if we can decouple
    it from libgweather, and gnome-shell is written in a dynamic language,
    so we can easily avoid the dependency.
  * Relax Breaks on top-icons-plus extension.
    There doesn't seem to have been an official upstream release for v28,
    so the version fixing GNOME 40 compatibility will be 27-3.
    It has a versioned Depends anyway, so we don't need to be completely
    precise here.

 -- Simon McVittie <smcv@debian.org>  Tue, 31 Aug 2021 10:03:33 +0100

gnome-shell (40.2-1ubuntu6) impish; urgency=medium

  * d/rules:
    - Drop dh_translations workaround. gettext used by LP has been
      updated (LP: #1756547).
    - Fix Lintian warning about DEB_HOST_ARCH assignment

 -- Gunnar Hjalmarsson <gunnarhj@ubuntu.com>  Wed, 01 Sep 2021 15:44:38 +0200

gnome-shell (40.2-1ubuntu5) impish; urgency=medium

  * Fix translation issues (LP: #1941954):
    - Really fix translation import problem as reported in LP: #1756547
    - Add libgtk-3-bin to Build-Depends for dh_translations

 -- Gunnar Hjalmarsson <gunnarhj@ubuntu.com>  Sat, 28 Aug 2021 20:13:36 +0200

gnome-shell (40.2-1ubuntu4) impish; urgency=medium

  * debian/rules:
    - Skip tests when building for ppc64el to fix FTBFS (LP: #1941792)

 -- Gunnar Hjalmarsson <gunnarhj@ubuntu.com>  Fri, 27 Aug 2021 16:20:11 +0200

gnome-shell (40.2-1ubuntu3) impish; urgency=medium

  [ Daniel van Vugt ]
  * Add layout-Make-starting-in-the-overview-optional.patch:
    - So that extensions like Ubuntu Dock have the option of preventing
      the shell starting in the overview. (LP: #1940925)

 -- Gunnar Hjalmarsson <gunnarhj@ubuntu.com>  Thu, 26 Aug 2021 19:47:55 +0200

gnome-shell (40.2-1ubuntu2) impish; urgency=medium

  [ Daniel van Vugt ]
  * Add workspace-Remove-skip-taskbar-windows-while-the-over.patch to stop the
    desktop icons window appearing like an app window in the overview on
    startup (LP: #1936643)

 -- Iain Lane <iain.lane@canonical.com>  Thu, 12 Aug 2021 09:41:01 +0100

gnome-shell (40.2-1ubuntu1) impish; urgency=medium

  * Merge with debian
  * debian/control:
    - Bump Breaks on yaru-theme-gnome-shell 21.10.1
    - Stop suggesting removed package gnome-themes-standard-data
    - Recommends newer version of yaru theme
  * debian/gnome-shell-common.pre{rm,inst}:
    - Remove deprecated update-alternatives actions
  * debian/gnome-shell-common.alternatives:
    - Use dh_installalternatives
    - Rename gdm3-theme to gdm-theme
  * debian/source_gnome-shell.py: Support gdm name only
  * debian/control: Add missing dependency on gir1.2-gtk-4.0
  * d/p/ubuntu/gdm_alternatives.patch: Use gdm basename for custom stylesheets

 -- Marco Trevisan (Treviño) <marco@ubuntu.com>  Wed, 07 Jul 2021 09:30:42 +0200

gnome-shell (40.2-1) experimental; urgency=medium

  * New upstream release:
    - Unbreak Xwayland apps when not using systemd in user session
    - Fix distributed man pages
    - Avoid unnecessary icon shadow changes
    - Immediately start app grid drags for non-touch devices
    - Handle screencast failures more gracefully
  * debian/patches: Dropped, all applied upstream
  * debian/control: Add break on unreleased version of
    gnome-shell-extension-desktop-icons
  * debian/control: Break on gnome-shell-extension-desktop-icons-ng << 0.16

 -- Marco Trevisan (Treviño) <marco@ubuntu.com>  Wed, 16 Jun 2021 00:47:49 +0200

gnome-shell (40.1-1) experimental; urgency=medium

  * New upstream release
  * debian/patches: Remove (all applied upstream)
  * debian/control:
    - Bump dependency to mutter-8
    - Update extensions breaks.
      This version will break various extensions so update broken versions
    - Build depend on gtk4.
      It's needed by shew subproject
    - Add runtime dependency on gtk4 to the extensions prefs
    - Add missing runtime dependencies and suggestions.
      All dependencies can be found with a script such as:
      grep "imports\.gi" --include "*.js" -rh js \
       | grep -o "\b[A-Z][A-Za-z]\+\(,\|\s\|\b\)" | sed "s/,\?\s*$//g" | sort -u
  * debian/patches:
    - Rebuild manual files to use the manpage format
    - Cherry-pick upstream patch fixing non-systemd case
    - Cherry-pick upstream crash fix

 -- Marco Trevisan (Treviño) <marco@ubuntu.com>  Sun, 30 May 2021 17:55:32 +0200

gnome-shell (3.38.6-1) unstable; urgency=medium

  * Team upload
  * New upstream release
    - gdm user interface fixes
      + Don't limit timed-login progress bar to the width of the username
        if it's short
      + Make sure authentication cancellation is handled correctly
      + Improve fingerprint authentication handling
      + Don't retry authentication if services are unavailable
    - Fix word suggestions in on-screen keyboard
    - Fix freeze after closing some modal dialogs with gjs 1.68.x
      (LP: #1918666)
    - Fix double-free crash in calendar on non-x86 (LP: #1915929)
    - Improve OSK compatibility with gjs 1.68.x (LP: #1918738)
    - Fix input-method popup visibility over fullscreen applications
    - Fix a crash if an app moves between monitors during startup
    - Fix D-Bus-initiated app focus changes
    - Make sure to return a value from D-Bus methods so callers won't
      time out
    - Fix runtime warnings related to magnifier and shutdown
    - Make sure power menu stays in sync with upower
    - Use mallinfo2() instead of deprecated mallinfo() if glibc is new
      enough (not applicable in Debian yet)
  * d/gbp.conf, d/control.in: Update VCS details for debian/unstable branch

 -- Simon McVittie <smcv@debian.org>  Thu, 26 Aug 2021 08:50:50 +0100

gnome-shell (3.38.4-2) experimental; urgency=medium

  * debian/patches: Import upstream patches needed to support libgweather 40.
    libgweather 40 had an internal API change that caused runtime issues, so
    we need to update the shell code in order to make the shell to work and
    show the weather information.
  * debian/control: Bump runtime dependency on gweather 40

 -- Marco Trevisan (Treviño) <marco@ubuntu.com>  Wed, 26 May 2021 13:37:14 +0200

gnome-shell (3.38.4-1ubuntu3) impish; urgency=medium

  [ Daniel van Vugt ]
  * Add workspacesView-Only-use-valid-allocations-when-avail.patch.
    To stop bogus values being used in _updateWorkspacesActualGeometry(),
    which would cause the overview to fail to toggle. (LP: #1922353)

  [ Marco Trevisan (Treviño) ]
  * debian/patches: Refresh
  * debian/patches: Cherry-pick upstream calendar-server crash fix
    (LP: #1915929)

 -- Marco Trevisan (Treviño) <marco@ubuntu.com>  Mon, 31 May 2021 18:51:34 +0200

gnome-shell (3.38.4-1ubuntu2) hirsute; urgency=medium

  [ Daniel van Vugt ]
  * Add layout-Try-to-allocate-before-getting-size-of-tracke.patch.
    To fix LP: #1919979 and also to re-fix LP: #1917939
    (LP: #1919979, #1917939)
  * Drop layout-Allow-updating-struts-in-Overview.patch.
    Because it caused a regression and doesn't seem to have been necessary
    anyway. (LP: #1922772)

  [ Marco Trevisan (Treviño) ]
  * debian/patches: Fix suggestions box actor population in non-latin languages
    (LP: #1914230)
  * debian/patches: Enable to use Escape to cancel auth requests (with limits)
    (LP: #1921929)
  * debian/patches: Refresh

 -- Marco Trevisan (Treviño) <marco@ubuntu.com>  Thu, 15 Apr 2021 06:20:27 +0200

gnome-shell (3.38.4-1ubuntu1) hirsute; urgency=medium

  * Merge with debian, containing a new upstream release
  * debian/control: (Build-)Depends on mutter 3.38.4
  * debian/patches:
    - Refresh
    - Remove input-thread related patches
    - Fix handling of OSK codes in keyboard (LP: #1918738)
    - Ensure Cancel button uses proper arguments (LP: #1918666)
    - Allow updating struts in Overview (LP: #1917939)
    - Configure Login Scree: cleanup code to match shell's JS
  * Remaining changes with debian:
    - Replace gnome-backgrounds dep with ubuntu-wallpapers and Suggests
      gnome-themes-standard-data, gnome-backgrounds
    - Add some Recommends:
      + ubuntu-session (| gnome-session) to have the ubuntu session available
      + xserver-xorg-legacy
      + yaru-theme-gnome-shell for the default ubuntu theming
    - Update debian/gbp.conf with Ubuntu settings
    - gnome-shell-common.prerm: Remove deprecated ubuntu theme alternative
    - ubuntu/desktop_detect.patch:
      + add caching for desktop detection to avoid querying the current
        desktop env variable as iterate through the list each time. For the
        time of the Shell process, we can expect this env variable to stay
        stable.
    - ubuntu/smarter_alt_tab.patch:
      + quick alt-tab (without showing up the switcher) switch only between
        the last window of the last 2 applications to be focused instead of
        raising all windows of those apps.
    - ubuntu/lightdm-user-switching.patch:
      + Allow user switching when using LightDM.
    - ubuntu/lock_on_suspend.patch
      + Respect Ubuntu's lock-on-suspend setting.
    - ubuntu/background_login.patch
      + Change default background color as we modified the default GDM color
        for our ubuntu session.
    - ubuntu/gdm_alternatives.patch
      + Add support for GDM3 theme alternatives
    - optional-hot-corner.patch
      + enable patch proposed by upstream developer already in package (but
        not in series) to add a settings for optional hot corner activation.
    - main-show-an-error-message-on-gnome-shell-crash.patch,
      global-make-possible-to-set-debug-flags-dynamically.patch,
      main-increase-the-granularity-of-backtraces-in-SHELL_DEBU.patch,
      main-add-backtrace-crashes-all-and-backtrace-all.patch,
      sessionMode-add-support-for-debugFlags-parameter.patch:
      + Improve debug JS tracing for crash reports
    - st-scroll-view-Handle-the-case-where-scrollbars-are-NULL.patch:
      + Fix crash on theme changes
    - ubuntu/search-call-XUbuntuCancel-method-on-providers-when-no-dat.patch:
      + stop searches when requested from UI
    - magnifier-Show-cursor-when-magnifier-is-enabled-and-scale.patch:
      + Show monitor scaled cursor when magnifier is enabled
    - Break gnome-shell-extension-desktop-icons (<< 19.01.3+git20190814)

 -- Marco Trevisan (Treviño) <marco@ubuntu.com>  Fri, 26 Mar 2021 07:25:17 +0100

gnome-shell (3.38.4-1) unstable; urgency=medium

  * Team upload
  * New upstream release
    - Fix missing X11 fallback icons (particularly for games and other
      programs not installed system-wide), a regression in 3.37.3
    - Fix a Shell crash when an X11 window with an invalid/empty icon
      is closed, possibly a regression in 3.38.3-3
    - Fix a memory leak when getting the icon from the texture cache
    - Fix a possible use-after-free when removing a window
    - Don't reposition unrelated windows when dragging a window onto the
      workspace switcher
    - Make sure the blur effect shader can be compiled successfully
    - Many other fixes that we already had via debian/patches
  * Drop all patches, applied upstream

 -- Simon McVittie <smcv@debian.org>  Wed, 17 Mar 2021 09:52:47 +0000

gnome-shell (3.38.3-4) unstable; urgency=medium

  * Team upload
  * Update to upstream commit 3.38.3-11-ga87aae8f4 from gnome-3-38 branch
    - Fix a crash if libsoup version 3 is installed
    - Update German translation

 -- Simon McVittie <smcv@debian.org>  Tue, 09 Mar 2021 20:35:00 +0000

gnome-shell (3.38.3-3ubuntu2) hirsute; urgency=medium

  [ Didier Roche ]
  [ Jean-Baptiste Lallement ]
  * debian/patches/ubuntu/configure_login_screen.patch:
    Make GDM background configurable with gsettings (LP: #1918613)

 -- Didier Roche <didrocks@ubuntu.com>  Thu, 25 Mar 2021 10:44:17 +0100

gnome-shell (3.38.3-3ubuntu1) hirsute; urgency=medium

  * debian/patches: Switch to the new API to get actor from inputdevice
    (LP: #1690719)
  * debian/control: Bump dependency on mutter with input thread support
  * debian/patches: Update to MetaCursorTracker API change
  * debian/patches: Do not forward device IDs
  * debian/ubuntu-session-mods/ubuntu.json: Use desktop-icons-ng extension by
    default (LP: #1916511)

 -- Marco Trevisan (Treviño) <marco@ubuntu.com>  Fri, 26 Feb 2021 00:51:19 +0100

gnome-shell (3.38.3-3) unstable; urgency=medium

  * Team upload
  * d/patches: Update to 3.38.3-9-gbdf31febe from gnome-3-38 branch
    - Use image-data in preference to app icon for notifications
    - Don't let fullscreen apps block the workspace-changing animation
    - Don't leave a non-interactable polkit prompt if authentication
      succeeds without requiring user interaction (LP: #1824874)
    - Fix a crash in the blur effect when taking a screenshot or
      screencast
    - Fix a crash involving apps' fallback icons

 -- Simon McVittie <smcv@debian.org>  Tue, 23 Feb 2021 09:28:02 +0000

gnome-shell (3.38.3-2ubuntu2) hirsute; urgency=medium

  * d/p/gdm-Don-t-try-to-retry-authenticating-when-the-service-is.patch:
    - gdm: Don't try to retry authenticating when the service is unavailable
      (LP: #1915570)

 -- Marco Trevisan (Treviño) <marco@ubuntu.com>  Tue, 16 Feb 2021 05:16:49 +0100

gnome-shell (3.38.3-2ubuntu1) hirsute; urgency=medium

  * Merge with debian, containing new upstream release (LP: #1915089)
  * debian/patches: Correctly handle login cancellation and failures.
    Ensure the GDM workers are terminated before restarting a new auth
    request, allowing fingerprint authentication to be restarted.
    (LP: #1915066)
  * debian/patches: Show errors on fingerprint failures and limit retries.
    (LP: #1865838)
  * debian/control: BD on gstreamer and pipewire, depend on gstreamer1.0-pipewire.
    Enable building with pipewire now that is in main and add runtime
    dependency on gstreamer-pipewire to gnome-shell (LP: #1901391).

 -- Marco Trevisan (Treviño) <marco@ubuntu.com>  Tue, 09 Feb 2021 05:16:10 +0100

gnome-shell (3.38.3-2) unstable; urgency=medium

  * Team upload
  * d/patches: Update to 3.38.3-3-ge3dc4401d from gnome-3-38 branch
    - Fix opening Extensions app from notification
    - Fix workspace layout in right-to-left locales
    - Don't break window focusing if trying to take an area screenshot while
      an application such as a game has an X11 grab (LP: #1910235)

 -- Simon McVittie <smcv@debian.org>  Thu, 04 Feb 2021 10:27:05 +0000

gnome-shell (3.38.3-1) unstable; urgency=medium

  * Team upload
  * d/watch: Only watch for 3.38.x versions
  * New upstream release

 -- Simon McVittie <smcv@debian.org>  Thu, 14 Jan 2021 20:13:26 +0000

gnome-shell (3.38.2-1ubuntu1) hirsute; urgency=medium

  * Merge with debian, containing new upstream release (LP: #1908161):
    - Fixed crash in meta_window_actor_thaw (LP: #1897765)
    - Fixed crash in st_bin_destroy (LP: #1898005)
  * debian/patches:
    - Refreshed
    - Revert-appDisplay-baseAppView-Cleanup-animate.patch:
      + Revert a 3.38.2 change that proved to cause regressions
    - screenshot-Grab-screenshot-during-paint-on-X11.patch:
      + Correctly take screenshots for fullscreen games (LP: #1908164)
  * Remaining changes with debian:
    - Replace gnome-backgrounds dep with ubuntu-wallpapers and Suggests
      gnome-themes-standard-data, gnome-backgrounds
    - Add some Recommends:
      + ubuntu-session (| gnome-session) to have the ubuntu session available
      + xserver-xorg-legacy
      + yaru-theme-gnome-shell for the default ubuntu theming
    - Update debian/gbp.conf with Ubuntu settings
    - gnome-shell-common.prerm: Remove deprecated ubuntu theme alternative
    - ubuntu/desktop_detect.patch:
      + add caching for desktop detection to avoid querying the current
        desktop env variable as iterate through the list each time. For the
        time of the Shell process, we can expect this env variable to stay
        stable.
    - ubuntu/smarter_alt_tab.patch:
      + quick alt-tab (without showing up the switcher) switch only between
        the last window of the last 2 applications to be focused instead of
        raising all windows of those apps.
    - ubuntu/lightdm-user-switching.patch:
      + Allow user switching when using LightDM.
    - ubuntu/lock_on_suspend.patch
      + Respect Ubuntu's lock-on-suspend setting.
    - ubuntu/background_login.patch
      + Change default background color as we modified the default GDM color
        for our ubuntu session.
    - ubuntu/gdm_alternatives.patch
      + Add support for GDM3 theme alternatives
    - optional-hot-corner.patch
      + enable patch proposed by upstream developer already in package (but
        not in series) to add a settings for optional hot corner activation.
    - main-show-an-error-message-on-gnome-shell-crash.patch,
      global-make-possible-to-set-debug-flags-dynamically.patch,
      main-increase-the-granularity-of-backtraces-in-SHELL_DEBU.patch,
      main-add-backtrace-crashes-all-and-backtrace-all.patch,
      sessionMode-add-support-for-debugFlags-parameter.patch:
      + Improve debug JS tracing for crash reports
    - st-scroll-view-Handle-the-case-where-scrollbars-are-NULL.patch:
      + Fix crash on theme changes
    - ubuntu/search-call-XUbuntuCancel-method-on-providers-when-no-dat.patch:
      + stop searches when requested from UI
    - magnifier-Show-cursor-when-magnifier-is-enabled-and-scale.patch:
      + Show monitor scaled cursor when magnifier is enabled
    - Break gnome-shell-extension-desktop-icons (<< 19.01.3+git20190814)

 -- Marco Trevisan (Treviño) <marco@ubuntu.com>  Tue, 15 Dec 2020 02:42:26 +0100

gnome-shell (3.38.2-1) unstable; urgency=medium

  * Team upload
  * New upstream release
    - Improve app picker spacing on larger resolutions
    - Don't add dialogs to the window preview more than once
    - Avoid cursor visibility changes on startup
    - Remove dead code in StButton, StEntry
    - Make FocusApp D-Bus method more reliable
    - Fix crashes with the desktop-icons extension
      (LP: #1898005, LP: #1898910)
    - Silence some warnings
    - Update translations: nb, zh_CN
    - Otherwise functionally equivalent to 3.38.1-3
  * Drop patches that were included in the new upstream release
  * d/gbp.conf: Use upstream 3.38.x branch.
    Version 40~alpha was already released, so it's misleading to say that
    3.38.x is the latest.
  * Standards-Version: 4.5.1 (no changes required)
  * Update Lintian overrides
  * Release to unstable

 -- Simon McVittie <smcv@debian.org>  Thu, 03 Dec 2020 10:40:52 +0000

gnome-shell (3.38.1-3) experimental; urgency=medium

  * Team upload
  * Update to upstream gnome-3-38 branch, commit 3.38.1-19-ge93b8263b
    - Fix a crash with message "Error in freeze/thaw accounting"
    - Don't crash if taking a per-window screenshot fails
    - Align audio device selection icons better
    - Fix typing replies into Telepathy notifications
    - Fix some memory leaks
    - Show screen-recorder indication, even in Xorg
    - Don't play message sounds when "Do not disturb" is enabled
    - Don't allow adding apps to favorites if they would be hidden anyway
    - Update translations: bn_IN, es, fur, pt

 -- Simon McVittie <smcv@debian.org>  Thu, 12 Nov 2020 16:45:02 +0000

gnome-shell (3.38.1-2) unstable; urgency=medium

  * debian/patches/modemManager_Add-property-getters.patch:
    - Cherry picked upstream commit to fix issue with missing "Mobile
      Broadband" item in the system menu (closes: #971511).

  [ Simon McVittie ]
  * d/control.in: Depend on gir1.2-gstreamer-1.0 (closes: #973463)

 -- Marco Trevisan (Treviño) <marco@ubuntu.com>  Wed, 04 Nov 2020 17:26:00 +0100

gnome-shell (3.38.1-1ubuntu2) hirsute; urgency=medium

  * debian/patches/modemManager_Add-property-getters.patch:
    - Cherry picked upstream commit to fix issue with missing "Mobile
      Broadband" item in the system menu (LP: #1902829).

 -- Gunnar Hjalmarsson <gunnarhj@ubuntu.com>  Wed, 04 Nov 2020 16:59:17 +0100

gnome-shell (3.38.1-1ubuntu1) groovy; urgency=medium

  * Merge with debian, including new upstream release, remaining changes:
    - Replace gnome-backgrounds dep with ubuntu-wallpapers and Suggests
      gnome-themes-standard-data, gnome-backgrounds
    - Add some Recommends:
      + ubuntu-session (| gnome-session) to have the ubuntu session available
      + xserver-xorg-legacy
      + yaru-theme-gnome-shell for the default ubuntu theming
    - Update debian/gbp.conf with Ubuntu settings
    - gnome-shell-common.prerm: Remove deprecated ubuntu theme alternative
    - ubuntu/desktop_detect.patch:
      + add caching for desktop detection to avoid querying the current
        desktop env variable as iterate through the list each time. For the
        time of the Shell process, we can expect this env variable to stay
        stable.
    - ubuntu/smarter_alt_tab.patch:
      + quick alt-tab (without showing up the switcher) switch only between
        the last window of the last 2 applications to be focused instead of
        raising all windows of those apps.
    - ubuntu/lightdm-user-switching.patch:
      + Allow user switching when using LightDM.
    - ubuntu/lock_on_suspend.patch
      + Respect Ubuntu's lock-on-suspend setting.
    - ubuntu/background_login.patch
      + Change default background color as we modified the default GDM color
        for our ubuntu session.
    - ubuntu/gdm_alternatives.patch
      + Add support for GDM3 theme alternatives
    - optional-hot-corner.patch
      + enable patch proposed by upstream developer already in package (but
        not in series) to add a settings for optional hot corner activation.
    - main-show-an-error-message-on-gnome-shell-crash.patch,
      global-make-possible-to-set-debug-flags-dynamically.patch,
      main-increase-the-granularity-of-backtraces-in-SHELL_DEBU.patch,
      main-add-backtrace-crashes-all-and-backtrace-all.patch,
      sessionMode-add-support-for-debugFlags-parameter.patch:
      + Improve debug JS tracing for crash reports
    - st-scroll-view-Handle-the-case-where-scrollbars-are-NULL.patch:
      + Fix crash on theme changes
    - ubuntu/search-call-XUbuntuCancel-method-on-providers-when-no-dat.patch:
      + stop searches when requested from UI
    - magnifier-Show-cursor-when-magnifier-is-enabled-and-scale.patch:
      + Show monitor scaled cursor when magnifier is enabled
    - Break gnome-shell-extension-desktop-icons (<< 19.01.3+git20190814)
  * debian/patches: Refresh

 -- Marco Trevisan (Treviño) <marco@ubuntu.com>  Sun, 11 Oct 2020 02:43:11 +0200

gnome-shell (3.38.1-1) unstable; urgency=medium

  * New upstream release
    - Add screen recordings to recent items
    - Tweak peek-password feature
    - Fix workspace glitches in overview
    - Improve DND behavior in app picker

 -- Marco Trevisan (Treviño) <marco@ubuntu.com>  Sun, 11 Oct 2020 02:04:29 +0200

gnome-shell (3.38.0-2) unstable; urgency=medium

  * Team upload
  * Release to unstable

 -- Simon McVittie <smcv@debian.org>  Fri, 25 Sep 2020 10:25:25 +0100

gnome-shell (3.38.0-1ubuntu2) groovy; urgency=medium

  * debian/control:
    - Revert "Require a known-working version of Pipewire",
      Revert "Depend on gstreamer1.0-pipewire",
      Revert "Enable screencasting support now that pipewire 0.3 is in
      experimental":
      + We don't support pipewire in yet

 -- Marco Trevisan (Treviño) <marco@ubuntu.com>  Mon, 21 Sep 2020 18:40:51 +0200

gnome-shell (3.38.0-1ubuntu1) groovy; urgency=medium

  * Merge with debian, including new upstream release, remaining changes:
    - Replace gnome-backgrounds dep with ubuntu-wallpapers and Suggests
      gnome-themes-standard-data, gnome-backgrounds
    - Add some Recommends:
      + ubuntu-session (| gnome-session) to have the ubuntu session available
      + xserver-xorg-legacy
      + yaru-theme-gnome-shell for the default ubuntu theming
    - Update debian/gbp.conf with Ubuntu settings
    - gnome-shell-common.prerm: Remove deprecated ubuntu theme alternative
    - ubuntu/desktop_detect.patch:
      + add caching for desktop detection to avoid querying the current
        desktop env variable as iterate through the list each time. For the
        time of the Shell process, we can expect this env variable to stay
        stable.
    - ubuntu/smarter_alt_tab.patch:
      + quick alt-tab (without showing up the switcher) switch only between
        the last window of the last 2 applications to be focused instead of
        raising all windows of those apps.
    - ubuntu/lightdm-user-switching.patch:
      + Allow user switching when using LightDM.
    - ubuntu/lock_on_suspend.patch
      + Respect Ubuntu's lock-on-suspend setting.
    - ubuntu/background_login.patch
      + Change default background color as we modified the default GDM color
        for our ubuntu session.
    - ubuntu/gdm_alternatives.patch
      + Add support for GDM3 theme alternatives
    - optional-hot-corner.patch
      + enable patch proposed by upstream developer already in package (but
        not in series) to add a settings for optional hot corner activation.
    - main-show-an-error-message-on-gnome-shell-crash.patch,
      global-make-possible-to-set-debug-flags-dynamically.patch,
      main-increase-the-granularity-of-backtraces-in-SHELL_DEBU.patch,
      main-add-backtrace-crashes-all-and-backtrace-all.patch,
      sessionMode-add-support-for-debugFlags-parameter.patch:
      + Improve debug JS tracing for crash reports
    - st-scroll-view-Handle-the-case-where-scrollbars-are-NULL.patch:
      + Fix crash on theme changes
    - ubuntu/search-call-XUbuntuCancel-method-on-providers-when-no-dat.patch:
      + stop searches when requested from UI
    - magnifier-Show-cursor-when-magnifier-is-enabled-and-scale.patch:
      + Show monitor scaled cursor when magnifier is enabled
    - Break gnome-shell-extension-desktop-icons (<< 19.01.3+git20190814)
  * debian/patches: Refresh

 -- Marco Trevisan (Treviño) <marco@ubuntu.com>  Wed, 16 Sep 2020 15:37:47 +0200

gnome-shell (3.38.0-1) experimental; urgency=medium

  * New upstream release

 -- Marco Trevisan (Treviño) <marco@ubuntu.com>  Wed, 16 Sep 2020 15:03:21 +0200

gnome-shell (3.37.92-3) experimental; urgency=medium

  * Team upload
  * Build-depend on systemd, for systemd.pc

 -- Simon McVittie <smcv@debian.org>  Tue, 08 Sep 2020 23:21:34 +0100

gnome-shell (3.37.92-2) experimental; urgency=medium

  * Team upload

  [ Georges Basile Stavracas Neto ]
  * debian/rules: Update Meson option names
  * Depend on gstreamer1.0-pipewire.
    GNOME Shell's built-in screencast tool was made into a separate
    service that uses pipewiresrc.

  [ Simon McVittie ]
  * Require a known-working version of Pipewire
  * Remove migration path from ancient -dbg packages

 -- Simon McVittie <smcv@debian.org>  Tue, 08 Sep 2020 15:48:11 +0100

gnome-shell (3.37.92-1) experimental; urgency=medium

  * Team upload
  * New upstream release
    - Fix screen recorder shortcut
    - Support cycle-group cycling only over windows in the workspace
  * Update mutter dependency version
  * Enable screencasting support now that pipewire 0.3 is in experimental

 -- Simon McVittie <smcv@debian.org>  Mon, 07 Sep 2020 20:01:41 +0100

gnome-shell (3.37.91-1ubuntu1) groovy; urgency=medium

  * Merge with debian, including new upstream release, remaining changes:
    - Replace gnome-backgrounds dep with ubuntu-wallpapers and Suggests
      gnome-themes-standard-data, gnome-backgrounds
    - Add some Recommends:
      + ubuntu-session (| gnome-session) to have the ubuntu session available
      + xserver-xorg-legacy
      + yaru-theme-gnome-shell for the default ubuntu theming
    - Update debian/gbp.conf with Ubuntu settings
    - gnome-shell-common.prerm: Remove deprecated ubuntu theme alternative
    - ubuntu/desktop_detect.patch:
      + add caching for desktop detection to avoid querying the current
        desktop env variable as iterate through the list each time. For the
        time of the Shell process, we can expect this env variable to stay
        stable.
    - ubuntu/smarter_alt_tab.patch:
      + quick alt-tab (without showing up the switcher) switch only between
        the last window of the last 2 applications to be focused instead of
        raising all windows of those apps.
    - ubuntu/lightdm-user-switching.patch:
      + Allow user switching when using LightDM.
    - ubuntu/lock_on_suspend.patch
      + Respect Ubuntu's lock-on-suspend setting.
    - ubuntu/background_login.patch
      + Change default background color as we modified the default GDM color
        for our ubuntu session.
    - ubuntu/gdm_alternatives.patch
      + Add support for GDM3 theme alternatives
    - optional-hot-corner.patch
      + enable patch proposed by upstream developer already in package (but
        not in series) to add a settings for optional hot corner activation.
    - main-show-an-error-message-on-gnome-shell-crash.patch,
      global-make-possible-to-set-debug-flags-dynamically.patch,
      main-increase-the-granularity-of-backtraces-in-SHELL_DEBU.patch,
      main-add-backtrace-crashes-all-and-backtrace-all.patch,
      sessionMode-add-support-for-debugFlags-parameter.patch:
      + Improve debug JS tracing for crash reports
    - st-scroll-view-Handle-the-case-where-scrollbars-are-NULL.patch:
      + Fix crash on theme changes
    - ubuntu/search-call-XUbuntuCancel-method-on-providers-when-no-dat.patch:
      + stop searches when requested from UI
    - magnifier-Show-cursor-when-magnifier-is-enabled-and-scale.patch:
      + Show monitor scaled cursor when magnifier is enabled
    - Break gnome-shell-extension-desktop-icons (<< 19.01.3+git20190814)
  * debian/patches: Refreshed
  * debian/control:
    - Set breaks on upcoming core extensions. This update is going to break
      them, so we need extensions updates before migra
    - Set breaks on upcoming yaru theme.
      There are not big deals using the current yaru, but better to wait for a
      suynced one.

 -- Marco Trevisan (Treviño) <marco@ubuntu.com>  Thu, 27 Aug 2020 23:14:01 +0200

gnome-shell (3.37.91-1) experimental; urgency=medium

  * New upstream release:
    - Inhibit remote access when disabled by session mode
    - Remove Frequent view from app picker
    - Allow rearranging items in app picker
    - Add support for parental controls filtering
    - Support pre-authenticated logins in vmware environments (LP: #1886592)
    - Update microphone icon on input volume changes
    - Support prepending workspace with horizontal layouts
    - Move calendar events out of notifications list
    - Expose actor tree in looking glass
    - Add support for "PrefersNonDefaultGPU" desktop key
    - Move screencasting into a separate service (needs pipewire)
    - Default to not installing updates on low battery
    - Refactor and clean up app picker pagination (LP: #1873725)
    - Misc fixes and memory improvements
  * debian/control:
    - Depend on debhelper-compat = 13
    - Remove useless dependency on mutter (the binary)
    - Test depend on gir1.2-upowerglib-1.0
    - Update build dependencies to match upstream
    - Remove leading space in gnome-shell-extension-prefs description
  * debian/patches: Drop them all
  * debian/rules:
    - Don't manually set --fail-missing (included in dh 13)
    - Remove uneeded test environment variables overrides (included in dh 13)
  * debian/sources/lintian-override:
    - Override some desktop files related warnings
  * debian/gbp.conf: Point to upstream/latest
  * debian/watch: Monitor unstable versions

 -- Marco Trevisan (Treviño) <marco@ubuntu.com>  Thu, 27 Aug 2020 17:34:56 +0200

gnome-shell (3.36.6-1) unstable; urgency=medium

  * Team upload

  * New upstream release

 -- Simon McVittie <smcv@debian.org>  Thu, 10 Sep 2020 12:27:18 +0100

gnome-shell (3.36.5-1) unstable; urgency=medium

  * Team upload
  * New upstream release
    - Fix password briefly showing on login dialog during logout if it
      was previously made visible (CVE-2020-17489, Closes: #968311)
  * Drop most patches, applied upstream

 -- Simon McVittie <smcv@debian.org>  Wed, 12 Aug 2020 21:28:22 +0100

gnome-shell (3.36.4-1ubuntu2~build1) groovy; urgency=medium

  * Rebuild with the new libedataserver soname

 -- Ken VanDine <ken.vandine@canonical.com>  Tue, 18 Aug 2020 12:59:03 -0400

gnome-shell (3.36.4-1ubuntu1) groovy; urgency=medium

  * Merge with debian, including new upstream stable release, remaining changes:
    - Replace gnome-backgrounds dep with ubuntu-wallpapers and Suggests
      gnome-themes-standard-data, gnome-backgrounds
    - Add some Recommends:
      + ubuntu-session (| gnome-session) to have the ubuntu session available
      + xserver-xorg-legacy
      + yaru-theme-gnome-shell for the default ubuntu theming
    - Update debian/gbp.conf with Ubuntu settings
    - gnome-shell-common.prerm: Remove deprecated ubuntu theme alternative
    - ubuntu/desktop_detect.patch:
      + add caching for desktop detection to avoid querying the current
        desktop env variable as iterate through the list each time. For the
        time of the Shell process, we can expect this env variable to stay
        stable.
    - ubuntu/smarter_alt_tab.patch:
      + quick alt-tab (without showing up the switcher) switch only between
        the last window of the last 2 applications to be focused instead of
        raising all windows of those apps.
    - ubuntu/lightdm-user-switching.patch:
      + Allow user switching when using LightDM.
    - ubuntu/lock_on_suspend.patch
      + Respect Ubuntu's lock-on-suspend setting.
    - ubuntu/background_login.patch
      + Change default background color as we modified the default GDM color
        for our ubuntu session.
    - ubuntu/gdm_alternatives.patch
      + Add support for GDM3 theme alternatives
    - optional-hot-corner.patch
      + enable patch proposed by upstream developer already in package (but
        not in series) to add a settings for optional hot corner activation.
    - main-show-an-error-message-on-gnome-shell-crash.patch,
      global-make-possible-to-set-debug-flags-dynamically.patch,
      main-increase-the-granularity-of-backtraces-in-SHELL_DEBU.patch,
      main-add-backtrace-crashes-all-and-backtrace-all.patch,
      sessionMode-add-support-for-debugFlags-parameter.patch:
      + Improve debug JS tracing for crash reports
    - st-scroll-view-Handle-the-case-where-scrollbars-are-NULL.patch:
      + Fix crash on theme changes
    - ubuntu/search-call-XUbuntuCancel-method-on-providers-when-no-dat.patch:
      + stop searches when requested from UI
    - magnifier-Show-cursor-when-magnifier-is-enabled-and-scale.patch:
      + Show monitor scaled cursor when magnifier is enabled
    - Break gnome-shell-extension-desktop-icons (<< 19.01.3+git20190814)
  * d/p/ubuntu/gdm_alternatives.patch,
    d/p/ubuntu/secure_mode_extension.patch:
    - Refreshed as pr upstream changes

 -- Marco Trevisan (Treviño) <marco@ubuntu.com>  Mon, 20 Jul 2020 18:18:57 +0200

gnome-shell (3.36.4-1) unstable; urgency=medium

  * New upstream stable release (LP: #1888060)
    - Hide switch-user button on lock screen if unsupported
    - Improve world clocks styling
    - Improve calendar-server performance (Closes: #964851, LP: #1885346)
    - Fix regressions in redesigned modal dialogs (LP: #1871868)
    - Better support sandboxed apps with multiple .desktop files
    - Fix on-screen keyboard size in portrait orientation
    - Support scrolling anywhere in slider menu items
    - Fixed crash
    - Plugged leaks
  * debian/control:
    - Bump dependency on ibedataserver1.2 and evolution-data-server to 3.33.1
  * d/p/shell-mime-sniffer-Ignore-invalid-file-content-type.patch:
    - Dropped (merged upstream)
  * d/p/shell-window-tracker-Tighten-sandbox-ID-prefix-check.patch,
    d/p/extensionDownloader-Fix-check-for-updates-with-several-ex.patch,
    d/p/Update-Brazilian-Portuguese-translation.patch,
    d/p/Update-Brazilian-Portuguese-translation-1.patch,
    d/p/keyboard-Move-named-icons-into-subdirectories.patch,
    d/p/keyboard-Fix-missing-key-icons-in-numeric-level.patch,
    d/p/calendar-server-Remove-delay-before-event-emission.patch:
    - Cherry-picked from upstream stable branch, as they're reiterations to fix
      issues introduced in various 3.36.x releases.

 -- Marco Trevisan (Treviño) <marco@ubuntu.com>  Mon, 20 Jul 2020 15:17:47 +0200

gnome-shell (3.36.3-1ubuntu2) groovy; urgency=medium

  * d/p/shell-mime-sniffer-Ignore-invalid-file-content-type.patch:
    - gnome-shell-sniffer, don't crash when opening files with invalid content
      type (LP: #1865300)

 -- Marco Trevisan (Treviño) <marco@ubuntu.com>  Fri, 05 Jun 2020 20:14:47 +0200

gnome-shell (3.36.3-1ubuntu1) groovy; urgency=medium

  * Merge with debian, including new upstream release:
    - Fix app icon aspect ratio in the panel (LP: #1872026)
    - Ensure that Do not disturb is persistent across sessions (LP: #1873692)
    - Fix Theme node crashes (LP: #1877774, LP: #1877760)
  * debian/patches: Refresh
  * Remaining changes with debian:
    - Replace gnome-backgrounds dep with ubuntu-wallpapers and Suggests
      gnome-themes-standard-data, gnome-backgrounds
    - Add some Recommends:
      + ubuntu-session (| gnome-session) to have the ubuntu session available
      + xserver-xorg-legacy
      + yaru-theme-gnome-shell for the default ubuntu theming
    - Update debian/gbp.conf with Ubuntu settings
    - gnome-shell-common.prerm: Remove deprecated ubuntu theme alternative
    - ubuntu/desktop_detect.patch:
      + add caching for desktop detection to avoid querying the current
        desktop env variable as iterate through the list each time. For the
        time of the Shell process, we can expect this env variable to stay
        stable.
    - ubuntu/smarter_alt_tab.patch:
      + quick alt-tab (without showing up the switcher) switch only between
        the last window of the last 2 applications to be focused instead of
        raising all windows of those apps.
    - ubuntu/lightdm-user-switching.patch:
      + Allow user switching when using LightDM.
    - ubuntu/lock_on_suspend.patch
      + Respect Ubuntu's lock-on-suspend setting.
    - ubuntu/background_login.patch
      + Change default background color as we modified the default GDM color
        for our ubuntu session.
    - ubuntu/gdm_alternatives.patch
      + Add support for GDM3 theme alternatives
    - optional-hot-corner.patch
      + enable patch proposed by upstream developer already in package (but
        not in series) to add a settings for optional hot corner activation.
    - main-show-an-error-message-on-gnome-shell-crash.patch,
      global-make-possible-to-set-debug-flags-dynamically.patch,
      main-increase-the-granularity-of-backtraces-in-SHELL_DEBU.patch,
      main-add-backtrace-crashes-all-and-backtrace-all.patch,
      sessionMode-add-support-for-debugFlags-parameter.patch:
      + Improve debug JS tracing for crash reports
    - st-scroll-view-Handle-the-case-where-scrollbars-are-NULL.patch:
      + Fix crash on theme changes
    - ubuntu/search-call-XUbuntuCancel-method-on-providers-when-no-dat.patch:
      + stop searches when requested from UI
    - magnifier-Show-cursor-when-magnifier-is-enabled-and-scale.patch:
      + Show monitor scaled cursor when magnifier is enabled
    - Break gnome-shell-extension-desktop-icons (<< 19.01.3+git20190814)

 -- Marco Trevisan (Treviño) <marco@ubuntu.com>  Thu, 04 Jun 2020 22:19:02 +0200

gnome-shell (3.36.3-1) unstable; urgency=medium

  * New upstream release (LP: #1881973)
    - Add gnome-shell-extension-prefs wrapper for compatibility
    - Fix distorted fallback icons in top bar
    - Lower timeout for scrolling in overview
    - Only start systemd units when running under systemd
    - Fix "ghost" media controls
    - Fix zombie sockets from extensions downloader
    - Update world clocks offsets when timezone changes
    - Fix "Do Not Disturb" setting getting reset on startup
    - Fix pad OSD glitches
    - Fix matching notifications by PID
    - Only allow updates for extensions that aren't cached
    - Fixed crashes

 -- Marco Trevisan (Treviño) <marco@ubuntu.com>  Thu, 04 Jun 2020 00:07:17 +0200

gnome-shell (3.36.2+64+ge74e691d8-1) experimental; urgency=medium

  * Team upload
  * New upstream snapshot from the gnome-3-36 branch
    - Fixes a crash when locking the screen with certain extensions
      enabled (Closes: #959883)
  * Drop compatibility glue from gnome-shell-extension-prefs.
    Upstream added a wrapper script which does something mostly
    equivalent.
  * Install gnome-extensions-app, the new name of
    gnome-shell-extension-prefs, in the gnome-shell-extension-prefs
    package

 -- Simon McVittie <smcv@debian.org>  Sat, 30 May 2020 15:48:25 +0100

gnome-shell (3.36.2-1ubuntu1) groovy; urgency=medium

  * Merge with debian, including new upstream release (LP: #1877212)
  * debian/patches: Refresh
  * Remaining changes with debian:
    - Replace gnome-backgrounds dep with ubuntu-wallpapers and Suggests
      gnome-themes-standard-data, gnome-backgrounds
    - Add some Recommends:
      + ubuntu-session (| gnome-session) to have the ubuntu session available
      + xserver-xorg-legacy
      + yaru-theme-gnome-shell for the default ubuntu theming
    - Update debian/gbp.conf with Ubuntu settings
    - gnome-shell-common.prerm: Remove deprecated ubuntu theme alternative
    - ubuntu/desktop_detect.patch:
      + add caching for desktop detection to avoid querying the current
        desktop env variable as iterate through the list each time. For the
        time of the Shell process, we can expect this env variable to stay
        stable.
    - ubuntu/smarter_alt_tab.patch:
      + quick alt-tab (without showing up the switcher) switch only between
        the last window of the last 2 applications to be focused instead of
        raising all windows of those apps.
    - ubuntu/lightdm-user-switching.patch:
      + Allow user switching when using LightDM.
    - ubuntu/lock_on_suspend.patch
      + Respect Ubuntu's lock-on-suspend setting.
    - ubuntu/background_login.patch
      + Change default background color as we modified the default GDM color
        for our ubuntu session.
    - ubuntu/gdm_alternatives.patch
      + Add support for GDM3 theme alternatives
    - optional-hot-corner.patch
      + enable patch proposed by upstream developer already in package (but
        not in series) to add a settings for optional hot corner activation.
    - main-show-an-error-message-on-gnome-shell-crash.patch,
      global-make-possible-to-set-debug-flags-dynamically.patch,
      main-increase-the-granularity-of-backtraces-in-SHELL_DEBU.patch,
      main-add-backtrace-crashes-all-and-backtrace-all.patch,
      sessionMode-add-support-for-debugFlags-parameter.patch:
      + Improve debug JS tracing for crash reports
    - st-scroll-view-Handle-the-case-where-scrollbars-are-NULL.patch:
      + Fix crash on theme changes
    - ubuntu/search-call-XUbuntuCancel-method-on-providers-when-no-dat.patch:
      + stop searches when requested from UI
    - magnifier-Show-cursor-when-magnifier-is-enabled-and-scale.patch:
      + Show monitor scaled cursor when magnifier is enabled
    - Break gnome-shell-extension-desktop-icons (<< 19.01.3+git20190814)

 -- Marco Trevisan (Treviño) <marco@ubuntu.com>  Thu, 07 May 2020 03:57:06 +0200

gnome-shell (3.36.2-1) unstable; urgency=medium

  * Team upload
  * New upstream stable release
    - Tone down weekend days with events in calendar
    - Fix crash on physical keyboard detach
    - Fix crash when creating a new workspace by dragging a favourite
      app icon
    - Fix popup scaling in some HiDPI multi-monitor configurations
    - Fix unintended focus delay after entering the wrong password
    - Fix a crash when theming changes (LP: #1868440)
    - When searching for system actions, find transliterated ASCII versions
    - Ellipsize long "wrong password" messages
    - Fix stuck lock screen when locked with a system-modal dialog open
    - Don't apply updates on logout by default, since it isn't always
      desirable (in particular on-battery status is not detected)
    - Update translations: cs, pt_BR
  * d/rules: Drop -Wl,--as-needed.
    It's the compiler default with bullseye toolchains.
  * d/watch: Only watch even-numbered (stable) branches

 -- Simon McVittie <smcv@debian.org>  Fri, 01 May 2020 11:28:11 +0100

gnome-shell (3.36.1+git20200417-1) unstable; urgency=medium

  * Team upload

  [ Simon McVittie ]
  * New upstream snapshot from gnome-3-36 branch (3.36.1-37-g18a5c7436)
    - Fix translated app folder names in overview (LP: #1872434)
    - Fix misaligned spinner in lock screen
    - Fix warning when a polkit dialog is reset
    - Pluralize prompt correctly when asking whether to revert a display
      setup change
    - Update Finnish translation
  * Bump build-dependency on libpulse-dev to 13.
    Apparently stable's libpulse0 (in a partial upgrade) causes gnome-shell
    to hang, so presumably we need this newer version for something.
    (Closes: #958025)
  * Bump AT-SPI dependency to a contemporary version.
    As with libpulse, there's anecdotal evidence that the version from
    Debian 10 is too old to work in practice. (Closes: #958025)

  [ Laurent Bigonville ]
  * Move the D-Bus interfaces description files to the -common package.
    This will make it easier to build some packages, like gnome-terminal,
    that have a search provider

  [ Jeremy Bicha ]
  * Have gnome-shell-extension-prefs recommend chrome-gnome-shell
    (LP: #1866841)
    - gnome-shell-extension-prefs recommends visiting
      extensions.gnome.org to install extensions but that
      requires chrome-gnome-shell to be installed
    - GNOME Software 3.36 no longer offers installing
      GNOME Shell extensions

 -- Simon McVittie <smcv@debian.org>  Tue, 21 Apr 2020 13:46:21 +0100

gnome-shell (3.36.1-5ubuntu2) focal; urgency=medium

  * Have gnome-shell-extension-prefs recommend chrome-gnome-shell
    (LP: #1866841)
    - gnome-shell-extension-prefs recommends visiting
      extensions.gnome.org to install extensions but that
      requires chrome-gnome-shell to be installed
    - GNOME Software 3.36 no longer offers installing
      GNOME Shell extensions

 -- Jeremy Bicha <jbicha@debian.org>  Tue, 21 Apr 2020 07:48:41 -0400

gnome-shell (3.36.1-5ubuntu1) focal; urgency=medium

  * Merge with debian
  * debian/patches: appDisplay: Look up directory- instead of category
    translations (LP: #1872434)

 -- Marco Trevisan (Treviño) <marco@ubuntu.com>  Wed, 15 Apr 2020 03:00:46 +0200

gnome-shell (3.36.1-5) unstable; urgency=medium

  * Team upload
  * Merge changelog from unstable
  * Upload to unstable (transition: #954422)
  * d/gbp.conf: Follow upstream/3.36.x branch

 -- Simon McVittie <smcv@debian.org>  Fri, 10 Apr 2020 17:56:07 +0100

gnome-shell (3.34.4-1) unstable; urgency=medium

  * Team upload
  * d/gbp.conf: Switch to debian/unstable branch.
    debian/master is now in use for 3.35.x.
  * New upstream release
  * Apply post-release fixes up to 3.34.4-1-g99d948559
  * Bump Standards-Version to 4.5.0

 -- Simon McVittie <smcv@debian.org>  Tue, 25 Feb 2020 16:26:07 +0000

gnome-shell (3.36.1-4ubuntu1) focal; urgency=medium

  * Merge with debian, with new upstream releases and cherry-picked fixes:
    - Lockscreen password field is stretched on enter (LP: #1869916)
    - Downscaled lockscreen background with fractional scaling (LP: #1866851)
    - Volume keys doesn't always produce a sound (LP: #1870958)
    - Shell crashes when using show-apps button in dock (LP: #1868659)
    - App folders improvements
    - Don't load app infos in the main thread
  * debian/patches:
    - Refreshed
  * d/p/ubuntu/desktop_detect.patch:
    - No need to include desktop.js into the prefs gresources anymore
  * Remaining changes with debian:
    - Replace gnome-backgrounds dep with ubuntu-wallpapers and Suggests
      gnome-themes-standard-data, gnome-backgrounds
    - Add some Recommends:
      + ubuntu-session (| gnome-session) to have the ubuntu session available
      + xserver-xorg-legacy
      + yaru-theme-gnome-shell for the default ubuntu theming
    - Update debian/gbp.conf with Ubuntu settings
    - gnome-shell-common.prerm: Remove deprecated ubuntu theme alternative
    - ubuntu/desktop_detect.patch:
      + add caching for desktop detection to avoid querying the current
        desktop env variable as iterate through the list each time. For the
        time of the Shell process, we can expect this env variable to stay
        stable.
    - ubuntu/smarter_alt_tab.patch:
      + quick alt-tab (without showing up the switcher) switch only between
        the last window of the last 2 applications to be focused instead of
        raising all windows of those apps.
    - ubuntu/lightdm-user-switching.patch:
      + Allow user switching when using LightDM.
    - ubuntu/lock_on_suspend.patch
      + Respect Ubuntu's lock-on-suspend setting.
    - ubuntu/background_login.patch
      + Change default background color as we modified the default GDM color
        for our ubuntu session.
    - ubuntu/gdm_alternatives.patch
      + Add support for GDM3 theme alternatives
    - optional-hot-corner.patch
      + enable patch proposed by upstream developer already in package (but
        not in series) to add a settings for optional hot corner activation.
    - main-show-an-error-message-on-gnome-shell-crash.patch,
      global-make-possible-to-set-debug-flags-dynamically.patch,
      main-increase-the-granularity-of-backtraces-in-SHELL_DEBU.patch,
      main-add-backtrace-crashes-all-and-backtrace-all.patch,
      sessionMode-add-support-for-debugFlags-parameter.patch:
      + Improve debug JS tracing for crash reports
    - st-scroll-view-Handle-the-case-where-scrollbars-are-NULL.patch:
      + Fix crash on theme changes
    - ubuntu/search-call-XUbuntuCancel-method-on-providers-when-no-dat.patch:
      + stop searches when requested from UI
    - magnifier-Show-cursor-when-magnifier-is-enabled-and-scale.patch:
      + Show monitor scaled cursor when magnifier is enabled
    - Break gnome-shell-extension-desktop-icons (<< 19.01.3+git20190814)

  [ Daniel van Vugt ]
  * d/p/ubuntu/keep-ubuntu-logo-bright-lp1867133-v1.patch:
     Stop the Ubuntu logo from disappearing and fading back in on the login
     screen (LP: #1867133)

 -- Marco Trevisan (Treviño) <marco@ubuntu.com>  Thu, 09 Apr 2020 14:57:47 +0200

gnome-shell (3.36.1-4) experimental; urgency=medium

  * Team upload
  * extensions-app: Patch back in basic compatibility with old invocation.
    There are enough extensions in Debian that rely on being able to
    run "gnome-shell-extension-prefs <extension-UUID>" that we can't
    really drop this immediately.
    Mitigates: #956162, #956163, #956164, #956165, #956166, #956167,
    #956168, #956169, #956170, #956171, #956172

 -- Simon McVittie <smcv@debian.org>  Wed, 08 Apr 2020 11:19:11 +0100

gnome-shell (3.36.1-3) experimental; urgency=medium

  * Team upload
  * Require an ibus version where #955769 (LP: #1869641) has been fixed
  * d/patches: Update from upstream gnome-3-36 branch up to commit
    3.36.1-31-ga6783692c

 -- Simon McVittie <smcv@debian.org>  Tue, 07 Apr 2020 18:27:29 +0100

gnome-shell (3.36.1-2) experimental; urgency=medium

  * Team upload
  * d/patches: Update from upstream gnome-3-36 branch up to commit
    3.36.1-19-gdfcc5ffb1
    - Drop commit c89d6a63 for now, there seems to be some doubt as to
      whether it is fully correct

 -- Simon McVittie <smcv@debian.org>  Sat, 04 Apr 2020 12:17:51 +0100

gnome-shell (3.36.1-1) experimental; urgency=medium

  * Team upload

  [ Simon McVittie ]
  * New upstream release
  * Drop patches that were applied upstream
  * Build-depend on appstream, for its gettext .its integration
  * Install new AppStream metadata for extensions tool
  * Install bash completion for gnome-extensions CLI
  * d/patches: Update from upstream gnome-3-36 branch up to commit
    3.36.1-12-g3a863ee34
    - Translation updates
    - Don't override DesktopAppInfo desktop in Ubuntu's GNOME session,
      so NotShowIn=ubuntu works (LP: #1869905)
    - Various other bug fixes

  [ Laurent Bigonville ]
  * debian/control.in: Bump gir1.2-gnomedesktop-3.0 (build-)dependency

 -- Simon McVittie <smcv@debian.org>  Fri, 03 Apr 2020 14:23:59 +0100

gnome-shell (3.36.0-2ubuntu2) focal; urgency=medium

  * d/p/overview-Fade-in-out-over-the-desktop-instead-of-replacin.patch:
    - Drop patch to fade in/out the desktop instead of replacing it, it causes
      some bugs. (LP: #1868896, #1868911)
  * d/p/keyboard-Don-t-include-keyboard-devices-when-updating-las.patch,
    d/p/keyboard-Hide-keyboardBox-after-destroying-the-keyboard.patch,
    d/p/layout-Use-translation_y-of-0-to-hide-keyboard.patch:
    - Fix OSK leaves dask mask after being hidden (LP: #1845623)

 -- Marco Trevisan (Treviño) <marco@ubuntu.com>  Mon, 30 Mar 2020 17:49:05 +0100

gnome-shell (3.36.0-2ubuntu1) focal; urgency=medium

  * Merge with Debian. Ubuntu bugs resolved since 3.35.91-1ubuntu2:
    - gnome-shell crashed when enable-animations was false (LP: #1866044)
    - Overview animations were not reliably smooth (LP: #1725180)
    - Higher than necessary CPU usage on mouse movement (LP: #1848951)
    - Extension's preferences did not load (LP: #1866146)
  * debian/control:
    - Breaks yaru (<< 20.04.3~)
    - Breaks gnome-session (<< 3.35.3-1ubuntu4~) as per gdm yaru gresources
    - Breaks gnome-shell-extension-ubuntu-dock (<< 67ubuntu20.04.3)
    - Update Vcs-* to point to salsa ubuntu branches
  * ubuntu.json: Use Yaru gresource file for theming in ubuntu mode
  * debian/patches: Refresh
  * d/p/overview-Fade-in-out-over-the-desktop-instead-of-replacin.patch:
    - Fade in/out the desktop instead of replacing it (LP: #1847712)
  * d/p/ubuntu/gdm_alternatives.patch:
    - Set the default theme resource for gdm session to 'gdm3-theme.gresource'
    - Alias the default gnome-shell.css to gdm3.css
  * gnome-shell-common.install: Don't install compiled css file anymore
  * gnome-shell-common.{preinst,prerm}:
    - Remove obsolete alternative gdm3.css symlink
  * gnome-shell-common.postinst:
    - Set gnome-shell-theme.gresource as alternative for gdm3-theme.gresource
  * Remaining changes from debian:
    + Replace gnome-backgrounds dep with ubuntu-wallpapers and Suggests
      gnome-themes-standard-data, gnome-backgrounds
    + Add some Recommends:
      - ubuntu-session (| gnome-session) to have the ubuntu session available
      - xserver-xorg-legacy
      - yaru-theme-gnome-shell for the default ubuntu theming
    + Update debian/gbp.conf with Ubuntu settings
    + gnome-shell-common.prerm: Remove deprecated ubuntu theme alternative
    + ubuntu/desktop_detect.patch:
      - add caching for desktop detection to avoid querying the current
        desktop env variable as iterate through the list each time. For the
        time of the Shell process, we can expect this env variable to stay
        stable.
    + ubuntu/smarter_alt_tab.patch:
      - quick alt-tab (without showing up the switcher) switch only between
        the last window of the last 2 applications to be focused instead of
        raising all windows of those apps.
    + ubuntu/lightdm-user-switching.patch:
      - Allow user switching when using LightDM.
    + ubuntu/lock_on_suspend.patch
      - Respect Ubuntu's lock-on-suspend setting.
    + ubuntu/background_login.patch
      - Change default background color as we modified the default GDM color
        for our ubuntu session.
    + ubuntu/gdm_alternatives.patch
      - Add support for GDM3 theme alternatives
    + optional-hot-corner.patch
      - enable patch proposed by upstream developer already in package (but
        not in series) to add a settings for optional hot corner activation.
    + main-show-an-error-message-on-gnome-shell-crash.patch,
      global-make-possible-to-set-debug-flags-dynamically.patch,
      main-increase-the-granularity-of-backtraces-in-SHELL_DEBU.patch,
      main-add-backtrace-crashes-all-and-backtrace-all.patch,
      sessionMode-add-support-for-debugFlags-parameter.patch:
      - Improve debug JS tracing for crash reports
    + st-scroll-view-Handle-the-case-where-scrollbars-are-NULL.patch:
      - Fix crash on theme changes
    + ubuntu/search-call-XUbuntuCancel-method-on-providers-when-no-dat.patch:
      - stop searches when requested from UI
    + magnifier-Show-cursor-when-magnifier-is-enabled-and-scale.patch:
      - Show monitor scaled cursor when magnifier is enabled
    + Break gnome-shell-extension-desktop-icons (<< 19.01.3+git20190814)

 -- Marco Trevisan (Treviño) <marco@ubuntu.com>  Fri, 20 Mar 2020 17:29:04 +0000

gnome-shell (3.36.0-2) experimental; urgency=medium

  * Split gnome-shell-extension-prefs out into its own binary package.
    It's not useful and arguably misleading to show this to everybody by
    default, since it is only a tool for enabling/disabling extensions you
    have already installed - and we don't provide any out of the box.
    Perhaps it'd be useful for individual extensions to cause this to be
    installed via Recommends.
  * Cherry-pick a few patches from 3.36.1; see patch descriptions for more
    details.
      - d/p/St-Ensure-to-update-entry-hint-visibility-with-IM-preedit.patch
      - d/p/ibusManager-fix-ibus-launch-error-because-of-wrong-method.patch
      - d/p/st-texture-cache-Fix-invalid-memory-write-related-to-X11-.patch
      - d/p/windowManager-Do-not-shutdown-ibus-xsettings-on-X11-compo.patch

 -- Iain Lane <laney@debian.org>  Thu, 19 Mar 2020 20:37:04 +0000

gnome-shell (3.36.0-1) experimental; urgency=medium

  * New upstream release
    + Allow session modes to specify alternative resource name
    + Don't require gsd-xsettings for X11 support on wayland
    + Fix crash on startup with topIcons* extension enabled
    + Fix ibus support in Xorg session
    + Fix illegible app folder titles with light theme
    + Fix link to location settings in aggregate menu
    + Fix off-by-1900 error in date conversions
    + Improve Extensions D-Bus API
    + Really fix visual glitch in sliders
  * control:
    + Breaks: gnome-shell-extension-appindicator << 33 to be on the
      safe side.
    + Bump mutter and gnome-desktop BDs per meson.build

 -- Iain Lane <laney@debian.org>  Mon, 16 Mar 2020 15:25:22 +0000

gnome-shell (3.35.92-2) experimental; urgency=medium

  [ Marco Trevisan (Treviño) ]
  * debian/control: Breaks on dashtodock minor than 67+git20200225-1

 -- Iain Lane <laney@debian.org>  Wed, 04 Mar 2020 09:24:55 +0000

gnome-shell (3.35.92-1) experimental; urgency=medium

  * New upstream release
  * control: Bump mutter deps to .92
  * Style-looking-glass-variant-independant.patch: Drop, upstream

 -- Iain Lane <laney@debian.org>  Tue, 03 Mar 2020 16:37:58 +0000

gnome-shell (3.35.91-1ubuntu2) focal; urgency=medium

  * control: Fix package for Yaru Breaks. It's called `yaru-theme-gnome-shell`
    and not `yaru-theme`
  * control: Bump Breaks on appindicator and desktop-icons.
    These have been updated for GNOME 3.36

 -- Iain Lane <iain.lane@canonical.com>  Thu, 27 Feb 2020 15:35:57 +0000

gnome-shell (3.35.91-1ubuntu1) focal; urgency=medium

  * Merge with Debian. Remaining changes:
    + Replace gnome-backgrounds dep with ubuntu-wallpapers and Suggests
      gnome-themes-standard-data, gnome-backgrounds
    + Add some Recommends:
      - ubuntu-session (| gnome-session) to have the ubuntu session available
      - xserver-xorg-legacy
      - yaru-theme-gnome-shell for the default ubuntu theming
    + Update debian/gbp.conf with Ubuntu settings
    + gnome-shell-common.install: Install Ubuntu mode
    + gnome-shell-common.prerm: Remove deprecated ubuntu theme alternative
    + ubuntu/desktop_detect.patch:
      - add caching for desktop detection to avoid querying the current
        desktop env variable as iterate through the list each time. For the
        time of the Shell process, we can expect this env variable to stay
        stable.
    + ubuntu/smarter_alt_tab.patch:
      - quick alt-tab (without showing up the switcher) switch only between
        the last window of the last 2 applications to be focused instead of
        raising all windows of those apps.
    + ubuntu/lightdm-user-switching.patch:
      - Allow user switching when using LightDM.
    + ubuntu/lock_on_suspend.patch
      - Respect Ubuntu's lock-on-suspend setting.
    + ubuntu/background_login.patch
      - Change default background color as we modified the default GDM color
        for our ubuntu session.
    + ubuntu/gdm_alternatives.patch
      - Add support for GDM3 theme alternatives
    + optional-hot-corner.patch
      - enable patch proposed by upstream developer already in package (but
        not in series) to add a settings for optional hot corner activation.
    + main-show-an-error-message-on-gnome-shell-crash.patch,
      global-make-possible-to-set-debug-flags-dynamically.patch,
      main-increase-the-granularity-of-backtraces-in-SHELL_DEBU.patch,
      main-add-backtrace-crashes-all-and-backtrace-all.patch,
      sessionMode-add-support-for-debugFlags-parameter.patch:
      - Improve debug JS tracing for crash reports
    + st-scroll-view-Handle-the-case-where-scrollbars-are-NULL.patch:
      - Fix crash on theme changes
    + ubuntu/search-call-XUbuntuCancel-method-on-providers-when-no-dat.patch:
      - stop searches when requested from UI
    + magnifier-Show-cursor-when-magnifier-is-enabled-and-scale.patch:
      - Show monitor scaled cursor when magnifier is enabled
    + Break gnome-shell-extension-appindicator (<< 30)
    + Break gnome-shell-extension-desktop-icons (<< 19.01.3+git20190814)
    + Break gnome-shell-extension-ubuntu-dock (<< 67ubuntu20.04.1)
    + Break yaru-theme (<< 20.04.2)
  * debian/control:
    - Bump breaks on gnome-shell-extension-ubuntu-dock (<< 67ubuntu20.04.1)
    - Bump breaks on gnome-shell-extension-dashtodock (<< 67+git20200225-1)
    - Bump breaks on yaru-theme (<< 20.04.2)
    - Build depend and Depend on gjs 1.58.1-2ubuntu1
  * d/p/st-scroll-view-Remove-scrollbars-references-on-dispose.patch,
  * d/p/volume-Add-back-sound-feedback-on-scroll.patch:
    - Dropped, applied upstream
  * d/p/ubuntu/background_login.patch:
    - Simplify: just change the default background color to match Yaru
  * d/p/ubuntu/lock_on_suspend.patch:
    - Update to use string formatting not to confuse gettext with templates
  * d/p/ubuntu/meson-Depend-on-gjs-1.58.1.patch:
    - Lower the dependency on gjs 1.58.1
  * debian/patches:
    - Refreshed
  * debian/{control,patches}: Build depend on gjs 1.58.1-2ubuntu1

 -- Marco Trevisan (Treviño) <marco@ubuntu.com>  Wed, 26 Feb 2020 14:36:57 +0100

gnome-shell (3.35.91-1) experimental; urgency=medium

  [ Marco Trevisan (Treviño) ]
  * New upstream release
    - Improve visual appearance of Weather integration
    - New system dialog designs
    - Sandbox the portal helper
    - Improvements to the magnifier
    - New lock screen (a merge of screen shield and unlock dialog)
      (LP: #1832812, LP: #1827751)
    - Show the suspend button in the power menu (LP: #1697143)
    - Font size matches configured interface font size (LP: #1717453)
    - Only enable OSK automatically if touch-mode is enabled (LP: #1721319)
    - Added show-password emblem to password entries (LP: #1860540)
  * debian/control:
    - Update build dependencies
  * debian/gnome-shell-common.install: Add extensions tool icons
  * d/p/Style-looking-glass-variant-independant.patch:
    - Allow to style looking glass properly

  [ Laurent Bigonville ]
  * debian/rules: Do not override libexecdir so things are installed in
    /usr/libexec now that's allowed by the policy

 -- Marco Trevisan (Treviño) <marco@ubuntu.com>  Mon, 24 Feb 2020 18:48:37 +0000

gnome-shell (3.34.3-1ubuntu1) focal; urgency=medium

  * Merge with Debian. Remaining changes:
    + Replace gnome-backgrounds dep with ubuntu-wallpapers and Suggests
      gnome-themes-standard-data, gnome-backgrounds
    + Add some Recommends:
      - ubuntu-session (| gnome-session) to have the ubuntu session available
      - xserver-xorg-legacy
      - yaru-theme-gnome-shell for the default ubuntu theming
    + Update debian/gbp.conf with Ubuntu settings
    + gnome-shell-common.install: Install Ubuntu mode
    + gnome-shell-common.prerm: Remove deprecated ubuntu theme alternative
    + ubuntu/desktop_detect.patch:
      - add caching for desktop detection to avoid querying the current
        desktop env variable as iterate through the list each time. For the
        time of the Shell process, we can expect this env variable to stay
        stable.
    + ubuntu/smarter_alt_tab.patch:
      - quick alt-tab (without showing up the switcher) switch only between
        the last window of the last 2 applications to be focused instead of
        raising all windows of those apps.
    + ubuntu/lightdm-user-switching.patch:
      - Allow user switching when using LightDM.
    + ubuntu/lock_on_suspend.patch
      - Respect Ubuntu's lock-on-suspend setting.
    + ubuntu/gdm.patch
      - as gdm is system-wide and not session-wide, ensure gdm has an ubuntu
        styling by default, not impacting the gnome user session though.
    + ubuntu/background_login.patch
      - Change default background color as we modified the default GDM color
        for our ubuntu session. Change it as well here, still applying the
        background noise loading.
    + ubuntu/gdm_alternatives.patch
      - Add support for GDM3 theme alternatives
    + optional-hot-corner.patch
      - enable patch proposed by upstream developer already in package (but
        not in series) to add a settings for optional hot corner activation.
    + volume-Add-back-sound-feedback-on-scroll.patch
      - Fix regression causing missing feedback on volume slider scroll
    + main-show-an-error-message-on-gnome-shell-crash.patch,
      global-make-possible-to-set-debug-flags-dynamically.patch,
      main-increase-the-granularity-of-backtraces-in-SHELL_DEBU.patch,
      main-add-backtrace-crashes-all-and-backtrace-all.patch,
      sessionMode-add-support-for-debugFlags-parameter.patch:
      - Improve debug JS tracing for crash reports
    + st-scroll-view-Handle-the-case-where-scrollbars-are-NULL.patch,
      st-scroll-view-Remove-scrollbars-references-on-dispose.patch:
      - Fix crash on theme changes
    + ubuntu/search-call-XUbuntuCancel-method-on-providers-when-no-dat.patch:
      - stop searches when requested from UI
    + magnifier-Show-cursor-when-magnifier-is-enabled-and-scale.patch:
      - Show monitor scaled cursor when magnifier is enabled

 -- Iain Lane <iain.lane@canonical.com>  Mon, 06 Jan 2020 17:54:48 +0000

gnome-shell (3.34.3-1) unstable; urgency=medium

  * New upstream release
    + polkitAgent: Fix confirming via keyboard when password-less
  * control: Bump mutter BD to 3.34.3. This probably isn't *strictly*
    required, but nevertheless let's keep them in sync.

 -- Iain Lane <laney@debian.org>  Mon, 06 Jan 2020 13:40:57 +0000

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

  * Team upload

  [ Georges Basile Stavracas Neto ]
  * Add gnome-menus to Recommends.
    The files installed by gnome-menus are needed for the functionality of
    suggesting a name for a new folder to work.

  [ Simon McVittie ]
  * d/watch: Only watch for stable releases
  * New upstream release
  * d/gbp.conf: Use upstream/3.34.x branch
  * Add build-dependency on libgnome-desktop-3-dev (>= 3.34.2) for new
    systemd scope functionality
  * Remove Breaks/Conflicts on packages older than Debian 9 (oldstable)
  * Remove unused Lintian override
  * Bump Standards-Version to 4.4.1

 -- Simon McVittie <smcv@debian.org>  Mon, 16 Dec 2019 16:55:02 +0000

gnome-shell (3.34.1+git20191024-1ubuntu1) focal; urgency=medium

  * Merge with Debian. Remaining changes:
    + Replace gnome-backgrounds dep with ubuntu-wallpapers and Suggests
      gnome-themes-standard-data, gnome-backgrounds
    + Add some Recommends:
      - ubuntu-session (| gnome-session) to have the ubuntu session available
      - xserver-xorg-legacy
      - yaru-theme-gnome-shell for the default ubuntu theming
    + Update debian/gbp.conf with Ubuntu settings
    + gnome-shell-common.install: Install Ubuntu mode
    + gnome-shell-common.prerm: Remove deprecated ubuntu theme alternative
    + ubuntu/desktop_detect.patch:
      - add caching for desktop detection to avoid querying the current
        desktop env variable as iterate through the list each time. For the
        time of the Shell process, we can expect this env variable to stay
        stable.
    + ubuntu/smarter_alt_tab.patch:
      - quick alt-tab (without showing up the switcher) switch only between
        the last window of the last 2 applications to be focused instead of
        raising all windows of those apps.
    + ubuntu/lightdm-user-switching.patch:
      - Allow user switching when using LightDM.
    + ubuntu/lock_on_suspend.patch
      - Respect Ubuntu's lock-on-suspend setting.
    + ubuntu/gdm.patch
      - as gdm is system-wide and not session-wide, ensure gdm has an ubuntu
        styling by default, not impacting the gnome user session though.
    + ubuntu/background_login.patch
      - Change default background color as we modified the default GDM color
        for our ubuntu session. Change it as well here, still applying the
        background noise loading.
    + ubuntu/gdm_alternatives.patch
      - Add support for GDM3 theme alternatives
    + optional-hot-corner.patch
      - enable patch proposed by upstream developer already in package (but
        not in series) to add a settings for optional hot corner activation.
    + volume-Add-back-sound-feedback-on-scroll.patch
      - Fix regression causing missing feedback on volume slider scroll
    + main-show-an-error-message-on-gnome-shell-crash.patch,
      global-make-possible-to-set-debug-flags-dynamically.patch,
      main-increase-the-granularity-of-backtraces-in-SHELL_DEBU.patch,
      main-add-backtrace-crashes-all-and-backtrace-all.patch,
      sessionMode-add-support-for-debugFlags-parameter.patch:
      - Improve debug JS tracing for crash reports
    + st-scroll-view-Handle-the-case-where-scrollbars-are-NULL.patch,
      st-scroll-view-Remove-scrollbars-references-on-dispose.patch:
      - Fix crash on theme changes
    + ubuntu/search-call-XUbuntuCancel-method-on-providers-when-no-dat.patch:
      - stop searches when requested from UI
    + magnifier-Show-cursor-when-magnifier-is-enabled-and-scale.patch:
      - Show monitor scaled cursor when magnifier is enabled

 -- Iain Lane <iain.lane@canonical.com>  Fri, 25 Oct 2019 17:01:12 +0100

gnome-shell (3.34.1+git20191024-1) unstable; urgency=medium

  * New upstream snapshot release
    + Fix some animations using invalid parameters
    + Compute lock timeout fade duration using animations parameters
    + Ensure unredirection is disabled after animations
    + Speed-up overview opening using windows cached centers (LP: #1848009)

 -- Marco Trevisan (Treviño) <marco@ubuntu.com>  Fri, 25 Oct 2019 13:36:08 +0100

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

  * Merge with Debian. Remaining changes:
    + Replace gnome-backgrounds dep with ubuntu-wallpapers and Suggests
      gnome-themes-standard-data, gnome-backgrounds
    + Add some Recommends:
      - ubuntu-session (| gnome-session) to have the ubuntu session available
      - xserver-xorg-legacy
      - yaru-theme-gnome-shell for the default ubuntu theming
    + Update debian/gbp.conf with Ubuntu settings
    + gnome-shell-common.install: Install Ubuntu mode
    + gnome-shell-common.prerm: Remove deprecated ubuntu theme alternative
    + ubuntu/desktop_detect.patch:
      - add caching for desktop detection to avoid querying the current
        desktop env variable as iterate through the list each time. For the
        time of the Shell process, we can expect this env variable to stay
        stable.
    + ubuntu/smarter_alt_tab.patch:
      - quick alt-tab (without showing up the switcher) switch only between
        the last window of the last 2 applications to be focused instead of
        raising all windows of those apps.
    + ubuntu/lightdm-user-switching.patch:
      - Allow user switching when using LightDM.
    + ubuntu/lock_on_suspend.patch
      - Respect Ubuntu's lock-on-suspend setting.
    + ubuntu/gdm.patch
      - as gdm is system-wide and not session-wide, ensure gdm has an ubuntu
        styling by default, not impacting the gnome user session though.
    + ubuntu/background_login.patch
      - Change default background color as we modified the default GDM color
        for our ubuntu session. Change it as well here, still applying the
        background noise loading.
    + ubuntu/gdm_alternatives.patch
      - Add support for GDM3 theme alternatives
    + optional-hot-corner.patch
      - enable patch proposed by upstream developer already in package (but
        not in series) to add a settings for optional hot corner activation.
    + volume-Add-back-sound-feedback-on-scroll.patch
      - Fix regression causing missing feedback on volume slider scroll
    + main-show-an-error-message-on-gnome-shell-crash.patch,
      global-make-possible-to-set-debug-flags-dynamically.patch,
      main-increase-the-granularity-of-backtraces-in-SHELL_DEBU.patch,
      main-add-backtrace-crashes-all-and-backtrace-all.patch,
      sessionMode-add-support-for-debugFlags-parameter.patch:
      - Improve debug JS tracing for crash reports
    + st-scroll-view-Handle-the-case-where-scrollbars-are-NULL.patch,
      st-scroll-view-Remove-scrollbars-references-on-dispose.patch:
      - Fix crash on theme changes
    + ubuntu/search-call-XUbuntuCancel-method-on-providers-when-no-dat.patch:
      - stop searches when requested from UI
    + magnifier-Show-cursor-when-magnifier-is-enabled-and-scale.patch:
      - Show monitor scaled cursor when magnifier is enabled
  * Refresh patches through gbp-pq

 -- Iain Lane <iain.lane@canonical.com>  Wed, 09 Oct 2019 12:18:14 +0100

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

  * New upstream release
    + Allow editing app folder names
    + Do not notify systemd before initialization is complete
    + Don't leak NOTIFY_SOCKET environment variable to applications
    + Fix accidentally skipped animations
    + Fix box-shadow glitch with prerendered resources
    + Fix desktop right click menu appearing in the wrong place if a Terminal
      window is open (LP: #1842910)
    + Fix extra icons appearing in "Frequent" view animation
    + Fix fading out desktop icons (Closes: #940612)
    + Fix "Frequent" view icons disappearing on hover (LP: #1846083)
    + Fix lock-up on X11 when ibus is already running on startup (LP:
      #1845198)
    + Fix screen dimming on idle (LP: #1846941)
    + Fix screenshots and window animations when scaled
    + Fix various regressions with dynamic workspaces
    + Improve performance when enabling/disabling all extensions
    + Make menu animations more consistent
    + Skip property transitions while hidden
    + Support SAE secrets in network agent (LP: #1844422)
  * control: Require mutter 3.34.1

 -- Iain Lane <laney@debian.org>  Wed, 09 Oct 2019 11:20:28 +0100

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

  * Team upload.
  * Upload to unstable.

 -- Andreas Henriksson <andreas@fatal.se>  Mon, 30 Sep 2019 14:29:53 +0200

gnome-shell (3.34.0-1ubuntu1) eoan; urgency=medium

  * Merge with Debian. Remaining changes:
    + Replace gnome-backgrounds dep with ubuntu-wallpapers and Suggests
      gnome-themes-standard-data, gnome-backgrounds
    + Add some Recommends:
      - ubuntu-session (| gnome-session) to have the ubuntu session available
      - xserver-xorg-legacy
      - yaru-theme-gnome-shell for the default ubuntu theming
    + Update debian/gbp.conf with Ubuntu settings
    + gnome-shell-common.install: Install Ubuntu mode
    + gnome-shell-common.prerm: Remove deprecated ubuntu theme alternative
    + ubuntu/desktop_detect.patch:
      - add caching for desktop detection to avoid querying the current
        desktop env variable as iterate through the list each time. For the
        time of the Shell process, we can expect this env variable to stay
        stable.
    + ubuntu/smarter_alt_tab.patch:
      - quick alt-tab (without showing up the switcher) switch only between
        the last window of the last 2 applications to be focused instead of
        raising all windows of those apps.
    + ubuntu/lightdm-user-switching.patch:
      - Allow user switching when using LightDM.
    + ubuntu/lock_on_suspend.patch
      - Respect Ubuntu's lock-on-suspend setting.
    + ubuntu/gdm.patch
      - as gdm is system-wide and not session-wide, ensure gdm has an ubuntu
        styling by default, not impacting the gnome user session though.
    + ubuntu/background_login.patch
      - Change default background color as we modified the default GDM color
        for our ubuntu session. Change it as well here, still applying the
        background noise loading.
    + ubuntu/gdm_alternatives.patch
      - Add support for GDM3 theme alternatives
    + optional-hot-corner.patch
      - enable patch proposed by upstream developer already in package (but
        not in series) to add a settings for optional hot corner activation.
    + volume-Add-back-sound-feedback-on-scroll.patch
      - Fix regression causing missing feedback on volume slider scroll
    + main-show-an-error-message-on-gnome-shell-crash.patch,
      global-make-possible-to-set-debug-flags-dynamically.patch,
      main-increase-the-granularity-of-backtraces-in-SHELL_DEBU.patch,
      main-add-backtrace-crashes-all-and-backtrace-all.patch,
      sessionMode-add-support-for-debugFlags-parameter.patch:
      - Improve debug JS tracing for crash reports
    + st-scroll-view-Handle-the-case-where-scrollbars-are-NULL.patch,
      st-scroll-view-Remove-scrollbars-references-on-dispose.patch:
      - Fix crash on theme changes
    + ubuntu/search-call-XUbuntuCancel-method-on-providers-when-no-dat.patch:
      - stop searches when requested from UI
    + magnifier-Show-cursor-when-magnifier-is-enabled-and-scale.patch:
      - Show monitor scaled cursor when magnifier is enabled

 -- Iain Lane <iain.lane@canonical.com>  Tue, 10 Sep 2019 13:13:52 +0100

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

  * New upstream release
    + Handle startup/shutdown of misc X11 services
    + Fix sound volume mute/unmute
    + Correctly terminate pasted text
  * d/p/volume-Ignore-slider-changes-we-initiated-ourselves.patch: Drop,
    upstream
  * control: Bump mutter Build-Depends and Depends to 3.34.0

 -- Iain Lane <laney@debian.org>  Tue, 10 Sep 2019 10:51:44 +0100

gnome-shell (3.33.92-1ubuntu1) eoan; urgency=medium

  [ Iain Lane ]
  * Merge with Debian. Remaining changes:
    + Replace gnome-backgrounds dep with ubuntu-wallpapers and Suggests
      gnome-themes-standard-data, gnome-backgrounds
    + Add some Recommends:
      - ubuntu-session (| gnome-session) to have the ubuntu session available
      - xserver-xorg-legacy
      - yaru-theme-gnome-shell for the default ubuntu theming
    + Update debian/gbp.conf with Ubuntu settings
    + gnome-shell-common.install: Install Ubuntu mode
    + gnome-shell-common.prerm: Remove deprecated ubuntu theme alternative
    + ubuntu/desktop_detect.patch:
      - add caching for desktop detection to avoid querying the current
        desktop env variable as iterate through the list each time. For the
        time of the Shell process, we can expect this env variable to stay
        stable.
    + ubuntu/smarter_alt_tab.patch:
      - quick alt-tab (without showing up the switcher) switch only between
        the last window of the last 2 applications to be focused instead of
        raising all windows of those apps.
    + ubuntu/lightdm-user-switching.patch:
      - Allow user switching when using LightDM.
    + ubuntu/lock_on_suspend.patch
      - Respect Ubuntu's lock-on-suspend setting.
    + ubuntu/gdm.patch
      - as gdm is system-wide and not session-wide, ensure gdm has an ubuntu
        styling by default, not impacting the gnome user session though.
    + ubuntu/background_login.patch
      - Change default background color as we modified the default GDM color
        for our ubuntu session. Change it as well here, still applying the
        background noise loading.
    + ubuntu/gdm_alternatives.patch
      - Add support for GDM3 theme alternatives
    + optional-hot-corner.patch
      - enable patch proposed by upstream developer already in package (but
        not in series) to add a settings for optional hot corner activation.
    + volume-Add-back-sound-feedback-on-scroll.patch
      - Fix regression causing missing feedback on volume slider scroll
    + main-show-an-error-message-on-gnome-shell-crash.patch,
      global-make-possible-to-set-debug-flags-dynamically.patch,
      main-increase-the-granularity-of-backtraces-in-SHELL_DEBU.patch,
      main-add-backtrace-crashes-all-and-backtrace-all.patch,
      sessionMode-add-support-for-debugFlags-parameter.patch:
      - Improve debug JS tracing for crash reports
    + st-scroll-view-Handle-the-case-where-scrollbars-are-NULL.patch,
      st-scroll-view-Remove-scrollbars-references-on-dispose.patch:
      - Fix crash on theme changes
    + ubuntu/search-call-XUbuntuCancel-method-on-providers-when-no-dat.patch:
      - stop searches when requested from UI
    + magnifier-Show-cursor-when-magnifier-is-enabled-and-scale.patch:
      - Show monitor scaled cursor when magnifier is enabled
  * Refresh patches

  [ Daniel van Vugt ]
  * background_login.patch: Match 19.10 Yaru purple login screen with noise.
    This way the login animation will appear to expand over the login screen
    (system background) instead of suddenly replacing it.

 -- Iain Lane <iain.lane@canonical.com>  Thu, 05 Sep 2019 18:31:55 +0100

gnome-shell (3.33.92-1) experimental; urgency=medium

  * New upstream release
    + Animate pointer a11y pie timer
    + Fix restarting shell in systemd user session
  * volume-Ignore-slider-changes-we-initiated-ourselves.patch: Cherry-pick.
    volume: Ignore slider changes we initiated ourselves Commit
    21e14bd46f9774e6c0146cb2169d938e782dba3c fixed this for the brightness
    slider, but we have the same problem for volume too. When the volume is
    muted - for example in Settings or via a media key, we update the slider
    to '0' to indicate this visually. But we also actually invoke the slider's
    callback to *set* the volume to zero. That means that the previous level
    is overwritten so it can't be restored when unmuting.  The fix is the same
    - when we update the slider internally ourselves, don't call the signal
    handler.
  * Bump mutter BD to 3.33.92, corresponding to the shell's version
  * control: BD on xwayland <!nocheck>, required for the testsuite
  * control, rules: Run a session bus for the testsuite

 -- Iain Lane <laney@debian.org>  Thu, 05 Sep 2019 18:15:19 +0100

gnome-shell (3.33.91-1ubuntu1) eoan; urgency=medium

  [ Didier Roche ]
  * Read mode extension update and load
  * Avoid hardcoding set of ubuntu mode extensions

  [ Marco Trevisan (Treviño) ]
  * Merge with Debian. Remaining changes:
    + Replace gnome-backgrounds dep with ubuntu-wallpapers and Suggests
      gnome-themes-standard-data, gnome-backgrounds
    + Add some Recommends:
      - ubuntu-session (| gnome-session) to have the ubuntu session available
      - xserver-xorg-legacy
      - yaru-theme-gnome-shell for the default ubuntu theming
    + Update debian/gbp.conf with Ubuntu settings
    + gnome-shell-common.install: Install Ubuntu mode
    + gnome-shell-common.prerm: Remove deprecated ubuntu theme alternative
    + ubuntu/desktop_detect.patch:
      - add caching for desktop detection to avoid querying the current
        desktop env variable as iterate through the list each time. For the
        time of the Shell process, we can expect this env variable to stay
        stable.
    + ubuntu/smarter_alt_tab.patch:
      - quick alt-tab (without showing up the switcher) switch only between
        the last window of the last 2 applications to be focused instead of
        raising all windows of those apps.
    + ubuntu/lightdm-user-switching.patch:
      - Allow user switching when using LightDM.
    + ubuntu/lock_on_suspend.patch
      - Respect Ubuntu's lock-on-suspend setting.
    + ubuntu/gdm.patch
      - as gdm is system-wide and not session-wide, ensure gdm has an ubuntu
        styling by default, not impacting the gnome user session though.
    + ubuntu/background_login.patch
      - Change default background color as we modified the default GDM color
        for our ubuntu session. Change it as well here, still applying the
        background noise loading.
    + ubuntu/gdm_alternatives.patch
      - Add support for GDM3 theme alternatives
    + optional-hot-corner.patch
      - enable patch proposed by upstream developer already in package (but
        not in series) to add a settings for optional hot corner activation.
    + volume-Add-back-sound-feedback-on-scroll.patch
      - Fix regression causing missing feedback on volume slider scroll
    + main-show-an-error-message-on-gnome-shell-crash.patch,
      global-make-possible-to-set-debug-flags-dynamically.patch,
      main-increase-the-granularity-of-backtraces-in-SHELL_DEBU.patch,
      main-add-backtrace-crashes-all-and-backtrace-all.patch,
      sessionMode-add-support-for-debugFlags-parameter.patch:
      - Improve debug JS tracing for crash reports
    + st-scroll-view-Handle-the-case-where-scrollbars-are-NULL.patch,
      st-scroll-view-Remove-scrollbars-references-on-dispose.patch:
      - Fix crash on theme changes
    + ubuntu/search-call-XUbuntuCancel-method-on-providers-when-no-dat.patch:
      - stop searches when requested from UI
    + magnifier-Show-cursor-when-magnifier-is-enabled-and-scale.patch:
      - Show monitor scaled cursor when magnifier is enabled
  * ubuntu/block_mode_extension_update.patch:
    - Dropped, as can be handled in a nicer way as per upstream changes
  * optional-hot-corner.patch:
    - Dropped as similar implementation is included upstream

  [ Iain Lane ]
  * Bump yaru-theme Breaks. We need an updated version, otherwise (at least)
    the Activities search is broken.
  * Bump Breaks on default shell extensions

 -- Iain Lane <iain.lane@canonical.com>  Sat, 24 Aug 2019 09:08:42 +0100

gnome-shell (3.33.91-1) experimental; urgency=medium

  * New upstream release
    + Fix regression when adjusting brightness
    + Fix pointer a11y timeout animation
    + Add new extensions CLI tool
    + Only track top-level windows
  * control: Bump BDs per upstream, & add BDs for the extension tool

 -- Iain Lane <laney@debian.org>  Fri, 23 Aug 2019 21:05:26 +0100

gnome-shell (3.33.90-1) experimental; urgency=medium

  [ Marco Trevisan (Treviño) ]
  * New upstream release
    + Add option for disabling the hot corner
    + Allow dragging unfocused tiled/maximized windows from top bar
    + Allow to disable window menus via session mode
    + Avoid unnecessary style changes when computing :first/:last-child
    + Call GDM's RegisterSession() after startup (LP: #1798790)
    + Consistently animate new window actions
    + Disable emoji on-screen keyboard support on X11
    + Don't crash for world clock locations with no timezone
    + Don't leak old on-screen keyboard layout groups
    + Fix alt-tab icon size on HiDPI
    + Fix cursor visibility in screen recordings
    + Fix distortion of some image contents
    + Fix ellipsization in dialog subtitles/bodies
    + Fix extended keys popups being hidden by on-screen keyboard
    + Fix glitch of fullscreen window in workspace switch animation
    + Fix keeping actors visible in scrollviews
    + Fix opening window menu
    + Fix style updates for non-background CSS properties
    + Fix tablet button mapping overlay
    + Fix the calculation of the maximum number of app search results
    + Fix top bar being hidden by lock screen
    + Fix unintentional interference between gestures
    + Fix unintentional loop while polkit dialog is active
    + Handle horizontal workspace layout with gestures/animations
    + Handle network interface name changes
    + Implement DND app picker folder management
    + Implement locate-pointer accessibility feature
    + Implement mouse accessibility
    + Improve handling of session mode extensions
    + Include 'sandboxed-app-id' in winodw introspection info
    + Make Clocks/Weather integration work with sandboxed apps
    + Minimize travel distance in overview animation
    + Move some chrome above popup windows
    + Only emit ::style-changed on actual changes
    + Port to libecal-2.0
    + Prepare for optional X11
    + Refine the app menu
    + Refine window preview style
    + Reload search providers when installed applications change
    + Replace Tweener with Clutter animations
    + Rescan icon theme when installed apps changed
    + Set up GJS profiler when GJS_TRACE_FD is set
    + Style fixes and improvements
    + Support startup via systemd user instance
    + Support TCRYPT in mount password dialog
    + Update theme to better match GTK's Adwaita
    + Use more fine-grained levels in battery indicator
  * debian/patches:
    + tweener-Save-handlers-on-target-and-remove-them-on-destro.patch: Refresh
  * debian/control: Bump dependency to mutter 3.33.90 and desktop schemas 3.33.1

  [ Simon McVittie ]
  * d/gnome-shell.bug-control: Include related packages in bug reports

 -- Marco Trevisan (Treviño) <marco@ubuntu.com>  Tue, 13 Aug 2019 11:12:43 +0100

gnome-shell (3.32.2-2ubuntu1) eoan; urgency=medium

  * Merge with Debian. Remaining changes:
    + Replace gnome-backgrounds dep with ubuntu-wallpapers and Suggests
      gnome-themes-standard-data, gnome-backgrounds
    + Add some Recommends:
      - ubuntu-session (| gnome-session) to have the ubuntu session available
      - xserver-xorg-legacy
      - yaru-theme-gnome-shell for the default ubuntu theming
    + Update debian/gbp.conf with Ubuntu settings
    + gnome-shell-common.install: Install Ubuntu mode
    + gnome-shell-common.prerm: Remove deprecated ubuntu theme alternative
    + ubuntu/desktop_detect.patch:
      - add caching for desktop detection to avoid querying the current
        desktop env variable as iterate through the list each time. For the
        time of the Shell process, we can expect this env variable to stay
        stable.
    + ubuntu/smarter_alt_tab.patch:
      - quick alt-tab (without showing up the switcher) switch only between
        the last window of the last 2 applications to be focused instead of
        raising all windows of those apps.
    + ubuntu/lightdm-user-switching.patch:
      - Allow user switching when using LightDM.
    + ubuntu/lock_on_suspend.patch
      - Respect Ubuntu's lock-on-suspend setting.
    + ubuntu/gdm.patch
      - as gdm is system-wide and not session-wide, ensure gdm has an ubuntu
        styling by default, not impacting the gnome user session though.
    + ubuntu/background_login.patch
      - Change default background color as we modified the default GDM color
        for our ubuntu session. Change it as well here, still applying the
        background noise loading.
    + ubuntu/gdm_alternatives.patch
      - Add support for GDM3 theme alternatives
    + ubuntu/block_mode_extension_update.patch
      - Don't allow ubuntu mode extension to update
    + optional-hot-corner.patch
      - enable patch proposed by upstream developer already in package (but
        not in series) to add a settings for optional hot corner activation.
    + volume-Add-back-sound-feedback-on-scroll.patch
      - Fix regression causing missing feedback on volume slider scroll
    + main-show-an-error-message-on-gnome-shell-crash.patch,
      global-make-possible-to-set-debug-flags-dynamically.patch,
      main-increase-the-granularity-of-backtraces-in-SHELL_DEBU.patch,
      main-add-backtrace-crashes-all-and-backtrace-all.patch,
      sessionMode-add-support-for-debugFlags-parameter.patch:
      - Improve debug JS tracing for crash reports
    + st-scroll-view-Handle-the-case-where-scrollbars-are-NULL.patch,
      st-scroll-view-Remove-scrollbars-references-on-dispose.patch:
      - Fix crash on theme changes
    + ubuntu/search-call-XUbuntuCancel-method-on-providers-when-no-dat.patch:
      - stop searches when requested from UI
    + magnifier-Show-cursor-when-magnifier-is-enabled-and-scale.patch:
      - Show monitor scaled cursor when magnifier is enabled

 -- Iain Lane <iain.lane@canonical.com>  Thu, 27 Jun 2019 18:02:14 +0100

gnome-shell (3.32.2-2) experimental; urgency=medium

  * debian/source_gnome-shell.py:
    + Add more informations that we might need to debug information in the
      apport retracing (LP: #1722886):
      - All the desktop shared gsettings key
      - Mutter gsettings key and version
      - Settings daemon settings key used by the shell
      - ~/.config/monitors.xml
      - Shell's journalctl since it will include errors and JS stacktrace.
  * d/p/boxpointer-Unset-the-sourceActor-on-destruction.patch:
    - Avoid crash on reallocation of dead actors (LP: #1831555)

 -- Marco Trevisan (Treviño) <marco@ubuntu.com>  Thu, 27 Jun 2019 17:54:16 +0100

gnome-shell (3.32.2-1ubuntu1) eoan; urgency=medium

  * Merge with Debian. Remaining changes:
    + Replace gnome-backgrounds dep with ubuntu-wallpapers and Suggests
      gnome-themes-standard-data, gnome-backgrounds
    + Add some Recommends:
      - ubuntu-session (| gnome-session) to have the ubuntu session available
      - xserver-xorg-legacy
      - yaru-theme-gnome-shell for the default ubuntu theming
    + Update debian/gbp.conf with Ubuntu settings
    + gnome-shell-common.install: Install Ubuntu mode
    + gnome-shell-common.prerm: Remove deprecated ubuntu theme alternative
    + ubuntu/desktop_detect.patch:
      - add caching for desktop detection to avoid querying the current
        desktop env variable as iterate through the list each time. For the
        time of the Shell process, we can expect this env variable to stay
        stable.
    + ubuntu/smarter_alt_tab.patch:
      - quick alt-tab (without showing up the switcher) switch only between
        the last window of the last 2 applications to be focused instead of
        raising all windows of those apps.
    + ubuntu/lightdm-user-switching.patch:
      - Allow user switching when using LightDM.
    + ubuntu/lock_on_suspend.patch
      - Respect Ubuntu's lock-on-suspend setting.
    + ubuntu/gdm.patch
      - as gdm is system-wide and not session-wide, ensure gdm has an ubuntu
        styling by default, not impacting the gnome user session though.
    + ubuntu/background_login.patch
      - Change default background color as we modified the default GDM color
        for our ubuntu session. Change it as well here, still applying the
        background noise loading.
    + ubuntu/gdm_alternatives.patch
      - Add support for GDM3 theme alternatives
    + ubuntu/block_mode_extension_update.patch
      - Don't allow ubuntu mode extension to update
    + optional-hot-corner.patch
      - enable patch proposed by upstream developer already in package (but
        not in series) to add a settings for optional hot corner activation.
    + volume-Add-back-sound-feedback-on-scroll.patch
      - Fix regression causing missing feedback on volume slider scroll
    + main-show-an-error-message-on-gnome-shell-crash.patch,
      global-make-possible-to-set-debug-flags-dynamically.patch,
      main-increase-the-granularity-of-backtraces-in-SHELL_DEBU.patch,
      main-add-backtrace-crashes-all-and-backtrace-all.patch,
      sessionMode-add-support-for-debugFlags-parameter.patch:
      - Improve debug JS tracing for crash reports
    + st-scroll-view-Handle-the-case-where-scrollbars-are-NULL.patch,
      st-scroll-view-Remove-scrollbars-references-on-dispose.patch:
      - Fix crash on theme changes
    + ubuntu/search-call-XUbuntuCancel-method-on-providers-when-no-dat.patch:
      - stop searches when requested from UI
    + magnifier-Show-cursor-when-magnifier-is-enabled-and-scale.patch:
      - Show monitor scaled cursor when magnifier is enabled

 -- Iain Lane <iain.lane@canonical.com>  Tue, 21 May 2019 17:40:26 +0100

gnome-shell (3.32.2-1) experimental; urgency=medium

  * New upstream release
    - Fix ellipsization in dialog subtitles/bodies (LP: #1809788)
    - Don't crash for world clock locations with no timezone (LP: #1827953)

 -- Marco Trevisan (Treviño) <marco@ubuntu.com>  Tue, 21 May 2019 17:19:41 +0100

gnome-shell (3.32.1-1ubuntu1) eoan; urgency=medium

  [ Marco Trevisan (Treviño) ]
  * Merge with debian
    - Update to 3.32.1 upstream version (LP: #1826936)
    - Fixes Icon disappears from favorites (LP: #1822846)
    - Fix applications aren't focused in Wayland session (LP: #1826176)
    remaining changes:
    + Replace gnome-backgrounds dep with ubuntu-wallpapers and Suggests
      gnome-themes-standard-data, gnome-backgrounds
    + Add some Recommends:
      - ubuntu-session (| gnome-session) to have the ubuntu session available
      - xserver-xorg-legacy
      - yaru-theme-gnome-shell for the default ubuntu theming
    + Update debian/gbp.conf with Ubuntu settings
    + gnome-shell-common.install: Install Ubuntu mode
    + gnome-shell-common.prerm: Remove deprecated ubuntu theme alternative
    + ubuntu/desktop_detect.patch:
      - add caching for desktop detection to avoid querying the current
        desktop env variable as iterate through the list each time. For the
        time of the Shell process, we can expect this env variable to stay
        stable.
    + ubuntu/smarter_alt_tab.patch:
      - quick alt-tab (without showing up the switcher) switch only between
        the last window of the last 2 applications to be focused instead of
        raising all windows of those apps.
    + ubuntu/lightdm-user-switching.patch:
      - Allow user switching when using LightDM.
    + ubuntu/lock_on_suspend.patch
      - Respect Ubuntu's lock-on-suspend setting.
    + ubuntu/gdm.patch
      - as gdm is system-wide and not session-wide, ensure gdm has an ubuntu
        styling by default, not impacting the gnome user session though.
    + ubuntu/background_login.patch
      - Change default background color as we modified the default GDM color
        for our ubuntu session. Change it as well here, still applying the
        background noise loading.
    + ubuntu/gdm_alternatives.patch
      - Add support for GDM3 theme alternatives
    + ubuntu/block_mode_extension_update.patch
      - Don't allow ubuntu mode extension to update
    + optional-hot-corner.patch
      - enable patch proposed by upstream developer already in package (but
        not in series) to add a settings for optional hot corner activation.
    + volume-Add-back-sound-feedback-on-scroll.patch
      - Fix regression causing missing feedback on volume slider scroll
    + main-show-an-error-message-on-gnome-shell-crash.patch,
      global-make-possible-to-set-debug-flags-dynamically.patch,
      main-increase-the-granularity-of-backtraces-in-SHELL_DEBU.patch,
      main-add-backtrace-crashes-all-and-backtrace-all.patch,
      sessionMode-add-support-for-debugFlags-parameter.patch:
      - Improve debug JS tracing for crash reports
    + st-scroll-view-Handle-the-case-where-scrollbars-are-NULL.patch,
      st-scroll-view-Remove-scrollbars-references-on-dispose.patch:
      - Fix crash on theme changes
    + ubuntu/search-call-XUbuntuCancel-method-on-providers-when-no-dat.patch:
      - stop searches when requested from UI
    + magnifier-Show-cursor-when-magnifier-is-enabled-and-scale.patch:
      - Show monitor scaled cursor when magnifier is enabled
  * d/p/magnifier-Show-cursor-when-magnifier-is-enabled-and-scale.patch:
    - Handle the no-monitor case (LP: #1826797)

  [ Andrea Azzarone ]
  * d/p/volume-Add-back-sound-feedback-on-scroll.patch: Add missing import

 -- Marco Trevisan (Treviño) <marco@ubuntu.com>  Wed, 01 May 2019 10:23:16 +0100

gnome-shell (3.32.1-1) experimental; urgency=medium

  [ Simon McVittie ]
  * d/rules: Create a temporary HOME, XDG_RUNTIME_DIR for the unit tests.
    This goes some way towards fixing test failures and FTBFS on buster's
    sbuild, as deployed on the s390x buildd.
  * d/.gitignore: Add

  [ Laurent Bigonville ]
  * New upstream release

 -- Laurent Bigonville <bigon@debian.org>  Mon, 22 Apr 2019 15:45:49 +0200

gnome-shell (3.32.0+git20190410-1ubuntu1) disco; urgency=medium

  * Merging with debian git snapshot (LP: #1820775, LP: #1818790),
    remaining changes:
    + Replace gnome-backgrounds dep with ubuntu-wallpapers and Suggests
      gnome-themes-standard-data, gnome-backgrounds
    + Add some Recommends:
      - ubuntu-session (| gnome-session) to have the ubuntu session available
      - xserver-xorg-legacy
      - yaru-theme-gnome-shell for the default ubuntu theming
    + Update debian/gbp.conf with Ubuntu settings
    + gnome-shell-common.install: Install Ubuntu mode
    + gnome-shell-common.prerm: Remove deprecated ubuntu theme alternative
    + ubuntu/desktop_detect.patch:
      - add caching for desktop detection to avoid querying the current
        desktop env variable as iterate through the list each time. For the
        time of the Shell process, we can expect this env variable to stay
        stable.
    + ubuntu/smarter_alt_tab.patch:
      - quick alt-tab (without showing up the switcher) switch only between
        the last window of the last 2 applications to be focused instead of
        raising all windows of those apps.
    + ubuntu/lightdm-user-switching.patch:
      - Allow user switching when using LightDM.
    + ubuntu/lock_on_suspend.patch
      - Respect Ubuntu's lock-on-suspend setting.
    + ubuntu/gdm.patch
      - as gdm is system-wide and not session-wide, ensure gdm has an ubuntu
        styling by default, not impacting the gnome user session though.
    + ubuntu/background_login.patch
      - Change default background color as we modified the default GDM color
        for our ubuntu session. Change it as well here, still applying the
        background noise loading.
    + ubuntu/gdm_alternatives.patch
      - Add support for GDM3 theme alternatives
    + ubuntu/block_mode_extension_update.patch
      - Don't allow ubuntu mode extension to update
    + optional-hot-corner.patch
      - enable patch proposed by upstream developer already in package (but
        not in series) to add a settings for optional hot corner activation.
    + volume-Add-back-sound-feedback-on-scroll.patch
      - Fix regression causing missing feedback on volume slider scroll
    + main-show-an-error-message-on-gnome-shell-crash.patch,
      global-make-possible-to-set-debug-flags-dynamically.patch,
      main-increase-the-granularity-of-backtraces-in-SHELL_DEBU.patch,
      main-add-backtrace-crashes-all-and-backtrace-all.patch,
      sessionMode-add-support-for-debugFlags-parameter.patch:
      - Improve debug JS tracing for crash reports
    + st-scroll-view-Handle-the-case-where-scrollbars-are-NULL.patch,
      st-scroll-view-Remove-scrollbars-references-on-dispose.patch:
      - Fix crash on theme changes
    + ubuntu/search-call-XUbuntuCancel-method-on-providers-when-no-dat.patch:
      - stop searches when requested from UI
    + magnifier-Show-cursor-when-magnifier-is-enabled-and-scale.patch:
      - Show monitor scaled cursor when magnifier is enabled
  * d/p/magnifier-Show-cursor-when-magnifier-is-enabled-and-scale.patch:
    - Dropped the merged part, kept the fix for cursor scaling.
  * d/p/optional-hot-corner.patch,
    d/p/sessionMode-add-support-for-debugFlags-parameter.patch,
    d/p/ubuntu/lock_on_suspend.patch,
    d/p/ubuntu/resolve_alternate_theme_path.patch:
    - Refreshed.

 -- Marco Trevisan (Treviño) <marco@ubuntu.com>  Wed, 10 Apr 2019 20:15:39 -0500

gnome-shell (3.32.0+git20190410-1) experimental; urgency=medium

  * Use debhelper-compat 12 and BD on dh-sequence-{gnome,gir}
  * New upstream release, which includes
    - shell: Fallback on ISO 8601 datetime string for screenshot date info
      (LP: #1796251)
  * BD on the corresponding mutter
  * debian/patches/various: Drop upstream cherry-picks. We had cherry-picked
    the stable branch into Debian patches in the previous upload, but that
    would get out of hand if we carried on.  Instead we are using a tarball
    snapshot. So drop the cherry-picks.

 -- Iain Lane <laney@debian.org>  Wed, 10 Apr 2019 16:36:31 +0100

gnome-shell (3.32.0-1ubuntu2) UNRELEASED; urgency=medium

  * d/p/magnifier-Show-cursor-when-magnifier-is-enabled-and-scale.patch:
    - magnifier: Show cursor when magnifier is enabled and scale it to
      match monitor scaling (LP: #1818790)

 -- Marco Trevisan (Treviño) <marco@ubuntu.com>  Wed, 27 Mar 2019 16:51:27 +0100

gnome-shell (3.32.0-1ubuntu1) disco; urgency=medium

  * Merge with debian, remaining changes:
    + Replace gnome-backgrounds dep with ubuntu-wallpapers and Suggests
      gnome-themes-standard-data, gnome-backgrounds
    + Add some Recommends:
      - ubuntu-session (| gnome-session) to have the ubuntu session available
      - xserver-xorg-legacy
      - yaru-theme-gnome-shell for the default ubuntu theming
    + Update debian/gbp.conf with Ubuntu settings
    + gnome-shell-common.install: Install Ubuntu mode
    + gnome-shell-common.prerm: Remove deprecated ubuntu theme alternative
    + ubuntu/desktop_detect.patch:
      - add caching for desktop detection to avoid querying the current
        desktop env variable as iterate through the list each time. For the
        time of the Shell process, we can expect this env variable to stay
        stable.
    + ubuntu/smarter_alt_tab.patch:
      - quick alt-tab (without showing up the switcher) switch only between
        the last window of the last 2 applications to be focused instead of
        raising all windows of those apps.
    + ubuntu/lightdm-user-switching.patch:
      - Allow user switching when using LightDM.
    + ubuntu/lock_on_suspend.patch
      - Respect Ubuntu's lock-on-suspend setting.
    + ubuntu/gdm.patch
      - as gdm is system-wide and not session-wide, ensure gdm has an ubuntu
        styling by default, not impacting the gnome user session though.
    + ubuntu/background_login.patch
      - Change default background color as we modified the default GDM color
        for our ubuntu session. Change it as well here, still applying the
        background noise loading.
    + ubuntu/gdm_alternatives.patch
      - Add support for GDM3 theme alternatives
    + ubuntu/block_mode_extension_update.patch
      - Don't allow ubuntu mode extension to update
    + optional-hot-corner.patch
      - enable patch proposed by upstream developer already in package (but
        not in series) to add a settings for optional hot corner activation.
    + volume-Add-back-sound-feedback-on-scroll.patch
      - Fix regression causing missing feedback on volume slider scroll
    + main-show-an-error-message-on-gnome-shell-crash.patch,
      global-make-possible-to-set-debug-flags-dynamically.patch,
      main-increase-the-granularity-of-backtraces-in-SHELL_DEBU.patch,
      main-add-backtrace-crashes-all-and-backtrace-all.patch,
      sessionMode-add-support-for-debugFlags-parameter.patch:
      - Improve debug JS tracing for crash reports
    + st-scroll-view-Handle-the-case-where-scrollbars-are-NULL.patch,
      st-scroll-view-Remove-scrollbars-references-on-dispose.patch:
      - Fix crash on theme changes
    + ubuntu/search-call-XUbuntuCancel-method-on-providers-when-no-dat.patch:
      - stop searches when requested from UI

 -- Iain Lane <iain.lane@canonical.com>  Tue, 12 Mar 2019 13:29:02 +0000

gnome-shell (3.32.0-1) experimental; urgency=medium

  * New upstream release
    + Fix sizing issues in on-screen-keyboard emoji panel
    + Fix test linker failure on Debian/Ubuntu
    + Avoid assertion when sizing fallback app icons from CSS
    + Fix mis-sized menu arrows after texture cache changes
  * debian/patches: Update to master at ede0fd866.  These are all fixes which
    will be in 3.32.1.
    - d/p/build-Add-mutter-s-private-directory-to-libst-s-build-tim.patch:
      Drop, applied upstream.
  * control: Bump mutter BD to 3.32.0

 -- Iain Lane <laney@debian.org>  Tue, 12 Mar 2019 12:50:26 +0000

gnome-shell (3.31.92-1ubuntu1) disco; urgency=medium

  [ Daniel van Vugt ]
  * Update ubuntu/background_login.patch to match the new login screen
    (system background) design from Yaru for a smooth login animation
    (LP: #1813119).

  [ Iain Lane ]
  * Merge with debian, remaining changes:
    + Replace gnome-backgrounds dep with ubuntu-wallpapers and Suggests
      gnome-themes-standard-data, gnome-backgrounds
    + Add some Recommends:
      - ubuntu-session (| gnome-session) to have the ubuntu session available
      - xserver-xorg-legacy
      - yaru-theme-gnome-shell for the default ubuntu theming
    + Update debian/gbp.conf with Ubuntu settings
    + gnome-shell-common.install: Install Ubuntu mode
    + gnome-shell-common.prerm: Remove deprecated ubuntu theme alternative
    + ubuntu/desktop_detect.patch:
      - add caching for desktop detection to avoid querying the current
        desktop env variable as iterate through the list each time. For the
        time of the Shell process, we can expect this env variable to stay
        stable.
    + ubuntu/smarter_alt_tab.patch:
      - quick alt-tab (without showing up the switcher) switch only between
        the last window of the last 2 applications to be focused instead of
        raising all windows of those apps.
    + ubuntu/lightdm-user-switching.patch:
      - Allow user switching when using LightDM.
    + ubuntu/lock_on_suspend.patch
      - Respect Ubuntu's lock-on-suspend setting.
    + ubuntu/gdm.patch
      - as gdm is system-wide and not session-wide, ensure gdm has an ubuntu
        styling by default, not impacting the gnome user session though.
    + ubuntu/background_login.patch
      - Change default background color as we modified the default GDM color
        for our ubuntu session. Change it as well here, still applying the
        background noise loading.
    + ubuntu/gdm_alternatives.patch
      - Add support for GDM3 theme alternatives
    + ubuntu/block_mode_extension_update.patch
      - Don't allow ubuntu mode extension to update
    + optional-hot-corner.patch
      - enable patch proposed by upstream developer already in package (but
        not in series) to add a settings for optional hot corner activation.
    + volume-Add-back-sound-feedback-on-scroll.patch
      - Fix regression causing missing feedback on volume slider scroll
    + main-show-an-error-message-on-gnome-shell-crash.patch,
      global-make-possible-to-set-debug-flags-dynamically.patch,
      main-increase-the-granularity-of-backtraces-in-SHELL_DEBU.patch,
      main-add-backtrace-crashes-all-and-backtrace-all.patch,
      sessionMode-add-support-for-debugFlags-parameter.patch:
      - Improve debug JS tracing for crash reports
    + st-scroll-view-Handle-the-case-where-scrollbars-are-NULL.patch,
      st-scroll-view-Remove-scrollbars-references-on-dispose.patch:
      - Fix crash on theme changes
    + ubuntu/search-call-XUbuntuCancel-method-on-providers-when-no-dat.patch:
      - stop searches when requested from UI
    + debian/patches/ubuntu/background_login.patch:
      - match Yaru theme in the ubuntu session instead of our previous GDM
        background
    + debian/patches/ubuntu/resolve_alternate_theme_path.patch:
      - ensure we resolve finale theme file path to correctly load assets
        under gdm
    + debian/rules:
      - Run dh_translations and work around an issue with Rosetta and plural
        translations
    + Add desktop-icons to the Ubuntu session by default
    + Break nautilus << 3.30. We don't want two things trying to handle the
      desktop.
  * debian/patches/*: Refresh.
      - d/p/st-texture-cache-Cancel-sliced-image-loading-on-target-ac.patch:
        Drop, this is now upstream.

 -- Iain Lane <iain.lane@canonical.com>  Wed, 06 Mar 2019 14:58:20 +0000

gnome-shell (3.31.92-1) experimental; urgency=medium

  * New upstream release
    + Add flags parameter in GrabAccelerators API
    + Always use symbolic user icon in system menu
    + Don't close on-screen-keyboard's language menu on hover
    + Don't let unfullscreen gesture interfere with top bar taps
    + Don't toggle on-screen keyboard on every focus change
    + Fix generating French OSK layout
    + Fix legacy tray icons not responding to events on wayland
    + Fix visual glitch in submenus
    + Hide trailing separator in search results
    + Only consider visible children for :first-child/:last-child
    + Remember choice in inhibit-shortcuts dialogue
    + Support fractional scaling
    + Use borderless round user images
  * control:
    + BD on mutter 3.31.92, the corresponding release for this Shell
    + BD on gjs 1.54, per upstream
  * Drop workaround_crasher_fractional_scaling.patch. Marco says this is
    probaly not required any more, and it was only ever intended to be a
    temporary workaround.
  * Cherry-pick c7342824 to fix `test-theme`
  * Add a BD <!nocheck> on gnome-settings-daemon-common.
    This is required for `test-theme`.

 -- Iain Lane <laney@debian.org>  Wed, 06 Mar 2019 14:39:17 +0000

gnome-shell (3.31.90-1ubuntu1) disco; urgency=medium

  [ Marco Trevisan (Treviño) ]
  * Merge with debian, remaining changes:
    + Replace gnome-backgrounds dep with ubuntu-wallpapers and Suggests
      gnome-themes-standard-data, gnome-backgrounds
    + Add some Recommends:
      - ubuntu-session (| gnome-session) to have the ubuntu session available
      - xserver-xorg-legacy
      - yaru-theme-gnome-shell for the default ubuntu theming
    + Update debian/gbp.conf with Ubuntu settings
    + gnome-shell-common.install: Install Ubuntu mode
    + gnome-shell-common.prerm: Remove deprecated ubuntu theme alternative
    + ubuntu/desktop_detect.patch:
      - add caching for desktop detection to avoid querying the current
        desktop env variable as iterate through the list each time. For the
        time of the Shell process, we can expect this env variable to stay
        stable.
    + ubuntu/smarter_alt_tab.patch:
      - quick alt-tab (without showing up the switcher) switch only between
        the last window of the last 2 applications to be focused instead of
        raising all windows of those apps.
    + ubuntu/lightdm-user-switching.patch:
      - Allow user switching when using LightDM.
    + ubuntu/lock_on_suspend.patch
      - Respect Ubuntu's lock-on-suspend setting.
    + ubuntu/gdm.patch
      - as gdm is system-wide and not session-wide, ensure gdm has an ubuntu
        styling by default, not impacting the gnome user session though.
    + ubuntu/background_login.patch
      - Change default background color as we modified the default GDM color
        for our ubuntu session. Change it as well here, still applying the
        background noise loading.
    + ubuntu/gdm_alternatives.patch
      - Add support for GDM3 theme alternatives
    + ubuntu/block_mode_extension_update.patch
      - Don't allow ubuntu mode extension to update
    + optional-hot-corner.patch
      - enable patch proposed by upstream developer already in package (but
        not in series) to add a settings for optional hot corner activation.
    + volume-Add-back-sound-feedback-on-scroll.patch
      - Fix regression causing missing feedback on volume slider scroll
    + st-texture-cache-Cancel-sliced-image-loading-on-target-ac.patch
      - Fix possible crash on cache loading
    + main-show-an-error-message-on-gnome-shell-crash.patch,
      global-make-possible-to-set-debug-flags-dynamically.patch,
      main-increase-the-granularity-of-backtraces-in-SHELL_DEBU.patch,
      main-add-backtrace-crashes-all-and-backtrace-all.patch,
      sessionMode-add-support-for-debugFlags-parameter.patch:
      - Improve debug JS tracing for crash reports
    + st-scroll-view-Handle-the-case-where-scrollbars-are-NULL.patch,
      st-scroll-view-Remove-scrollbars-references-on-dispose.patch:
      - Fix crash on theme changes
    + ubuntu/search-call-XUbuntuCancel-method-on-providers-when-no-dat.patch:
      - stop searches when requested from UI
    + debian/patches/ubuntu/background_login.patch:
      - match Yaru theme in the ubuntu session instead of our previous GDM
        background
    + debian/patches/ubuntu/resolve_alternate_theme_path.patch:
      - ensure we resolve finale theme file path to correctly load assets
        under gdm
    + debian/rules:
      - Run dh_translations and work around an issue with Rosetta and plural
        translations
    + Add desktop-icons to the Ubuntu session by default
    + Break nautilus << 3.30. We don't want two things trying to handle the
      desktop.
  * d/p/st-button-Ignore-pointer-emulated-touch-events.patch,
    d/p/keyboard-Do-not-call-KeyboardManager.holdKeyboard-with-se.patch:
    - Removed, as applied upstreamy
  * d/p/optional-hot-corner.patch,
    d/p/background_login.patch,
    d/p/ubuntu/lightdm-user-switching.patch,
    d/p/ubuntu/search-call-XUbuntuCancel-method-on-providers-when-no-dat.patch:
    - Updated as per ES6 javascript usage upstream
  * d/p/global-make-possible-to-set-debug-flags-dynamically.patch,
    d/p/main-add-backtrace-crashes-all-and-backtrace-all.patch,
    d/p/main-increase-the-granularity-of-backtraces-in-SHELL_DEBU.patch,
    d/p/main-show-an-error-message-on-gnome-shell-crash.patch,
    d/p/sessionMode-add-support-for-debugFlags-parameter.patch,
    d/p/st-button-Ignore-pointer-emulated-touch-events.patch,
    d/p/st-scroll-view-Handle-the-case-where-scrollbars-are-NULL.patch,
    d/p/st-scroll-view-Remove-scrollbars-references-on-dispose.patch,
    d/p/st-texture-cache-Cancel-sliced-image-loading-on-target-ac.patch,
    d/p/ubuntu/block_mode_extension_update.patch,
    d/p/ubuntu/desktop_detect.patch,
    d/p/ubuntu/gdm_alternatives.patch,
    d/p/ubuntu/lock_on_suspend.patch,
    d/p/ubuntu/resolve_alternate_theme_path.patch,
    d/p/volume-Add-back-sound-feedback-on-scroll.patch:
    - Refreshed

  [ Iain Lane ]
  * Bump ubuntu-dock Breaks version; we need to update for this shell

 -- Marco Trevisan (Treviño) <marco@ubuntu.com>  Thu, 21 Feb 2019 15:46:50 +0000

gnome-shell (3.31.90-1) experimental; urgency=medium

  [ Marco Trevisan (Treviño) ]
  * New upstream release
    - Don't fill journal with osdWindow errors (LP: #1772677)
    - Fix missing icon in keyboard indicator (LP: #1812266)
  * debian/control:
    - Update mutter dependency on mutter-4 3.31.4
    - Drop dependencies on libcanberra and libcanberra-gtk3
  * debian/gnome-shell.install:
    - Remove usr/lib/mozilla as no plugin is shipped anymore
  * debian/gnome-shell.lintian-overrides:
    - Update mutter libraries paths

  [ Laurent Bigonville ]
  * debian/control.in: Recommends ibus, gnome-shell tried to start for years
    now, ibus is required to input emoji these days. (Closes: #815050)

  [ Marco Trevisan (Treviño) ]
  * d/p/Update-Basque-translation.patch,
    d/p/Update-Esperanto-translation.patch,
    d/p/Update-French-translation.patch,
    d/p/Update-Slovak-translation.patch,
    d/p/altSwitcher-Fix-error-when-all-alternatives-are-disabled.patch,
    d/p/dash-destroy-items-s-child-before-tooltip.patch,
    d/p/ibusManager-Don-t-pass-undefined-callback-to-ibus.patch,
    d/p/keyboard-Do-not-call-KeyboardManager.holdKeyboard-with-se.patch,
    d/p/panel-Don-t-allow-opening-hidden-menus-via-keybindings.patch,
    d/p/power-Label-the-PENDING_CHARGE-state-as-Not-Charging.patch,
    d/p/shellActionModes-disable-POPUP-keybindings-in-unlock-scre.patch,
    d/p/st-button-Ignore-pointer-emulated-touch-events.patch:
    - Dropped applied Upstream
  * d/p/tweener-Save-handlers-on-target-and-remove-them-on-destro.patch,
    d/p/workaround_crasher_fractional_scaling.patch:
    - Refreshed
  * debian/control: set breaks on dash-to-panel and dashtodock extensions

  [ Iain Lane ]
  * control: Bump libmutter-dev version to 3.31.90, per upstream

 -- Marco Trevisan (Treviño) <marco@ubuntu.com>  Thu, 21 Feb 2019 09:39:22 +0000

gnome-shell (3.30.2-3) unstable; urgency=medium

  * Team upload
  * d/p/ibusManager-Don-t-pass-undefined-callback-to-ibus.patch:
    Mark as applied on upstream gnome-3-30 branch, and reorder earlier
    in the patch series
  * d/p/panel-Don-t-allow-opening-hidden-menus-via-keybindings.patch,
    d/p/shellActionModes-disable-POPUP-keybindings-in-unlock-scre.patch:
    Add patches from upstream to fix partial lock screen bypass
    (CVE-2019-3820, Closes: #921490)
  * Update patch series from gnome-3-30 branch, up to 3.30.2-11-ge23f4d6c7
    - Fix a crash that can happen when locking the screen
    - Fix a critical when an app is closed while its popup menu is open
    - Ignore pointer emulated touch events, fixing unintended double clicks
      in extensions like dash-to-dock
    - Don't close ibus popup window when an entry field changes its input
      purpose
    - Update translations: eu, eo, sk, fr

 -- Simon McVittie <smcv@debian.org>  Wed, 06 Feb 2019 09:46:52 +0000

gnome-shell (3.30.2-2ubuntu2) disco; urgency=medium

  * debian/patches/ubuntu/smarter_alt_tab.patch:
    Dropped, now that application switching is set to super-tab instead of
    alt-tab
  * Merge debian/patches/ubuntu/gdm.patch and
    debian/patches/ubuntu/gdm_alternatives.patch:
    - gdm_alternatives was a patch on a patch, merged them and remove
      gdm.patch

 -- Didier Roche <didrocks@ubuntu.com>  Thu, 07 Feb 2019 11:51:47 +0100

gnome-shell (3.30.2-2ubuntu1) disco; urgency=medium

  * Merge with debian, remaining changes:
    + Replace gnome-backgrounds dep with ubuntu-wallpapers and Suggests
      gnome-themes-standard-data, gnome-backgrounds
    + Add some Recommends:
      - ubuntu-session (| gnome-session) to have the ubuntu session available
      - xserver-xorg-legacy
      - yaru-theme-gnome-shell for the default ubuntu theming
    + Update debian/gbp.conf with Ubuntu settings
    + gnome-shell-common.install: Install Ubuntu mode
    + gnome-shell-common.prerm: Remove deprecated ubuntu theme alternative
    + ubuntu/desktop_detect.patch:
      - add caching for desktop detection to avoid querying the current
        desktop env variable as iterate through the list each time. For the
        time of the Shell process, we can expect this env variable to stay
        stable.
    + ubuntu/smarter_alt_tab.patch:
      - quick alt-tab (without showing up the switcher) switch only between
        the last window of the last 2 applications to be focused instead of
        raising all windows of those apps.
    + ubuntu/lightdm-user-switching.patch:
      - Allow user switching when using LightDM.
    + ubuntu/lock_on_suspend.patch
      - Respect Ubuntu's lock-on-suspend setting.
    + ubuntu/gdm.patch
      - as gdm is system-wide and not session-wide, ensure gdm has an ubuntu
        styling by default, not impacting the gnome user session though.
    + ubuntu/background_login.patch
      - Change default background color as we modified the default GDM color
        for our ubuntu session. Change it as well here, still applying the
        background noise loading.
    + ubuntu/gdm_alternatives.patch
      - Add support for GDM3 theme alternatives
    + ubuntu/block_mode_extension_update.patch
      - Don't allow ubuntu mode extension to update
    + optional-hot-corner.patch
      - enable patch proposed by upstream developer already in package (but
        not in series) to add a settings for optional hot corner activation.
    + volume-Add-back-sound-feedback-on-scroll.patch
      - Fix regression causing missing feedback on volume slider scroll
    + st-texture-cache-Cancel-sliced-image-loading-on-target-ac.patch
      - Fix possible crash on cache loading
    + main-show-an-error-message-on-gnome-shell-crash.patch,
      global-make-possible-to-set-debug-flags-dynamically.patch,
      main-increase-the-granularity-of-backtraces-in-SHELL_DEBU.patch,
      main-add-backtrace-crashes-all-and-backtrace-all.patch,
      sessionMode-add-support-for-debugFlags-parameter.patch:
      - Improve debug JS tracing for crash reports
    + st-scroll-view-Handle-the-case-where-scrollbars-are-NULL.patch,
      st-scroll-view-Remove-scrollbars-references-on-dispose.patch:
      - Fix crash on theme changes
    + ubuntu/search-call-XUbuntuCancel-method-on-providers-when-no-dat.patch:
      - stop searches when requested from UI
    + keyboard-Do-not-call-KeyboardManager.holdKeyboard-with-se.patch:
      - Cherry-pick upstream commit to prevent focus stealing on password fields
        in firefox when ibus is used
    + debian/patches/ubuntu/background_login.patch:
      - match Yaru theme in the ubuntu session instead of our previous GDM
        background
    + debian/patches/ubuntu/resolve_alternate_theme_path.patch:
      - ensure we resolve finale theme file path to correctly load assets
        under gdm
    + debian/patches/st-button-Ignore-pointer-emulated-touch-events.patch:
      - Don't emit two click events on touch under X11
    + debian/rules:
      - Run dh_translations and work around an issue with Rosetta and plural
        translations
    + Add desktop-icons to the Ubuntu session by default
    + Break nautilus << 3.30. We don't want two things trying to handle the
      desktop.

 -- Iain Lane <iain.lane@canonical.com>  Fri, 25 Jan 2019 13:24:52 +0000

gnome-shell (3.30.2-2) unstable; urgency=medium

  [ Jeremy Bicha ]
  * Restore -Wl,-O1 to our LDFLAGS
  * Bump Standards-Version to 4.3.0

  [ Marco Trevisan (Treviño) ]
  * d/p/power-Label-the-PENDING_CHARGE-state-as-Not-Charging.patch:
    - Label the PENDING_CHARGE state as "Not Charging" (LP: #1745032)
  * d/p/ibusManager-Don-t-pass-undefined-callback-to-ibus.patch:
    - Fix missing icon in keyboard indicator (LP: #1812266)

 -- Marco Trevisan (Treviño) <marco@ubuntu.com>  Fri, 25 Jan 2019 11:52:36 +0000

gnome-shell (3.30.2-1ubuntu1) disco; urgency=medium

  * Merge with debian, remaining changes:
    + Replace gnome-backgrounds dep with ubuntu-wallpapers and Suggests
      gnome-themes-standard-data, gnome-backgrounds
    + Add some Recommends:
      - ubuntu-session (| gnome-session) to have the ubuntu session available
      - xserver-xorg-legacy
      - yaru-theme-gnome-shell for the default ubuntu theming
    + Update debian/gbp.conf with Ubuntu settings
    + gnome-shell-common.install: Install Ubuntu mode
    + gnome-shell-common.prerm: Remove deprecated ubuntu theme alternative
    + ubuntu/desktop_detect.patch:
      - add caching for desktop detection to avoid querying the current
        desktop env variable as iterate through the list each time. For the
        time of the Shell process, we can expect this env variable to stay
        stable.
    + ubuntu/smarter_alt_tab.patch:
      - quick alt-tab (without showing up the switcher) switch only between
        the last window of the last 2 applications to be focused instead of
        raising all windows of those apps.
    + ubuntu/lightdm-user-switching.patch:
      - Allow user switching when using LightDM.
    + ubuntu/lock_on_suspend.patch
      - Respect Ubuntu's lock-on-suspend setting.
    + ubuntu/gdm.patch
      - as gdm is system-wide and not session-wide, ensure gdm has an ubuntu
        styling by default, not impacting the gnome user session though.
    + ubuntu/background_login.patch
      - Change default background color as we modified the default GDM color
        for our ubuntu session. Change it as well here, still applying the
        background noise loading.
    + ubuntu/gdm_alternatives.patch
      - Add support for GDM3 theme alternatives
    + ubuntu/block_mode_extension_update.patch
      - Don't allow ubuntu mode extension to update
    + optional-hot-corner.patch
      - enable patch proposed by upstream developer already in package (but
        not in series) to add a settings for optional hot corner activation.
    + volume-Add-back-sound-feedback-on-scroll.patch
      - Fix regression causing missing feedback on volume slider scroll
    + st-texture-cache-Cancel-sliced-image-loading-on-target-ac.patch
      - Fix possible crash on cache loading
    + main-show-an-error-message-on-gnome-shell-crash.patch,
      global-make-possible-to-set-debug-flags-dynamically.patch,
      main-increase-the-granularity-of-backtraces-in-SHELL_DEBU.patch,
      main-add-backtrace-crashes-all-and-backtrace-all.patch,
      sessionMode-add-support-for-debugFlags-parameter.patch:
      - Improve debug JS tracing for crash reports
    + st-scroll-view-Handle-the-case-where-scrollbars-are-NULL.patch,
      st-scroll-view-Remove-scrollbars-references-on-dispose.patch:
      - Fix crash on theme changes
    + ubuntu/search-call-XUbuntuCancel-method-on-providers-when-no-dat.patch:
      - stop searches when requested from UI
    + keyboard-Do-not-call-KeyboardManager.holdKeyboard-with-se.patch:
      - Cherry-pick upstream commit to prevent focus stealing on password fields
        in firefox when ibus is used
    + debian/patches/ubuntu/background_login.patch:
      - match Yaru theme in the ubuntu session instead of our previous GDM
        background
    + debian/patches/ubuntu/resolve_alternate_theme_path.patch:
      - ensure we resolve finale theme file path to correctly load assets
        under gdm
    + debian/patches/st-button-Ignore-pointer-emulated-touch-events.patch:
      - Don't emit two click events on touch under X11
    + debian/rules:
      - Run dh_translations and work around an issue with Rosetta and plural
        translations
    + Add desktop-icons to the Ubuntu session by default
    + Break nautilus << 3.30. We don't want two things trying to handle the
      desktop.

 -- Iain Lane <iain.lane@canonical.com>  Fri, 11 Jan 2019 18:09:26 +0000

gnome-shell (3.30.2-1) unstable; urgency=medium

  * Team upload
  * New upstream release
    - Drop patches that came from upstream gnome-3-30

 -- Simon McVittie <smcv@debian.org>  Thu, 15 Nov 2018 09:30:03 +0000

gnome-shell (3.30.1-3) unstable; urgency=medium

  * Team upload

  [ Iain Lane ]
  * debian/gbp.conf: Update to pkg-gnome's recommended settings
  * Run tests with "xvfb-run -a" instead of plain xvfb-run

  [ Jeremy Bicha ]
  * Set update-notifier's notify-reboot-required flag
    when updating this package

  [ Simon McVittie ]
  * d/patches: Update to upstream commit 3.30.1-16-ge55bdb0fb from
    gnome-3-30 branch
  * Make the postinst succeed if update-notifier is not installed or fails
  * Also signal via /var/run/reboot-required, as used by
    unattended-upgrades

 -- Simon McVittie <smcv@debian.org>  Tue, 06 Nov 2018 09:55:55 +0000

gnome-shell (3.30.1-2ubuntu4) disco; urgency=medium

  * Add desktop-icons to the Ubuntu session by default
  * Break nautilus << 3.30. We don't want two things trying to handle the
    desktop.

 -- Iain Lane <iain.lane@canonical.com>  Mon, 17 Dec 2018 12:22:32 +0000

gnome-shell (3.30.1-2ubuntu3) disco; urgency=medium

  * Cherry-pick upstream commit to prevent focus stealing on password fields
    in firefox when ibus is used (LP: #1765304)

 -- Iain Lane <iain.lane@canonical.com>  Wed, 05 Dec 2018 12:53:32 +0000

gnome-shell (3.30.1-2ubuntu2) disco; urgency=medium

  [ Didier Roche ]
  * debian/patches/ubuntu/background_login.patch:
    - match Yaru theme in the ubuntu session instead of our previous GDM
      background (LP: #1789356)
  * debian/patches/ubuntu/resolve_alternate_theme_path.patch:
    - ensure we resolve finale theme file path to correctly load assets
      under gdm (LP: #1798747)

  [ Marco Trevisan (Treviño) ]
  * debian/patches/st-button-Ignore-pointer-emulated-touch-events.patch:
    - Don't emit two click events on touch under X11 (LP: #1745888)

 -- Iain Lane <laney@debian.org>  Wed, 07 Nov 2018 11:05:30 +0000

gnome-shell (3.30.1-2ubuntu1) cosmic; urgency=medium

  * Merge with debian (LP: #1796837), remaining changes:
    + Replace gnome-backgrounds dep with ubuntu-wallpapers and Suggests
      gnome-themes-standard-data, gnome-backgrounds
    + Add some Recommends:
      - ubuntu-session (| gnome-session) to have the ubuntu session available
      - xserver-xorg-legacy
      - yaru-theme-gnome-shell for the default ubuntu theming
    + Update debian/gbp.conf with Ubuntu settings
    + gnome-shell-common.install: Install Ubuntu mode
    + gnome-shell-common.prerm: Remove deprecated ubuntu theme alternative
    + ubuntu/desktop_detect.patch:
      - add caching for desktop detection to avoid querying the current
        desktop env variable as iterate through the list each time. For the
        time of the Shell process, we can expect this env variable to stay
        stable.
    + ubuntu/smarter_alt_tab.patch:
      - quick alt-tab (without showing up the switcher) switch only between
        the last window of the last 2 applications to be focused instead of
        raising all windows of those apps.
    + ubuntu/lightdm-user-switching.patch:
      - Allow user switching when using LightDM.
    + ubuntu/lock_on_suspend.patch
      - Respect Ubuntu's lock-on-suspend setting.
    + ubuntu/gdm.patch
      - as gdm is system-wide and not session-wide, ensure gdm has an ubuntu
        styling by default, not impacting the gnome user session though.
    + ubuntu/background_login.patch
      - Change default background color as we modified the default GDM color
        for our ubuntu session. Change it as well here, still applying the
        background noise loading.
    + ubuntu/gdm_alternatives.patch
      - Add support for GDM3 theme alternatives
    + ubuntu/block_mode_extension_update.patch
      - Don't allow ubuntu mode extension to update
    + optional-hot-corner.patch
      - enable patch proposed by upstream developer already in package (but
        not in series) to add a settings for optional hot corner activation.
    + volume-Add-back-sound-feedback-on-scroll.patch
      - Fix regression causing missing feedback on volume slider scroll
    + st-texture-cache-Cancel-sliced-image-loading-on-target-ac.patch
      - Fix possible crash on cache loading
    + main-show-an-error-message-on-gnome-shell-crash.patch,
      global-make-possible-to-set-debug-flags-dynamically.patch,
      main-increase-the-granularity-of-backtraces-in-SHELL_DEBU.patch,
      main-add-backtrace-crashes-all-and-backtrace-all.patch,
      sessionMode-add-support-for-debugFlags-parameter.patch:
      - Improve debug JS tracing for crash reports
    + st-scroll-view-Handle-the-case-where-scrollbars-are-NULL.patch,
      st-scroll-view-Remove-scrollbars-references-on-dispose.patch:
      - Fix crash on theme changes
    + ubuntu/search-call-XUbuntuCancel-method-on-providers-when-no-dat.patch:
      - stop searches when requested from UI
    + debian/rules:
      - Run dh_translations and work around an issue with Rosetta and plural
        translations
  * js-main-Throw-error-if-no-valid-default-stylesheet-is-fou.patch,
    viewSelector-Cancel-search-on-overview-hidden.patch
    search-Cancel-search-provider-operations-on-clear.patch
    search-Ignore-search-provider-results-metas-if-search-is-.patch: Dropped,
    applied upstream.
  * ubuntu/search-call-XUbuntuCancel-method-on-providers-when-no-dat.patch:
    Refreshed.

 -- Iain Lane <iain.lane@canonical.com>  Wed, 10 Oct 2018 09:52:13 +0100

gnome-shell (3.30.1-2) unstable; urgency=medium

  * Team upload

  [ Jeremy Bicha ]
  * Don't ignore test failures
  * Drop unneeded --buildsystem=meson
  * Drop unneeded override_dh_install

 -- Simon McVittie <smcv@debian.org>  Tue, 09 Oct 2018 12:15:00 +0100

gnome-shell (3.30.1-1) unstable; urgency=medium

  * Team upload
  * New upstream release
    - Drop patches that were applied upstream

 -- Simon McVittie <smcv@debian.org>  Tue, 09 Oct 2018 10:24:16 +0100

gnome-shell (3.30.0-3ubuntu1) cosmic; urgency=medium

  * Merge with debian, remaining changes:
    + Replace gnome-backgrounds dep with ubuntu-wallpapers and Suggests
      gnome-themes-standard-data, gnome-backgrounds
    + Add some Recommends:
      - ubuntu-session (| gnome-session) to have the ubuntu session available
      - xserver-xorg-legacy
      - yaru-theme-gnome-shell for the default ubuntu theming
    + Update debian/gbp.conf with Ubuntu settings
    + gnome-shell-common.install: Install Ubuntu mode
    + gnome-shell-common.prerm: Remove deprecated ubuntu theme alternative
    + ubuntu/desktop_detect.patch:
      - add caching for desktop detection to avoid querying the current
        desktop env variable as iterate through the list each time. For the
        time of the Shell process, we can expect this env variable to stay
        stable.
    + ubuntu/smarter_alt_tab.patch:
      - quick alt-tab (without showing up the switcher) switch only between
        the last window of the last 2 applications to be focused instead of
        raising all windows of those apps.
    + ubuntu/lightdm-user-switching.patch:
      - Allow user switching when using LightDM.
    + ubuntu/lock_on_suspend.patch
      - Respect Ubuntu's lock-on-suspend setting.
    + ubuntu/gdm.patch
      - as gdm is system-wide and not session-wide, ensure gdm has an ubuntu
        styling by default, not impacting the gnome user session though.
    + ubuntu/background_login.patch
      - Change default background color as we modified the default GDM color
        for our ubuntu session. Change it as well here, still applying the
        background noise loading.
    + ubuntu/gdm_alternatives.patch
      - Add support for GDM3 theme alternatives
    + ubuntu/block_mode_extension_update.patch
      - Don't allow ubuntu mode extension to update
    + optional-hot-corner.patch
      - enable patch proposed by upstream developer already in package (but
        not in series) to add a settings for optional hot corner activation.
    + volume-Add-back-sound-feedback-on-scroll.patch
      - Fix regression causing missing feedback on volume slider scroll
    + st-texture-cache-Cancel-sliced-image-loading-on-target-ac.patch
      - Fix possible crash on cache loading
    + js-ui-Choose-some-actors-to-cache-on-the-GPU.patch
      - Improve rendering of shell elements moving rendering to GPU
    + main-show-an-error-message-on-gnome-shell-crash.patch,
      global-make-possible-to-set-debug-flags-dynamically.patch,
      main-increase-the-granularity-of-backtraces-in-SHELL_DEBU.patch,
      main-add-backtrace-crashes-all-and-backtrace-all.patch,
      sessionMode-add-support-for-debugFlags-parameter.patch:
      - Improve debug JS tracing for crash reports
    + st-scroll-view-Handle-the-case-where-scrollbars-are-NULL.patch,
      st-scroll-view-Remove-scrollbars-references-on-dispose.patch:
      - Fix crash on theme changes
    + js-main-Throw-error-if-no-valid-default-stylesheet-is-fou.patch:
      - Show errors if no stylesheet is found
    + search-Cancel-search-provider-operations-on-clear.patch,
      search-Ignore-search-provider-results-metas-if-search-is-.patch,
      viewSelector-Cancel-search-on-overview-hidden.patch,
      search-call-XUbuntuCancel-method-on-providers-when-no-dat.patch:
      - Add support for cancelling remote search providers when the overlay
        is closed (and actually stop searches when requested from UI
    + debian/rules:
      - Run dh_translations and work around an issue with Rosetta and plural
        translations
      - Run dh_install with --fail-missing
  * Reorder patch series to put Ubuntu patches last

 -- Iain Lane <iain.lane@canonical.com>  Mon, 01 Oct 2018 13:45:42 +0100

gnome-shell (3.30.0-3) unstable; urgency=medium

  * Backport the patches recommended by upstream for 3.30 (Closes: #904560)

 -- Laurent Bigonville <bigon@debian.org>  Sun, 30 Sep 2018 23:23:25 +0200

gnome-shell (3.30.0-2) unstable; urgency=medium

  * Team upload
  * d/p/build-Remove-obsolete-soup-dependency.patch,
    d/p/shell-Fix-list-of-GIR-includes.patch:
    Add proposed patch from upstream to fix missing captions on password
    prompts when used with gjs 1.54

 -- Simon McVittie <smcv@debian.org>  Thu, 20 Sep 2018 11:26:04 +0100

gnome-shell (3.30.0-1ubuntu2) cosmic; urgency=medium

  * ubuntu/desktop_detect.patch:
    + Added missing misc/desktop.js to pref's gresource.xml (LP: #1790996)

 -- Shem Pasamba <shemgp@gmail.com>  Thu, 06 Sep 2018 16:41:39 +0800

gnome-shell (3.30.0-1ubuntu1) cosmic; urgency=medium

  * Merge with debian, remaining changes:
    + Replace gnome-backgrounds dep with ubuntu-wallpapers and Suggests
      gnome-themes-standard-data, gnome-backgrounds
    + Add some Recommends:
      - ubuntu-session (| gnome-session) to have the ubuntu session available
      - xserver-xorg-legacy
      - yaru-theme-gnome-shell for the default ubuntu theming
    + Update debian/gbp.conf with Ubuntu settings
    + gnome-shell-common.install: Install Ubuntu mode
    + gnome-shell-common.prerm: Remove deprecated ubuntu theme alternative
    + ubuntu/desktop_detect.patch:
      - add caching for desktop detection to avoid querying the current
        desktop env variable as iterate through the list each time. For the
        time of the Shell process, we can expect this env variable to stay
        stable.
    + ubuntu/smarter_alt_tab.patch:
      - quick alt-tab (without showing up the switcher) switch only between
        the last window of the last 2 applications to be focused instead of
        raising all windows of those apps.
    + ubuntu/lightdm-user-switching.patch:
      - Allow user switching when using LightDM.
    + ubuntu/lock_on_suspend.patch
      - Respect Ubuntu's lock-on-suspend setting.
    + ubuntu/gdm.patch
      - as gdm is system-wide and not session-wide, ensure gdm has an ubuntu
        styling by default, not impacting the gnome user session though.
    + ubuntu/background_login.patch
      - Change default background color as we modified the default GDM color
        for our ubuntu session. Change it as well here, still applying the
        background noise loading.
    + ubuntu/gdm_alternatives.patch
      - Add support for GDM3 theme alternatives
    + ubuntu/block_mode_extension_update.patch
      - Don't allow ubuntu mode extension to update
    + optional-hot-corner.patch
      - enable patch proposed by upstream developer already in package (but
        not in series) to add a settings for optional hot corner activation.
    + volume-Add-back-sound-feedback-on-scroll.patch
      - Fix regression causing missing feedback on volume slider scroll
    + st-texture-cache-Cancel-sliced-image-loading-on-target-ac.patch
      - Fix possible crash on cache loading
    + js-ui-Choose-some-actors-to-cache-on-the-GPU.patch
      - Improve rendering of shell elements moving rendering to GPU
    + main-show-an-error-message-on-gnome-shell-crash.patch,
      global-make-possible-to-set-debug-flags-dynamically.patch,
      main-increase-the-granularity-of-backtraces-in-SHELL_DEBU.patch,
      main-add-backtrace-crashes-all-and-backtrace-all.patch,
      sessionMode-add-support-for-debugFlags-parameter.patch:
      - Improve debug JS tracing for crash reports
    + st-scroll-view-Handle-the-case-where-scrollbars-are-NULL.patch,
      st-scroll-view-Remove-scrollbars-references-on-dispose.patch:
      - Fix crash on theme changes
    + js-main-Throw-error-if-no-valid-default-stylesheet-is-fou.patch:
      - Show errors if no stylesheet is found
    + search-Cancel-search-provider-operations-on-clear.patch,
      search-Ignore-search-provider-results-metas-if-search-is-.patch,
      viewSelector-Cancel-search-on-overview-hidden.patch,
      search-call-XUbuntuCancel-method-on-providers-when-no-dat.patch:
      - Add support for cancelling remote search providers when the overlay
        is closed (and actually stop searches when requested from UI
    + debian/rules:
      - Run dh_translations and work around an issue with Rosetta and plural
        translations
      - Run dh_install with --fail-missing

 -- Didier Roche <didrocks@ubuntu.com>  Tue, 04 Sep 2018 19:20:58 +0200

gnome-shell (3.30.0-1) unstable; urgency=medium

  [ Didier Roche ]
  * New upstream release
  * Build-depend on mutter 3.30.0

  [ Iain Lane ]
  * Merge experimental branch back into master, and update all the references
    accordingly. This upload is going to unstable.

 -- Didier Roche <didrocks@ubuntu.com>  Wed, 05 Sep 2018 12:06:24 +0100

gnome-shell (3.29.92-1ubuntu1) cosmic; urgency=medium

  * Merge with debian, remaining changes:
    + Replace gnome-backgrounds dep with ubuntu-wallpapers and Suggests
      gnome-themes-standard-data, gnome-backgrounds
    + Add some Recommends:
      - ubuntu-session (| gnome-session) to have the ubuntu session available
      - xserver-xorg-legacy
      - yaru-theme-gnome-shell for the default ubuntu theming
    + Update debian/gbp.conf with Ubuntu settings
    + gnome-shell-common.install: Install Ubuntu mode
    + gnome-shell-common.prerm: Remove deprecated ubuntu theme alternative
    + ubuntu/desktop_detect.patch:
      - add caching for desktop detection to avoid querying the current
        desktop env variable as iterate through the list each time. For the
        time of the Shell process, we can expect this env variable to stay
        stable.
    + ubuntu/smarter_alt_tab.patch:
      - quick alt-tab (without showing up the switcher) switch only between
        the last window of the last 2 applications to be focused instead of
        raising all windows of those apps.
    + ubuntu/lightdm-user-switching.patch:
      - Allow user switching when using LightDM.
    + ubuntu/lock_on_suspend.patch
      - Respect Ubuntu's lock-on-suspend setting.
    + ubuntu/gdm.patch
      - as gdm is system-wide and not session-wide, ensure gdm has an ubuntu
        styling by default, not impacting the gnome user session though.
    + ubuntu/background_login.patch
      - Change default background color as we modified the default GDM color
        for our ubuntu session. Change it as well here, still applying the
        background noise loading.
    + ubuntu/gdm_alternatives.patch
      - Add support for GDM3 theme alternatives
    + ubuntu/block_mode_extension_update.patch
      - Don't allow ubuntu mode extension to update
    + optional-hot-corner.patch
      - enable patch proposed by upstream developer already in package (but
        not in series) to add a settings for optional hot corner activation.
    + volume-Add-back-sound-feedback-on-scroll.patch
      - Fix regression causing missing feedback on volume slider scroll
    + st-texture-cache-Cancel-sliced-image-loading-on-target-ac.patch
      - Fix possible crash on cache loading
    + js-ui-Choose-some-actors-to-cache-on-the-GPU.patch
      - Improve rendering of shell elements moving rendering to GPU
    + main-show-an-error-message-on-gnome-shell-crash.patch,
      global-make-possible-to-set-debug-flags-dynamically.patch,
      main-increase-the-granularity-of-backtraces-in-SHELL_DEBU.patch,
      main-add-backtrace-crashes-all-and-backtrace-all.patch,
      sessionMode-add-support-for-debugFlags-parameter.patch:
      - Improve debug JS tracing for crash reports
    + st-scroll-view-Handle-the-case-where-scrollbars-are-NULL.patch,
      st-scroll-view-Remove-scrollbars-references-on-dispose.patch:
      - Fix crash on theme changes
    + js-main-Throw-error-if-no-valid-default-stylesheet-is-fou.patch:
      - Show errors if no stylesheet is found
    + debian/rules:
      - Run dh_translations and work around an issue with Rosetta and plural
        translations
      - Run dh_install with --fail-missing
  * Refresh patches
  * d/p/st-scroll-view-Handle-the-case-where-scrollbars-are-NULL.patch:
    - Updated as per upstream review
  * d/p/js-ui-Choose-some-actors-to-cache-on-the-GPU.patch:
    - Removed (applied upstream)
  * d/p/search-Cancel-search-provider-operations-on-clear.patch,
    d/p/search-Ignore-search-provider-results-metas-if-search-is-.patch,
    d/p/viewSelector-Cancel-search-on-overview-hidden.patch,
    d/p/ubuntu/search-call-XUbuntuCancel-method-on-providers-when-no-dat.patch:
    - Add support for cancelling remote search providers when the overlay
      is closed (and actually stop searches when requested from UI, LP: #1756826)

 -- Marco Trevisan (Treviño) <marco@ubuntu.com>  Thu, 30 Aug 2018 17:59:08 -0500

gnome-shell (3.29.92-1) experimental; urgency=medium

  * Team upload

  [ Marco Trevisan (Treviño) ]
  * New upstream development release
  * Build-depend on mutter 3.29.92

  [ Simon McVittie ]
  * Standards-Version: 4.2.1 (no changes required)
  * Add Breaks on older versions of extensions that needed updates for
    this Shell version
    - gnome-shell-extension-autohidetopbar (#905111)
    - gnome-shell-extension-caffeine (#905108)
    - gnome-shell-extension-dashtodock (#905106)
    - gnome-shell-extension-top-icons-plus (#905115)
  * Add Breaks on extensions that still need updates for this version,
    using versions that assume they will be fixed in their next NMU or MU
    - gnome-shell-extension-dash-to-panel (#905110)
    - gnome-shell-extension-multi-monitors (#905114)
    - gnome-shell-extension-pixelsaver (#905109)
    - gnome-shell-extension-taskbar (#905113)
    - gnome-shell-extension-workspaces-to-dock (#905112)
    - gnome-shell-pomodoro (#905107)

 -- Simon McVittie <smcv@debian.org>  Thu, 30 Aug 2018 09:20:35 +0100

gnome-shell (3.29.91-1) experimental; urgency=medium

  * Team upload
  * New upstream development release
  * Build-depend on mutter 3.29.91
  * Build-depend on Meson 0.47.0
  * Rebase patch series, dropping patches that were applied upstream
  * Normalize package lists with wrap-and-sort -ab
  * d/gnome-shell-common.install: Remove commented-out entry
  * Standards-Version: 4.2.0 (no changes required)

 -- Simon McVittie <smcv@debian.org>  Mon, 20 Aug 2018 21:32:20 +0100

gnome-shell (3.29.90-2ubuntu1) cosmic; urgency=medium

  * Merge with debian, remaining changes
    + Replace gnome-backgrounds dep with ubuntu-wallpapers and Suggests
      gnome-themes-standard-data, gnome-backgrounds
    + Add some Recommends:
      - ubuntu-session (| gnome-session) to have the ubuntu session available
      - xserver-xorg-legacy
    + Update debian/gbp.conf with Ubuntu settings
    + gnome-shell-common.install: Install Ubuntu mode
    + gnome-shell-common.prerm: Remove deprecated ubuntu theme alternative
    + 50_add_ubuntu_desktop_detect.patch
      - add caching for desktop detection to avoid querying the current
        desktop env variable as iterate through the list each time. For the
        time of the Shell process, we can expect this env variable to stay
        stable.
    + 71_smarter_alt_tab.patch
      - quick alt-tab (without showing up the switcher) switch only between
        the last window of the last 2 applications to be focused instead of
        raising all windows of those apps.
    + optional-hot-corner.patch
      - enable patch proposed by upstream developer already in package (but
        not in series) to add a settings for optional hot corner activation.
    + ubuntu-lightdm-user-switching.patch
      - Allow user switching when using LightDM.
    + ubuntu_lock_on_suspend.patch
      - Respect Ubuntu's lock-on-suspend setting.
    + ubuntu_gdm.patch
      - as gdm is system-wide and not session-wide, ensure gdm has an ubuntu
        styling by default, not impacting the gnome user session though.
    + ubuntu_background_login.patch
      - Change default background color as we modified the default GDM color
        for our ubuntu session. Change it as well here, still applying the
        background noise loading.
    + ubuntu_gdm_alternatives.patch
      - Add support for GDM3 theme alternatives
    + ubuntu_block_mode_extension_update.patch
      - Don't allow ubuntu mode extension to update
    + volume-Add-back-sound-feedback-on-scroll.patch
      - Fix regression causing missing feedback on volume slider scroll
    + st-texture-cache-Cancel-sliced-image-loading-on-target-ac.patch
      - Fix possible crash on cache loading
    + js-ui-Choose-some-actors-to-cache-on-the-GPU.patch
      - Improve rendering of shell elements moving rendering to GPU
    + debian/rules:
      - Run dh_translations and work around an issue with Rosetta and plural
        translations
      - Run dh_install with fail-missing
  * d/p/ubuntu_background_login.patch,
    d/p/ubuntu_block_mode_extension_update.patch,
    d/p/50_add_ubuntu_desktop_detect.patch,
    d/p/ubuntu_gdm.patch,
    d/p/ubuntu_gdm_alternatives.patch,
    d/p/ubuntu-lightdm-user-switching.patch,
    d/p/ubuntu_lock_on_suspend.patch,
    d/p/71_smarter_alt_tab.patch:
    - Using Gbp-Pq Topic to ubuntu (so they get moved to debian/patches/ubuntu)
  * d/p/main-show-a-critical-message-on-gnome-shell-crash.patch,
    d/p/global-make-possible-to-set-debug-flags-dynamically.patch,
    d/p/main-increase-the-granularity-of-backtraces-in-SHELL_DEBU.patch,
    d/p/main-add-backtrace-crashes-all-and-backtrace-all.patch,
    d/p/sessionMode-add-support-for-debugFlags-parameter.patch:
    - Allow to get better debug informations on crashes, and in case interactive
      user informations
  * d/p/st-scroll-view-Handle-the-case-where-scrollbars-are-NULL.patch,
    d/p/st-scroll-view-Remove-scrollbars-references-on-dispose.patch:
    - Handle NULL scroll bars in st-scroll-view (LP: #1725312)
  * d/p/js-main-Throw-error-if-no-valid-default-stylesheet-is-fou.patch:
    - Be informative if gnome-shell tries to load an invalid default theme
  * debian/ubuntu-session-mods/ubuntu.json:
    - Enable JS stacktrace printing on gnome-shell crashes using debugFlags

  [ Didier Roche ]
  * Remove ubuntu.css and related assets:
    - Don't install them anymore, as we rely on Yaru as our default theme.
    - Remove older alternative on upgrades to this version and removals.
  * Set Yaru theme as default for the ubuntu mod (LP: #1783571)
  * Set default gdm theme as upstream GDM. Will be overriden in the Yaru
    package.

  [ Iain Lane ]
  * debian/control{,.in}: Make gnome-shell-common Recommend
    yaru-theme-gnome-shell, since we reference its css file in our
    styleSheetName.

 -- Marco Trevisan (Treviño) <marco@ubuntu.com>  Fri, 17 Aug 2018 14:38:47 +0100

gnome-shell (3.29.90-2) experimental; urgency=medium

  * Team upload
  * Build-depend on GLib 2.57.2 for the new approach to overriding
    GSettings per desktop
  * d/p/Update-Brazilian-Portuguese-translation.patch,
    d/p/showOSD-Fix-handling-of-defined-falsy-parameters.patch,
    d/p/data-Fix-comment-in-schema.patch,
    d/p/workspace-Fix-infinite-loop-when-finding-parent-window-of.patch,
    d/p/workspace-Simplify-detecting-added-dialogs-after-closing-.patch,
    d/p/tools-fix-XDG-desktop-syntax-in-gnome-shell-overrides-mig.patch,
    d/p/Updated-Slovenian-translation.patch,
    d/p/keyboard-defer-position-changed-till-we-have-a-rect.patch,
    d/p/keyboard-Refactor-code-resetting-IM-on-window-drags.patch:
    Update to upstream master branch at 3.29.90-9-g6b610b26f
  * d/p/schema-Fix-XML-syntax.patch:
    Drop, replaced by functionally equivalent
    d/p/data-Fix-comment-in-schema.patch

 -- Simon McVittie <smcv@debian.org>  Sat, 04 Aug 2018 16:32:57 +0100

gnome-shell (3.29.90-1ubuntu2) cosmic; urgency=medium

  * Thanks component-mismatches, chrome-gnome-shell should indeed be a
    suggests.🐚

 -- Iain Lane <laney@ubuntu.com>  Fri, 03 Aug 2018 12:15:20 +0100

gnome-shell (3.29.90-1ubuntu1) cosmic; urgency=medium

  [ Didier Roche ]
  * Add debian/README.Ubuntu with instructions on how to update the Yaru
    theme.

  [ Marco Trevisan (Treviño) ]
  * Merge back with debian
    + Replace gnome-backgrounds dep with ubuntu-wallpapers and Suggests
      gnome-themes-standard-data, gnome-backgrounds
    + Add some Recommends:
      - ubuntu-session (| gnome-session) to have the ubuntu session available
      - xserver-xorg-legacy
    + Update debian/gbp.conf with Ubuntu settings
    + gnome-shell-common.install: Install Ubuntu mode and Shell theme
    + gnome-shell-common.{postinst,prerm}: Set up the Ubuntu css theme as an
      alternative
    + 50_add_ubuntu_desktop_detect.patch
      - add caching for desktop detection to avoid querying the current
        desktop env variable as iterate through the list each time. For the
        time of the Shell process, we can expect this env variable to stay
        stable.
    + 71_smarter_alt_tab.patch
      - quick alt-tab (without showing up the switcher) switch only between
        the last window of the last 2 applications to be focused instead of
        raising all windows of those apps.
    + optional-hot-corner.patch
      - enable patch proposed by upstream developer already in package (but
        not in series) to add a settings for optional hot corner activation.
    + ubuntu-lightdm-user-switching.patch
      - Allow user switching when using LightDM.
    + ubuntu_lock_on_suspend.patch
      - Respect Ubuntu's lock-on-suspend setting.
    + ubuntu_gdm.patch
      - as gdm is system-wide and not session-wide, ensure gdm has an ubuntu
        styling by default, not impacting the gnome user session though.
    + ubuntu_background_login.patch
      - Change default background color as we modified the default GDM color
        for our ubuntu session. Change it as well here, still applying the
        background noise loading.
    + ubuntu_gdm_alternatives.patch
      - Add support for GDM3 theme alternatives
    + ubuntu_block_mode_extension_update.patch
      - Don't allow ubuntu mode extension to update
    + volume-Add-back-sound-feedback-on-scroll.patch
      - Fix regression causing missing feedback on volume slider scroll
    + st-texture-cache-Cancel-sliced-image-loading-on-target-ac.patch
      - Fix possible crash on cache loading
    + js-ui-Choose-some-actors-to-cache-on-the-GPU.patch
      - Improve rendering of shell elements moving rendering to GPU
    + debian/rules:
      - Run dh_translations and work around an issue with Rosetta and plural
        translations
      - Modify upstream theme assets for the Ubuntu them
      - Run dh_install with fail-missing
  * d/p/volume-Add-back-sound-feedback-on-scroll.patch:
    - add missing GLib import causing a JS error
  * debian/ubuntu-session-mods/ubuntu.css:
    - update rules as per upstream changes
  * d/p/41-handle-logind-fail.patch,
    d/p/70_allow_sound_above_100.patch,
    d/p/workaround_crasher_fractional_scaling.patch,
    d/p/shell-ignore-invalid-window-monitor-index.patch,
    d/p/StIcon-only-compute-shadow-pipeline-when-the-texture-is-p.patch,
    d/p/js-fix-invalid-access-errors.patch,
    d/p/workspace-fix-repositioned-windows-in-activities.patch,
    d/p/authPrompt-Unset-preemptiveAnswer-on-reset.patch,
    d/p/authPrompt-Do-not-enable-sensitivity-if-retries-are-disal.patch,
    d/p/gdm-util-Always-allow-to-retry-login-in-unlock-mode.patch:
    - Removed obsolete or merged upstream patches

  [ Iain Lane ]
  * debian/control{,.in}: Break old versions of
    gnome-shell-extension-ubuntu-dock and yaru-theme, both of which need to be
    updated to work with this version of Shell.

 -- Iain Lane <laney@ubuntu.com>  Thu, 02 Aug 2018 15:17:49 +0100

gnome-shell (3.29.90-1) experimental; urgency=medium

  * Team upload

  [ Simon McVittie ]
  * New upstream release 3.29.90
  * Rebase patch series
  * Upgrade in lockstep with mutter 3.29.90
  * debian/gnome-shell.install: Install new migration script
  * Standards-Version: 4.1.5 (no changes required)
  * d/p/schema-Fix-XML-syntax.patch:
    Fix a comment syntax error that caused glib-compile-schemas to reject
    the file

  [ Marco Trevisan (Treviño) ]
  * d/p/workspace-Disconnect-from-window-signals-on-destruction.patch,
    d/p/workspaceThumbnail-Disconnect-from-window-signals-on-dest.patch:
    - Drop patches not needed anymore as per upstream changes
  * Bump dependency on gsettings-desktop-schemas 3.27.90

 -- Simon McVittie <smcv@debian.org>  Wed, 01 Aug 2018 17:01:05 +0100

gnome-shell (3.29.4-1) experimental; urgency=medium

  * debian/*: Update for experimental (3.29/3.30 series)
  * New upstream release 3.29.4 (etc)
    + Fix "Clear All" for calendar events
    + Allow cancelling direct switch operations
    + Support being started by systemd --user
    + Support key event forwarding required by some input methods
    + Save creation time in screenshot metadata
    + Improve consistency between ctrl- and middle-click on app icons
    + Add support for font-feature-settings CSS property
    + Adjust to MetaScreen removal
    + Guard against untimely keyboard map changes
    + Fix icons in search provider results
    + Fix blurriness of OSD under some resolutions
    + Fix lagging pointer when zoomed
    + Support icons in app-menu
  * Install new systemd user units (aren't used by anything just yet)
  * Refresh patches
  * debian/gnome-shell.docs: README is now called README.md
  * debian/control*: Require mutter API version 3 and mutter 3.29.4

 -- Iain Lane <laney@debian.org>  Wed, 25 Jul 2018 17:40:58 +0100

gnome-shell (3.28.3-2) UNRELEASED; urgency=medium

  * debian/gbp.conf: We've branched experimental for 3.29/3.30, use
    upstream/3.28.x for upstream sources.

 -- Iain Lane <laney@debian.org>  Wed, 25 Jul 2018 15:47:40 +0100

gnome-shell (3.28.3-1) unstable; urgency=medium

  * New upstream release (LP: #1718931)
    d/p/Change-const-to-var.patch,
    d/p/Update-Afrikaans-translation.patch,
    d/p/Update-Scottish-Gaelic-translation.patch,
    d/p/magnifier.js-Fix-zoom-juddering.patch,
    d/p/network-Update-the-icon-in-the-panel-whenever-NM-s-state-.patch,
    d/p/networkAgent-Fix-fallout-from-libnm-port.patch,
    d/p/st-label-Unset-clutter-text-instance-on-disposal.patch,
    d/p/st-texture-cache-Don-t-add-NULL-textures-to-cache.patch,
    d/p/st-texture-cache-Save-cairo-surfaces-to-a-different-map.patch,
    d/p/ui-Theme-lookup-should-respect-XDG_DATA_DIRS.patch,
    d/p/workspaceThumbnail-Remove-WindowClone-s-from-_windows-whe.patch,
    d/p/workspaceThumbnail-remove-unused-private-win-reference.patch,
    d/p/workspace-Remove-WindowClone-s-from-_windows-when-destroy.patch:
    - Drop patches applied on the 3.28 branch

 -- Marco Trevisan (Treviño) <marco@ubuntu.com>  Thu, 19 Jul 2018 20:05:52 +0100

gnome-shell (3.28.3-0ubuntu2) cosmic; urgency=medium

  * debian/patch/js-fix-invalid-access-errors.patch:
    - Updated to include upstream requested changes and removing
      wrongly preserved code from previous refresh (LP: #1783363)
  * debian/patches/workspace-fix-repositioned-windows-in-activities.patch:
    - Cherry-pick from upstream 3.28 branch

 -- Marco Trevisan (Treviño) <marco@ubuntu.com>  Wed, 25 Jul 2018 01:40:50 +0200

gnome-shell (3.28.3-0ubuntu1) cosmic; urgency=medium

  * debian/patches/30-remoteMenu-Prevent-the-shell-from-becoming-unrespons.patch,
    debian/patches/magnifier.js-Fix-zoom-juddering.patch,
    debian/patches/st-label-Unset-clutter-text-instance-on-disposal.patch,
    debian/patches/st-texture-cache-Don-t-add-NULL-textures-to-cache.patch,
    debian/patches/st-texture-cache-Save-cairo-surfaces-to-a-different-map.patch,
    debian/patches/ui-Theme-lookup-should-respect-XDG_DATA_DIRS.patch:
    - Drop patches applied on the 3.28 branch
  * debian/patches/js-fix-invalid-access-errors.patch:
    - Refreshed to reflect upstream changes

 -- Marco Trevisan (Treviño) <marco@ubuntu.com>  Tue, 24 Jul 2018 12:29:20 +0100

gnome-shell (3.28.2-2) unstable; urgency=medium

  * Team upload
  * d/p/network-Update-the-icon-in-the-panel-whenever-NM-s-state-.patch,
    d/p/Update-Afrikaans-translation.patch,
    d/p/st-label-Unset-clutter-text-instance-on-disposal.patch,
    d/p/Update-Scottish-Gaelic-translation.patch,
    d/p/magnifier.js-Fix-zoom-juddering.patch,
    d/p/Change-const-to-var.patch,
    d/p/st-texture-cache-Don-t-add-NULL-textures-to-cache.patch,
    d/p/st-texture-cache-Save-cairo-surfaces-to-a-different-map.patch:
    Update to upstream gnome-3-28 branch
    - magnifier.js: Zoom more smoothly (LP: #1691675)
    - The StLabel patch might resolve #900776
  * d/p/workspaceThumbnail-remove-unused-private-win-reference.patch,
    d/p/messageList-stop-syncing-if-closeButton-has-been-destroye.patch,
    d/p/automountManager-remove-allowAutorun-expire-timeout-on-vo.patch:
    Update patch series for #887082 to latest version proposed upstream

 -- Simon McVittie <smcv@debian.org>  Sun, 08 Jul 2018 11:32:40 +0100

gnome-shell (3.28.2-1) unstable; urgency=medium

  * Team upload
  * New upstream release
  * d/p/polkitAgent-Guard-against-repeated-close-calls.patch,
    d/p/popupMenu-Fix-wrong-call-to-clutter_actor_add_child.patch,
    d/p/workspaceThumbnail-initialize-porthole-based-on-workArea.patch,
    d/p/workspaceThumbnail-rebuild-thumbnails-if-workareas-size-c.patch,
    d/p/workspaceThumbnail-only-update-_porthole-if-the-overview-.patch:
    Drop patches that were cherry-picked from upstream 3.28 branch
  * d/p/ui-Theme-lookup-should-respect-XDG_DATA_DIRS.patch:
    Add patch from upstream git master to make themes respect XDG_DATA_DIRS
    (LP: #1760039)
  * d/p/networkAgent-Fix-fallout-from-libnm-port.patch:
    Add patch from upstream 3.28 branch to fix a regression in wifi
    password prompting
  * Re-order patch series to put patches that were applied upstream first

 -- Simon McVittie <smcv@debian.org>  Thu, 17 May 2018 10:37:37 +0100

gnome-shell (3.28.2-0ubuntu1) cosmic; urgency=medium

  [ Olivier Tilloy ]
  * New upstream release
    - fixes valid password rejection at login screen (LP: #1765261)
  * Drop patches applied upstream:
    - debian/patches/polkitAgent-Guard-against-repeated-close-calls.patch
    - debian/patches/popupMenu-Fix-wrong-call-to-clutter_actor_add_child.patch
    - debian/patches/workspaceThumbnail-initialize-porthole-based-on-workArea.patch
    - debian/patches/workspaceThumbnail-only-update-_porthole-if-the-overview-.patch
    - debian/patches/workspaceThumbnail-rebuild-thumbnails-if-workareas-size-c.patch

  [ Andrea Azzarone ]
  * debian/patches/ubuntu_lock_on_suspend.patch: inhibit suspend until the
    screen is locked also in the case where automatic screen lock is disabled
    and screen lock on suspend is enabled (LP: #1768786)

  [ Marco Trevisan (Treviño) ]
  * Cherry pick upstream patches:
    - debian/patches/st-label-Unset-clutter-text-instance-on-disposal.patch (LP: #1714989)
  * debian/patches/st-texture-cache-Don-t-add-NULL-textures-to-cache.patch:
    - Cherry pick updated version from upstream, splitted in:
    + debian/patches/st-texture-cache-Don-t-add-NULL-textures-to-cache.patch
    + debian/patches/st-texture-cache-Save-cairo-surfaces-to-a-different-map.patch
  * debian/patches/authPrompt-Do-not-enable-sensitivity-if-retries-are-disal.patch
    debian/patches/authPrompt-Unset-preemptiveAnswer-on-reset.patch
    debian/patches/gdm-util-Always-allow-to-retry-login-in-unlock-mode.patch:
    - GDM gnome-shell greeter fix to fix unneeded login attempts (LP: #1777956)
  * debian/patches/series:
    - reorder to apply upstream cherry-picks before the others

  [ Daniel van Vugt ]
  * debian/patches/magnifier.js-Fix-zoom-juddering.patch:
    - magnifier.js: Fix zoom juddering (LP: #1691675)

 -- Marco Trevisan (Treviño) <marco@ubuntu.com>  Thu, 21 Jun 2018 01:59:11 +0200

gnome-shell (3.28.1-1) unstable; urgency=medium

  [ Jeremy Bicha ]
  * New upstream release
  * Bump required glib to 2.56. Thanks Marcus Lundblad.
  * debian/gnome-shell.gsettings-overrides:
    Adapt favorite-apps to the renaming of Evolution's .desktop
  * Drop obsolete dh_translations override
  * Drop 27-nm-libexec-path.patch: no longer needed
  * Cherry-pick thunderbolt-sync-D-Bus-API-with-bolt-changes.patch
  * Recommend bolt >= 0.3 for Thunderbolt support
  * Bump Standards-Version to 4.1.4

  [ Simon McVittie ]
  * d/patches: Remove patches that no longer apply
  * d/gbp.conf: Don't use numbered patches
  * d/p/popupMenu-Fix-wrong-call-to-clutter_actor_add_child.patch,
    d/p/workspaceThumbnail-initialize-porthole-based-on-workArea.patch,
    d/p/workspaceThumbnail-rebuild-thumbnails-if-workareas-size-c.patch,
    d/p/workspaceThumbnail-only-update-_porthole-if-the-overview-.patch,
    d/p/polkitAgent-Guard-against-repeated-close-calls.patch:
    Apply post-release bug fixes from upstream
  * d/p/tweener-Save-handlers-on-target-and-remove-them-on-destro.patch,
    d/p/dnd-Nullify-_dragActor-after-we-ve-destroyed-it-and-avoid.patch,
    d/p/workspaceThumbnail-Disconnect-from-window-signals-on-dest.patch,
    d/p/workspaceThumbnail-Remove-WindowClone-s-from-_windows-whe.patch,
    d/p/workspace-Disconnect-from-window-signals-on-destruction.patch,
    d/p/workspace-Remove-WindowClone-s-from-_windows-when-destroy.patch:
    Apply patches proposed upstream by Marco Trevisan to fix various uses
    of objects after they are disposed (Closes: #887082) (LP: #1747566)

 -- Jeremy Bicha <jbicha@debian.org>  Tue, 08 May 2018 09:00:35 -0400

gnome-shell (3.28.1-0ubuntu2) bionic; urgency=medium

  [ Marco Trevisan (Treviño) ]
  * js-ui-Choose-some-actors-to-cache-on-the-GPU.patch:
    - Improve rendering of shell elements moving rendering to GPU
      (LP: #1744001)

  [ Jeremy Bicha ]
  * Cherry-pick polkitAgent-Guard-against-repeated-close-calls.patch:
    - Fix PolicyKit authorization prompt after cancelling once (LP: #1765353)

 -- Marco Trevisan (Treviño) <marco@ubuntu.com>  Mon, 23 Apr 2018 15:29:28 -0500

gnome-shell (3.28.1-0ubuntu1) bionic; urgency=medium

  [ Jeremy Bicha ]
  * New upstream release
  * Drop obsolete patches:
    - 27-nm-libexec-path.patch
    - fix-wayland-vbox-crash.patch

  [ Marco Trevisan (Treviño) ]
  Cherry-pick patches applied to upstream git master:
  * ui-Theme-lookup-should-respect-XDG_DATA_DIRS.patch:
    - Renamed from ubuntu_theme_lookup_xdg.patch and cherry-picked from
      upstream
  * workspaceThumbnail-only-update-_porthole-if-the-overview-.patch:
    workspaceThumbnail-rebuild-thumbnails-if-workareas-size-c.patch:
    workspaceThumbnail-initialize-porthole-based-on-workArea.patch:
    - Cherry-picks from upstream, avoid unneeded computations in activities
  * popupMenu-Fix-wrong-call-to-clutter_actor_add_child.patch:
    - Cherry-pick from upstream
  * volume-Add-back-sound-feedback-on-scroll.patch:
    - Fix regression causing missing feedback on volume slider scroll

  Add patches proposed upstream:
  * shell-ignore-invalid-window-monitor-index.patch:
    - Fix crash on accessing on invalid monitor windows (LP: #1724439)
  * StIcon-only-compute-shadow-pipeline-when-the-texture-is-p.patch:
    - Don't try to compute shadows on not allocated icons (LP: #1723378)
  * js-fix-invalid-access-errors.patch:
    - Fix javascript errors (LP: #1747566)
  * workspace-fix-repositioned-windows-in-activities.patch:
    - Ensure windows thumbnails coordinates are correct (LP: #1653153)
  * st-texture-cache-Cancel-sliced-image-loading-on-target-ac.patch:
    - Fix possible crash on cache loading
  * st-texture-cache-Don-t-add-NULL-textures-to-cache.patch:
    - Fix crash when deleting NULL textures from cache (LP: #1754445)

 -- Marco Trevisan (Treviño) <marco@ubuntu.com>  Tue, 17 Apr 2018 14:40:17 -0400

gnome-shell (3.28.0-1) unstable; urgency=medium

  [ Simon McVittie ]
  * New upstream stable release

 -- Jeremy Bicha <jbicha@debian.org>  Sun, 18 Mar 2018 20:16:20 -0400

gnome-shell (3.28.0-0ubuntu5) bionic; urgency=medium

  * No-change rebuild for translations (LP: #1756547)

 -- Gunnar Hjalmarsson <gunnarhj@ubuntu.com>  Sat, 07 Apr 2018 15:58:00 +0200

gnome-shell (3.28.0-0ubuntu4) bionic; urgency=medium

  * debian/rules:
    - Drop javascript comments in gnome-shell.pot so the currently used
      version of gettext in LP gets more permissive wrt cases where
      the number of %d modifiers in a translation differs from what's
      in msgid (LP: #1756547).

 -- Gunnar Hjalmarsson <gunnarhj@ubuntu.com>  Fri, 06 Apr 2018 15:58:00 +0200

gnome-shell (3.28.0-0ubuntu3) bionic; urgency=medium

  * Recommend bolt for Thunderbolt 3 support (LP: #1759538)

 -- Jeremy Bicha <jbicha@ubuntu.com>  Wed, 04 Apr 2018 10:04:50 -0400

gnome-shell (3.28.0-0ubuntu2) bionic; urgency=medium

  * debian/patches/ubuntu_theme_lookup_xdg.patch:
    - theme lookup should respect XDG_DATA_DIRS (LP: #1760039)

 -- Didier Roche <didrocks@ubuntu.com>  Fri, 30 Mar 2018 10:21:27 +0200

gnome-shell (3.28.0-0ubuntu1) bionic; urgency=medium

  * New upstream release

 -- Jeremy Bicha <jbicha@ubuntu.com>  Thu, 15 Mar 2018 10:39:16 -0400

gnome-shell (3.27.92-2) unstable; urgency=medium

  [ Simon McVittie ]
  * Build-depend on libgnome-desktop-3-dev (>= 3.27.90) to carry out
    libgnome-desktop-3-17 transition in experimental
  * Tighten dependencies on mutter and gir1.2-gnomedesktop-3.0

  [ Jeremy Bicha ]
  * Release to unstable

 -- Jeremy Bicha <jbicha@debian.org>  Sat, 10 Mar 2018 19:36:09 -0500

gnome-shell (3.27.92-1) experimental; urgency=medium

  * New upstream release candidate
  * Drop bump-api.patch: Applied in new release

 -- Jeremy Bicha <jbicha@debian.org>  Mon, 05 Mar 2018 20:51:14 -0500

gnome-shell (3.27.92-0ubuntu1) bionic; urgency=medium

  * New upstream release candidate
  * Drop api patch applied in new release

 -- Jeremy Bicha <jbicha@ubuntu.com>  Tue, 06 Mar 2018 05:38:48 -0500

gnome-shell (3.27.91-1) experimental; urgency=medium

  * New upstream development release (LP: #1751070)
  * Bump minimum mutter to 3.27.91
  * Build-Depend on sassc
  * Drop caribou dependencies. GNOME Shell has a new built-in keyboard now.
  * Drop patches applied in new release
  * Cherry-pick bump-api.patch
  * Disable the 6 patches from merge request !4 since they need to
    be rebased

 -- Jeremy Bicha <jbicha@debian.org>  Fri, 23 Feb 2018 18:45:14 -0500

gnome-shell (3.27.91-0ubuntu1) bionic; urgency=medium

  [ Didier Roche ]
  * New upstream version (LP: #1751070, LP: #1722725,
    LP: #1714989, LP: #1724557, LP: #1723857, LP: #1744970):
    - debian/patches/70_allow_sound_above_100.patch,
      debian/patches/ubuntu-lightdm-user-switching.patch patches
      refreshed for new release. Removed ': function()' syntax as
      upstreamed removed them in those context.
    - debian/patches/ubuntu_panel_center_date_workarea.patch removed as
      upstreamed now.
    - debian/control.in, debian/rules:
      bump deps, add sassc and libnm-dev which is now required.
      drop caribou dep, as the OSK is now built-in.
    - debian/rules:
      use now with renamed build options.
  * debian/ubuntu-session-mods/ubuntu.css, debian/rules:
    - adapt to new GNOME Shell theme including OSK.
    - color shift keys in orange in OSK and use differente svg.
  * debian/rules:
    - some duplication removal.
  * debian/patches/27-nm-libexec-path.patch,
    debian/patches/71_smarter_alt_tab.patch,
    debian/patches/fix-wayland-vbox-crash.patch,
    debian/patches/optional-hot-corner.patch,
    debian/patches/ubuntu_block_mode_extension_update.patch,
    debian/patches/ubuntu_gdm.patch,
    debian/patches/ubuntu_lock_on_suspend.patch:
    - unfuzzed
  * Cherry-pick git_ea0770ae22a6c34797db4343cf7d2f59bb8d68f6.patch:
    - upstream mutter API bump.
  * debian/gnome-shell-common.install, debian/rules:
    - the .css files aren't shipped anymore, so copy from the built version.

  [ Jeremy Bicha ]
  * Update NetworkManager dependencies

 -- Didier Roche <didrocks@ubuntu.com>  Fri, 02 Mar 2018 10:04:06 +0100

gnome-shell (3.26.2-5) experimental; urgency=medium

  * Team upload
  * Cherry-pick two more patches from upstream gnome-3-26 branch
    related to #881301 etc. (now at 3.26.2-14-g64c857e3f)
  * Apply patches from upstream merge request !4 to address more uses
    of destroyed objects (Closes: #887082, hopefully)

 -- Simon McVittie <smcv@debian.org>  Fri, 26 Jan 2018 17:10:10 +0000

gnome-shell (3.26.2-4) unstable; urgency=medium

  * Port gnome-shell to libnm (Closes: #862677)

 -- Michael Biebl <biebl@debian.org>  Sun, 21 Jan 2018 21:26:21 +0100

gnome-shell (3.26.2-3) unstable; urgency=medium

  * Team upload
  * Convert patch metadata to `git format-patch` style for gbp pq
  * Add patches from upstream gnome-3-26 branch:
    - Update translations: af, ar, cs, is, nb
    - Improve robustness of ::drag-end handlers (GNOME #784545)
    - Reset menuItems and Label objects on change (GNOME #788931)
      - This is one possible source of the crashes in #881301, #880663.
    - Make sure dash item labels are only destroyed once (GNOME #791233)
    - Don't shadow ClutterActor's destroy() (GNOME #791233)
    - Guard against malformed world-clocks settings (GNOME #791148)
    - Don't leak fds when background changes (GNOME #791655)
  * Depend on gjs (>= 1.50.2-3~) so that using an object after it's
    destroyed doesn't crash the Shell. Critical warnings will be logged
    instead, usually to the systemd journal. Please report these as new
    bugs if seen: we can't tell from the crash backtraces whether the
    bug was in the Shell itself or an extension, which makes the existing
    bug reports unclear, but the critical warnings should make it clearer
    where the bug is. (Closes: #881301, #880663; LP: #1714989,
    LP: #1721321, LP: #1722986, LP: #1725015)
  * Change Vcs-* to point to salsa.debian.org
  * Bump Standards-Version to 4.1.3 (no changes required)
  * Set Rules-Requires-Root to no

 -- Simon McVittie <smcv@debian.org>  Sat, 13 Jan 2018 11:48:13 +0000

gnome-shell (3.26.2-2) unstable; urgency=medium

  * Update Vcs fields for conversion to git
  * Add debian/gbp.conf
  * Bump Standards-Version to 4.1.2
  * Bump debhelper compat to 11
  * Enable all hardening flags

 -- Jeremy Bicha <jbicha@debian.org>  Mon, 25 Dec 2017 00:13:52 -0500

gnome-shell (3.26.2-1) unstable; urgency=medium

  * New upstream release
  * Rebase patches
  * Switch to dh_missing
  * Update list of binaries in gnome-shell.lintian-overrides using an RPATH
    for mutter. Don't hard-code the path to be x86_64-linux-gnu specific.
  * Honour DEB_BUILD_OPTIONS=nocheck so we don't try to run the test suite if
    xvfb is not installed
  * Exclude /usr/lib/gnome-shell/ from dh_makeshlibs to avoid an unnecessary
    ldconfig trigger

 -- Michael Biebl <biebl@debian.org>  Sun, 05 Nov 2017 20:11:21 +0100

gnome-shell (3.26.2-0ubuntu3) bionic; urgency=medium

  * debian/patches/ubuntu_panel_center_date_workarea.patch:
    Align date entry relative to workarea. That way, title bars are
    centered relative to date entry. (LP: #1716432)
  * :
    Don't allow ubuntu mode extension to update
    Ensure that no update is proposed or loaded if sideloaded (always
    prefer system version) on the ubuntu session.
    We want to ensure that the default code running is going through
    our QA and security team process than being loaded from a 3rd
    party website.
    Also, that will enable us to upload newer versions on GNOME
    extension website while still letting older ubuntu release versions
    running expected extension version.
    Note that the patch set is simplified with a hardcoded extension list
    until https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/1 is merged.
    The patch set is too large otherwise to keep it maintainable as a distro
    patch.
    See also https://bugzilla.gnome.org/show_bug.cgi?id=789852.

 -- Didier Roche <didrocks@ubuntu.com>  Thu, 15 Feb 2018 15:25:18 +0100

gnome-shell (3.26.2-0ubuntu2) bionic; urgency=medium

  * No-change rebuild for libical soname change.

 -- Matthias Klose <doko@ubuntu.com>  Sat, 09 Dec 2017 11:41:33 +0000

gnome-shell (3.26.2-0ubuntu1) bionic; urgency=medium

  [ Jeremy Bicha ]
  * New upstream release (LP: #1731053)
  * debian/control.in:
    - Drop redundant Suggests on gir1.2-gdm-1.0
  * Drop patches applied in new release:
    - fix_reset_initial_focus.patch
    - git_layout-unset-when-headless.patch

  [ Didier Roche ]
  * Modify debian/patches/70_allow_sound_above_100.patch:
    - Fix a crasher when people log into the ubuntu session without installing
      gsettings-ubuntu-schemas (LP: #1712798)

 -- Jeremy Bicha <jbicha@ubuntu.com>  Wed, 08 Nov 2017 16:19:02 -0500

gnome-shell (3.26.1-3) unstable; urgency=medium

  * Cherry-pick git_popupmenu-icon-via-string.patch:
    - Fix setting icon name via string, used by some extensions
  * Cherry-pick git_spawn-wifi-panel-wpa-enterprise.patch:
    - Launch Wi-Fi Settings not Network panel for WPA Enterprise
  * Set urgency to high to not further delay gjs/mutter transition

 -- Jeremy Bicha <jbicha@debian.org>  Sat, 21 Oct 2017 20:07:37 -0400

gnome-shell (3.26.1-2) unstable; urgency=medium

  [ Jeremy Bicha ]
  * Release to unstable
  * Bump Standards-Version to 4.1.1
  * Cherry-pick git_layout-unset-when-headless.patch from gnome-3-26
    branch to fix crash bug (LP: #1717170)

  [ Andrea Azzarone ]
  * debian/patches/workaround_crasher_fractional_scaling.patch:
    workaround a popular crash for now when fractional scaling is enabled.
    Andrea is working on a proper fix/debug (LP: #1714542)

  [ Didier Roche ]
  * debian/patches/fix_reset_initial_focus.patch:
    - cherry-pick fix proposed by upstream to avoid regression when keyboard
      is used the second time a modal dialog is drawn.

 -- Jeremy Bicha <jbicha@debian.org>  Fri, 13 Oct 2017 16:32:23 -0400

gnome-shell (3.26.1-1) experimental; urgency=medium

  * Team upload
  * New upstream release
    - d/p/000[1-5]*.patch: Drop patches that came from upstream
    - d/p/0006-gtk-embed-stop-watching-for-new-windows-when-icon-is.patch:
      Drop patch for #875609, fixed differently upstream
    - debian/patches/41-handle-logind-fail.patch:
      Drop patch for #729877, fixed differently upstream
    - d/p/run-unit-tests.patch: Drop patch, applied upstream
  * d/p/30-remoteMenu-Prevent-the-shell-from-becoming-unrespons.patch:
    Drop patch for GNOME #686502, fixed differently upstream
    (and was no longer applied anyway)

 -- Simon McVittie <smcv@debian.org>  Fri, 06 Oct 2017 10:35:46 +0100

gnome-shell (3.26.1-0ubuntu6) bionic; urgency=medium

  * Upstream-proposed fix for lid close crash with wayland and virtualbox.
    (wayland is behaving badly with vbox dynamic resizing)
    (LP: #1724810)

 -- Gianfranco Costamagna <locutusofborg@debian.org>  Tue, 31 Oct 2017 08:55:10 +0100

gnome-shell (3.26.1-0ubuntu5) artful; urgency=medium

  [ Didier Roche ]
  * Reenable headless patches and cherry-pick now that the gdm fix
    is in mutter. (LP: #1725153)
  * Add dep on latest mutter to ensure people don't end up in a non working
    UI state again.

  [ Jeremy Bicha ]
  * Restore dependency on gir1.2-gdm-1.0 (LP: #1725288)

 -- Didier Roche <didrocks@ubuntu.com>  Thu, 19 Oct 2017 08:38:31 +0200

gnome-shell (3.26.1-0ubuntu4) artful; urgency=medium

  * revert_023b50e7a7002226d6176bede22930d96da074a9.patch,
    revert_5c37facc083078564faaeec4aa58084857c56ee1.patch,
    and comment git_layout-unset-when-headless.patch:
    - Revert 2 upstream commits and cherry-pick to remove headless mode
      which shadows Shell crashing and thus fallback to Xorg, resulting in
      some user configs not having any UI on startup. (LP: #1723577)

 -- Didier Roche <didrocks@ubuntu.com>  Wed, 18 Oct 2017 15:05:32 +0200

gnome-shell (3.26.1-0ubuntu3) artful; urgency=medium

  * Cherry-pick git_layout-unset-when-headless.patch from gnome-3-26
    branch to fix crash bug (LP: #1717170)

 -- Jeremy Bicha <jbicha@ubuntu.com>  Fri, 13 Oct 2017 16:10:59 -0400

gnome-shell (3.26.1-0ubuntu2) artful; urgency=medium

  [ Andrea Azzarone ]
  * debian/patches/workaround_crasher_fractional_scaling.patch:
    workaround a popular crash for now when fractional scaling is enabled.
    Andrea is working on a proper fix/debug (LP: #1714542)


  [ Didier Roche ]
  * debian/patches/fix_reset_initial_focus.patch:
    - cherry-pick fixed proposed by upstream to avoid regression when keyboard
      is used the second time a modal dialog is drawn.

 -- Didier Roche <didrocks@ubuntu.com>  Tue, 10 Oct 2017 10:09:56 +0200

gnome-shell (3.26.1-0ubuntu1) artful; urgency=medium

  * New upstream release
  * debian/ubuntu-session-mods/ubuntu.css: workaround font blurryness
    under wayland by providing a slight stroke around the font matching
    windows title bar. (LP: #1714459)
  * Remove 72_consistent_alt_key_above_tab_behavior.patch: upstreamed
  * Remove run-unit-tests.patch: was cherry-picked

 -- Didier Roche <didrocks@ubuntu.com>  Fri, 06 Oct 2017 09:36:54 +0200

gnome-shell (3.26.0-2) experimental; urgency=medium

  * Team upload
  * Add proposed patch fixing a crash in embedding
    (Closes: #875609, LP: #1714745)

 -- Simon McVittie <smcv@debian.org>  Wed, 13 Sep 2017 11:12:50 +0100

gnome-shell (3.26.0-1) experimental; urgency=medium

  * Team upload
  * New upstream stable release
    - Bump Mutter dependency to match
  * d/patches/00*: Add post-release bug fixes from upstream git
  * d/control.in: Bump recommendation on gnome-control-center to 3.25.2
    since we no longer provide the API used by older versions
  * d/control.in: Bump GWeather dependency to 3.25.91 as mentioned on
    https://bugzilla.gnome.org/show_bug.cgi?id=787423

 -- Simon McVittie <smcv@debian.org>  Wed, 13 Sep 2017 09:43:11 +0100

gnome-shell (3.26.0-0ubuntu2) artful; urgency=medium

  * fix typo in comment for ubuntu.css
  * Make St checkbox orange instead of blue, as other icons in our theme.

 -- Didier Roche <didrocks@ubuntu.com>  Wed, 20 Sep 2017 11:57:56 +0200

gnome-shell (3.26.0-0ubuntu1) artful; urgency=medium

  * New upstream release
  * Dep on newer mutter.

 -- Didier Roche <didrocks@ubuntu.com>  Fri, 15 Sep 2017 07:51:56 +0200

gnome-shell (3.25.91-4) experimental; urgency=medium

  * debian/control.in:
    - Don't recommend gnome-contacts or gnome-themes-standard-data
    - Recommend gnome-user-docs instead of transitional package
  * debian/rules:
    - Don't use variable when passing libexecdir for meson build
    - Change --list-missing to --fail-missing to catch this kind of problem
    - Make build tests mandatory on Ubuntu (unknown failure on Debian)
    - Add workaround for Ubuntu translations issue

 -- Jeremy Bicha <jbicha@debian.org>  Fri, 01 Sep 2017 11:41:20 -0400

gnome-shell (3.25.91-3) experimental; urgency=medium

  * Don't fail the build for test failures

 -- Jeremy Bicha <jbicha@debian.org>  Thu, 31 Aug 2017 18:51:45 -0400

gnome-shell (3.25.91-2) experimental; urgency=medium

  * Build-Depend on libgl1-mesa-dri for build tests since
    Debian's mesa packages currently only recommends it

 -- Jeremy Bicha <jbicha@debian.org>  Thu, 31 Aug 2017 12:43:54 -0400

gnome-shell (3.25.91-1) experimental; urgency=medium

  [ Jeremy Bicha ]
  * New upstream release
  * Build with meson
  * debian/control.in:
    - Drop obsolete Build-Depends against telepathy-glib
    - Build-Depend on libasound2-dev
    - Bump minimum mutter to 3.25.91, gjs to 1.47.90,
      glib to 2.53.0
    - Depend on gir1.2-geoclue-2.0 and gir1.2-rsvg-2.0
    - Depend on caribou (LP: #1589240)
    - Recommend chrome-gnome-shell
    - Recommend switcheroo-control for dual GPU support
  * debian/rules:
    - Drop disable-new-dtags flag, no longer needed
    - Drop dh_girepository override, doesn't work with meson
      and apparently not needed
  * debian/gnome-shell-common.install:
    - Don't try to install gtk-doc documentation
  * Drop icon theme dependency hack no longer used by Ubuntu
  * Add run-unit-tests.patch: Run unit tests with meson
  * Drop 3.14 upgrade hack, not needed after stretch
  * Drop 50-extension-reload-fail.patch: applied in new release
  * Bump Standards-Version to 4.1.0

  [ Simon McVittie]
  * Drop Telepathy g-i bindings from Depends to Suggests now that they
    are runtime-optional upstream

 -- Simon McVittie <smcv@debian.org>  Thu, 31 Aug 2017 12:24:23 +0100

gnome-shell (3.25.91-0ubuntu5) artful; urgency=medium

  Changes for ubuntu session:
  * 71_smarter_alt_tab.patch
    - quick alt-tab (without showing up the switcher) switch only between
      the last window of the last 2 applications to be focused instead of
      raising all windows of those apps. (LP: #1716921)
  * 72_consistent_alt_key_above_tab_behavior.patch:
    - ensure alt + key above tab, when the switcher is opened, focus the first
      window and not directly the second one of an application. This is
      relevant as the select window part of the switcher is only raising the
      selected window, not the whole application. (LP: #1716872)

 -- Didier Roche <didrocks@ubuntu.com>  Tue, 12 Sep 2017 09:40:45 +0200

gnome-shell (3.25.91-0ubuntu4) artful; urgency=medium

  [ Jeremy Soller ]
  * Change path of gdm3 stylesheet (LP: #1715722)
  * Add alternatives for gdm3 stylesheet, setting ubuntu.css as the default

  [ Didier Roche ]
  * debian/gnome-shell-common.install:
    Install upstream theme for gdm if vanilla gnome theme is selected.

 -- Jeremy Soller <jeremy@system76.com>  Fri, 08 Sep 2017 10:12:58 -0600

gnome-shell (3.25.91-0ubuntu3) artful; urgency=medium

  * Ship new ubuntu css theme enabled in the ubuntu session.
    We don't generate is from a regexp list or patch as it has complex
    data structure (removal of some parts of stenzas, same source color
    mapping to different destination colors depending as corresponding
    to different elements).
    Right now, we prefer to do a 3-way merge of the theme and look working
    upstream for better theming support.
    Some summary of the changes are:
    - use ubuntu colors for panel, and most graphical elements (dialog box,
      sliders, menu items, buttons highlights).
    - remove rounded corners as they don't play well with nautilus showing up
      desktop and non black panel theme.
    - change blue grey scheme by orange grey (LP: #1690966)
    - change gdm assets and background. Theme it aubergine instead of
      a wallpaper as it matches the boot sequence, and can't be easily changed
      by the user.
    - ensure lock screen matches gdm and shell theming.
    Make the theme maintainable still overriding on purpose some properties
    instead of changing them in context.
  * Theme new assets on build (close and toggle buttons)
  * Add upstream high contrast theme to ubuntu mode. This will default to
    adwaita with upstream colors for accessibility.
  * debian/patches/50_add_ubuntu_desktop_detect.patch:
    - add caching for desktop detection to avoid querying the current desktop
      env variable as iterate through the list each time. For the time of the
      Shell process, we can expect this env variable to stay stable.
  * debian/patches/ubuntu_background_login.patch:
    - Change default background color as we modified the default GDM color
      for our ubuntu session. Change it as well here, still applying the
      background noise loading.
      This screen is appearing for a slip second when the Shell is loading.
  * debian/rules:
    - Use ninja to generate translations. Thanks Jeremy.

 -- Didier Roche <didrocks@ubuntu.com>  Mon, 04 Sep 2017 09:24:21 +0200

gnome-shell (3.25.91-0ubuntu2) artful; urgency=medium

  * debian/rules:
    - Don't use variable when passing libexecdir for meson build
    - Change --list-missing to --fail-missing to catch this kind of problem

 -- Jeremy Bicha <jbicha@ubuntu.com>  Fri, 01 Sep 2017 10:38:12 -0400

gnome-shell (3.25.91-0ubuntu1) artful; urgency=medium

  [ Jeremy Bicha ]
  * New upstream release (LP: #1712800)
  * Build with meson
  * debian/control.in:
    - Build-depend on libasound2-dev
    - Bump minimum libglib2.0-dev to 2.53.0
    - Update dependencies for mutter 3.25.90
  * debian/rules:
    - Drop disable-new-dtags flag, no longer needed
    - Drop dh_girepository override, doesn't work with meson
      and apparently not needed
  * Refresh patches
  * Drop git patches applied in new release
  * Add run-unit-tests.patch: Run unit tests with meson

  [ Tim Lunn ]
  * New upstream release
  * debian/control.in
    - Update dependencies for mutter 3.25.91
  * debian/patches:
    - ubuntu_lock_on_suspend.patch: Rebased on changes introduced
      in commit 9c3b3320f
    - optional-libgdm.patch: disabled, this should not be required
      since Ubuntu is using gdm

 -- Jeremy Bicha <jbicha@ubuntu.com>  Wed, 30 Aug 2017 14:46:42 -0400

gnome-shell (3.24.3-0ubuntu7) artful; urgency=medium

  * Add appindicator extension enabled by default in the ubuntu session

 -- Didier Roche <didrocks@ubuntu.com>  Wed, 23 Aug 2017 08:13:25 +0200

gnome-shell (3.24.3-0ubuntu6) artful; urgency=medium

  * debian/rules: Ignore unit test failures on armhf

 -- Jeremy Bicha <jbicha@ubuntu.com>  Mon, 21 Aug 2017 11:46:36 -0400

gnome-shell (3.24.3-0ubuntu5) artful; urgency=medium

  * Rebuild against gjs 1.49 / mozjs52
  * Backport patches from GNOME 3.26 to fix errors with new gjs/mozjs
    - git_define-constant-before-using.patch
    - git_define-properties-with-var.patch
    - git_messageTray-use-spread-syntax.patch
    - git_workspace-use-haspointer.patch
  * Backport patch to fix some warnings with new gjs/mozjs
    - git_define-classes-with-var.patch

 -- Jeremy Bicha <jbicha@ubuntu.com>  Mon, 21 Aug 2017 10:19:38 -0400

gnome-shell (3.24.3-0ubuntu4) artful; urgency=medium

  * Enable ubuntu-dock in ubuntu mode.
  * debian/patches/optional-hot-corner.patch:
    - enable patch proposed by upstream developer already in package
      (but not in series) to add a settings for optional hot corner
      activation.

 -- Didier Roche <didrocks@ubuntu.com>  Fri, 18 Aug 2017 08:22:29 +0200

gnome-shell (3.24.3-0ubuntu3) artful; urgency=medium

  * Add patch to allow setting volume above 100%:
    - debian/patches/70_allow_sound_above_100.patch, which allows the volume
      slider in the aggregatemenu to reflect and set correct current volume
      position. (LP: #1706524)
  * Add debian/patches/50_add_ubuntu_desktop_detect.patch to centralize
    current desktop detection.

 -- Didier Roche <didrocks@ubuntu.com>  Wed, 16 Aug 2017 08:29:17 +0200

gnome-shell (3.24.3-0ubuntu2) artful; urgency=medium

  * Ship ubuntu GNOME Shell mode which will be a slightely modified
    mode compared to upstream vanilla GNOME Shell one:
    reference a cutomized ubuntu.css, with some based rules changes
    from the upstream one, like default font, no symbolic icon in the
    appmenu for coherence with other set of icons not having symbolic ones.
    We use regexp rules based on the source shell css, so that it's always
    in sync with shell theming on any update. (LP: #1698795)
  * Dropped debian/patches/ubuntu_font.patch, not needed anymore as we will
    have our own theme.
  * debian/patches/ubuntu_gdm.patch:
    as gdm is system-wide and not session-wide, ensure gdm has an ubuntu
    styling by default, not impacting the gnome user session though.
  * Bump Standard-Version to latest
  * Remove debian/gnome-shell.gsettings-override, as this is now in
    ubuntu-settings, and we will have per-session overrides there.

 -- Didier Roche <didrocks@ubuntu.com>  Mon, 14 Aug 2017 09:03:41 +0200

gnome-shell (3.24.3-0ubuntu1) artful; urgency=medium

  * New upstream release
  * Drop fix-markup-test.patch: Applied in new release

 -- Jeremy Bicha <jbicha@ubuntu.com>  Sun, 23 Jul 2017 13:08:04 -0400

gnome-shell (3.24.2-0ubuntu7) artful; urgency=medium

  [ Robert Ancell ]
  * debian/control:
    - Set Vcs-Bzr

  [ Didier Roche ]
  * debian/control*:
    - Recommends ubuntu-session | gnome-session to ensure people have one
      session installed if they install the Shell rather than depends on
      gnome-session.

 -- Didier Roche <didrocks@ubuntu.com>  Tue, 20 Jun 2017 11:59:13 +0200

gnome-shell (3.24.2-0ubuntu6) artful; urgency=medium

  * debian/patches/optional-libgdm.patch:
    - Handle libgdm gsettings schema not being installed (LP: #1695212)

 -- Robert Ancell <robert.ancell@canonical.com>  Tue, 06 Jun 2017 20:30:53 +1200

gnome-shell (3.24.2-0ubuntu5) artful; urgency=medium

  * debian/control:
    - Make gir1.2-gdm-1.0 a suggests so it doesn't have to be in main
  * debian/patches/optional-libgdm.patch:
    - Handle libgdm not being installed

 -- Robert Ancell <robert.ancell@canonical.com>  Thu, 01 Jun 2017 21:23:51 +1200

gnome-shell (3.24.2-0ubuntu4) artful; urgency=medium

  * Have dh_auto_test run the unit tests
  * depend/control.in:
    - Build-depend on packages needed for the tests
  * Add debian/patches/fix-markup-test.patch:
    - Update one of the unit tests

 -- Jeremy Bicha <jbicha@ubuntu.com>  Thu, 18 May 2017 15:26:41 -0400

gnome-shell (3.24.2-0ubuntu3) artful; urgency=medium

  * Extend ubuntu-lightdm-user-switching.patch to allow
    locking screen using LightDM (LP: #1684205)

 -- Jeremy Bicha <jbicha@ubuntu.com>  Sun, 14 May 2017 21:42:39 -0400

gnome-shell (3.24.2-0ubuntu2) artful; urgency=medium

  * Depend on caribou (LP: #1589240)

 -- Jeremy Bicha <jbicha@ubuntu.com>  Sat, 13 May 2017 17:35:48 -0400

gnome-shell (3.24.2-0ubuntu1) artful; urgency=medium

  * New upstream release (LP: #1690182)
  * debian/control.in:
    - Restore iio-sensor-proxy to Recommends since it was already in main
    - Recommend gnome-user-guide again too

 -- Jeremy Bicha <jbicha@ubuntu.com>  Fri, 28 Apr 2017 13:29:39 -0400

gnome-shell (3.24.1-0ubuntu3) artful; urgency=medium

  * Add ubuntu_font.patch:
    - Use Ubuntu font
  * debian/rules, debian/control.in:
    - Don't depend on adwaita-icon-theme-full

 -- Jeremy Bicha <jbicha@ubuntu.com>  Thu, 27 Apr 2017 08:32:39 -0400

gnome-shell (3.24.1-0ubuntu2) artful; urgency=medium

  [ Ken VanDine ]
  * debian/control.in:
    - Suggest switcheroo-control & chrome-gnome-shell instead of recommend
    - Dropped gnome-contacts from recommends, let's use the seed to select
      apps

  [ Simon McVittie]
  * Drop Telepathy g-i bindings from Depends to Suggests now that they
    are runtime-optional upstream

  [ Jeremy Bicha ]
  * Lower more depends and recommends to suggests to smooth Main inclusion:
    - adwaita-icon-theme-full
    - gnome-themes-standard-data
    - gnome-user-guide
    - iio-sensor-proxy
    - gdm3
  * Replace gnome-backgrounds dependency with ubuntu-wallpapers

 -- Jeremy Bicha <jbicha@ubuntu.com>  Tue, 25 Apr 2017 22:01:55 -0400

gnome-shell (3.24.1-0ubuntu1) zesty; urgency=medium

  * New upstream release (LP: #1682238)

 -- Jeremy Bicha <jbicha@ubuntu.com>  Wed, 12 Apr 2017 17:40:02 -0400

gnome-shell (3.24.0-0ubuntu2) zesty; urgency=medium

  * Recommend switcheroo-control for dual GPU support (LP: #1671828)

 -- Jeremy Bicha <jbicha@ubuntu.com>  Thu, 23 Mar 2017 21:46:25 -0400

gnome-shell (3.24.0-0ubuntu1) zesty; urgency=medium

  * New upstream translations release.
  * Bump minimum mutter to 3.24.0

 -- Jeremy Bicha <jbicha@ubuntu.com>  Mon, 20 Mar 2017 20:07:54 -0400

gnome-shell (3.23.92-0ubuntu1) zesty; urgency=medium

  * New upstream release
  * debian/control.in:
    - Drop obsolete Build-Depends against telepathy-glib
    - Bump minimum mutter to 3.23.92
  * Drop git patches applied in new release

 -- Jeremy Bicha <jbicha@ubuntu.com>  Tue, 14 Mar 2017 15:28:09 -0400

gnome-shell (3.23.91-0ubuntu4) zesty; urgency=medium

  * debian/control.in:
    - Recommend chrome-gnome-shell
    - Recommend xserver-xorg-legacy until all the proprietary NVIDIA
      drivers depend on it (LP: #1559576)

 -- Jeremy Bicha <jbicha@ubuntu.com>  Fri, 10 Mar 2017 20:08:00 -0500

gnome-shell (3.23.91-0ubuntu3) zesty; urgency=medium

  * debian/control.in:
    - Depend on gir1.2-geoclue-2.0 (LP: #1671823)

 -- Jeremy Bicha <jbicha@ubuntu.com>  Fri, 10 Mar 2017 09:19:54 -0500

gnome-shell (3.23.91-0ubuntu2) zesty; urgency=medium

  * Add patches to backport some commits from git:
    - git_fix_typos.patch
    - git_fix_telepathy_notifications.patch

 -- Jeremy Bicha <jbicha@ubuntu.com>  Thu, 02 Mar 2017 15:50:41 -0500

gnome-shell (3.23.91-0ubuntu1) zesty; urgency=medium

  * Merge with Debian unstable. Remaining changes:
    - debian/control.in:
      + Update mutter dependencies
      + Depend on gir1.2-rsvg-2.0
      + Bump minimum gjs to 1.47.90
      + Depend on gnome-session which due to package
        split now contains only the session files
    - debian/patches/ubuntu-lightdm-user-switching.patch:
      + Allow user switching when using LightDM.
    - debian/patches/ubuntu_lock_on_suspend.patch
      + Respect Ubuntu's lock-on-suspend setting.
    - debian/gnome-shell.gsettings-override:
      + Replace firefox-esr with firefox
    - Don't install the 3.14 process-working file since
      we already did the 3.14 upgrade for 16.04 LTS
  * New upstream release

 -- Jeremy Bicha <jbicha@ubuntu.com>  Wed, 01 Mar 2017 13:06:59 -0500

gnome-shell (3.22.3-3) unstable; urgency=medium

  * debian/patches/50-extension-reload-fail.patch:
    - Add patch to fix a bug where extensions could be left enabled in the
      lock screen.

 -- Emilio Pozuelo Monfort <pochu@debian.org>  Wed, 26 Apr 2017 18:47:56 +0200

gnome-shell (3.22.3-2) unstable; urgency=medium

  * d/control: Drop dependency on telepathy-mission-control-5. GNOME Shell
    has special integration for Telepathy if present, but does not depend
    on it. (Closes: #853908)
  * d/gnome-shell.gsettings-override: Do not force Empathy to be considered
    a favourite app

 -- Simon McVittie <smcv@debian.org>  Wed, 01 Mar 2017 12:03:55 +0000

gnome-shell (3.22.3-1) unstable; urgency=medium

  * New upstream release.
  * Drop patches which have been merged upstream.

 -- Michael Biebl <biebl@debian.org>  Sat, 18 Feb 2017 06:44:37 +0100

gnome-shell (3.22.2-4) unstable; urgency=medium

  * Team upload.
  * Work around upgrades not being done offline:
    - Ship a copy of the process-working spinner animation from Shell
      3.14.x, and install it where Shell 3.14.x would expect to find it.
      This avoids a code path where the lock screen would fail to unlock
      because the animation code didn't cope with inability to load the
      animation. (Closes: #853018)
    - d/p/animations-Guard-against-empty-animations.patch,
      d/p/texture-cache-Warn-when-loading-sliced-image-fails.patch:
      Add two patches from upstream 3.22 branch to harden the same part
      of the lock screen code against hitting a similar issue, and
      issue warnings to the system log if it happens.

 -- Simon McVittie <smcv@debian.org>  Sun, 29 Jan 2017 11:45:16 +0000

gnome-shell (3.22.2-3) unstable; urgency=medium

  * Team upload.
  * Link private libraries with DT_RPATH, reverting a binutils behaviour
    change (#847298) that switched -rpath to producing DT_RUNPATH,
    which is not used for transitive dependencies. (Closes: #851925)

 -- Simon McVittie <smcv@debian.org>  Fri, 20 Jan 2017 09:48:04 +0000

gnome-shell (3.22.2-2) unstable; urgency=medium

  [ Jeremy Bicha ]
  * Add /usr/lib/$(DEB_HOST_MULTIARCH)/mutter to LD_LIBRARY_PATH
    to fix FTBFS. Thanks Richard Ayotte for the hint! (Closes: #844796)

  [ Emilio Pozuelo Monfort ]
  * Upload to unstable.

 -- Emilio Pozuelo Monfort <pochu@debian.org>  Thu, 19 Jan 2017 19:09:00 +0100

gnome-shell (3.22.2-1) unstable; urgency=medium

  * New upstream release.

 -- Michael Biebl <biebl@debian.org>  Thu, 10 Nov 2016 19:33:54 +0100

gnome-shell (3.22.1-1) unstable; urgency=medium

  * New upstream release.
  * Bump mutter dependencies to >= 3.22.1 as per configure.ac.

 -- Michael Biebl <biebl@debian.org>  Tue, 11 Oct 2016 17:53:59 +0200

gnome-shell (3.22.0-2) unstable; urgency=medium

  * Bump libgtk-3-dev build-dependency to >= 3.21.6 (Closes: #838885)
    (libgtk-3-0.symbols has Build-Depends-Package meta-header so this
     should ensure we get a dependency >= 3.21.6)
    Thanks to Michael Biebl for the analysis.

 -- Andreas Henriksson <andreas@fatal.se>  Sun, 09 Oct 2016 11:04:02 +0200

gnome-shell (3.22.0-1) unstable; urgency=medium

  * New upstream release.
  * Bump mutter dependencies to >= 3.22.0 as per configure.ac.

 -- Michael Biebl <biebl@debian.org>  Tue, 20 Sep 2016 01:54:15 +0200

gnome-shell (3.21.92-1) unstable; urgency=medium

  [ Andreas Henriksson ]
  * Bump gnome-tweak-tool Breaks to << 3.21.91 for the
    org.gnome.shell.calendar -> org.gnome.desktop.calendar schema key move.
  * Move gnome-tweak-tool and gnome-calendar Breaks to gnome-shell-common
    which is the package containing the schemas.

  [ Michael Biebl ]
  * New upstream development release.
  * Bump mutter dependencies to >= 3.21.92 as per configure.ac.
  * Bump debhelper compat level to 10.
  * Add explicit Build-Depends on gettext, pkg-config and autoconf-archive
    which are required for autoreconf.
  * Add Depends on libglib2.0-bin for gapplication. (Closes: #835221)
  * Install gnome-shell.portal from /usr/share/xdg-desktop-portal/portals
    which is required to provide the org.freedesktop.impl.portal.access
    implementation.

 -- Michael Biebl <biebl@debian.org>  Tue, 13 Sep 2016 18:34:18 +0200

gnome-shell (3.21.91-2) unstable; urgency=medium

  * Add Breaks against gnome-calendar (<< 3.21.4) to ensure we have a recent
    enough version which no longer uses the org.gnome.shell.calendar GSettings
    schema. It was removed from gnome-shell in favour of the
    org.gnome.desktop.calendar schema provided by gsettings-desktop-schemas.

 -- Michael Biebl <biebl@debian.org>  Thu, 01 Sep 2016 02:27:10 +0200

gnome-shell (3.21.91-1) unstable; urgency=low

  * New upstream beta release.

 -- Andreas Henriksson <andreas@fatal.se>  Tue, 30 Aug 2016 19:41:00 +0200

gnome-shell (3.21.90.1-1) experimental; urgency=medium

  * New upstream beta release.

 -- Andreas Henriksson <andreas@fatal.se>  Sun, 21 Aug 2016 05:36:58 +0200

gnome-shell (3.21.90-1) experimental; urgency=medium

  * New upstream beta release.
  * Update build-dependencies according to configure.ac changes:
    - drop intltool (>= 0.26)
    - bump *mutter* to >= 3.21.90
  * Drop d/p/git_calendar-server_add_back_missing_return_value.patch
    - now included in upstream release.

 -- Andreas Henriksson <andreas@fatal.se>  Sat, 20 Aug 2016 17:47:56 +0200

gnome-shell (3.21.4-1) experimental; urgency=medium

  * New upstream release.
  * Update build-dependencies according to configure.ac changes:
    - bump gobject-introspection to >= 1.49.1
    - bump *mutter* to >= 3.21.4
    - drop libclutter-1.0-dev (>= 1.22), clutter fork now shipped in mutter.
    - drop gir1.2-clutter-1.0 (>= 1.22), forked typelib now in gir1.2-mutter.
    - bump gsettings-desktop-schemas* to >= 3.21.3
  * Add debian/patches/git_calendar-server_add_back_missing_return_value.patch
    - from upstream git master.
  * Drop 0001-background-free-MetaBackground-explicitly.patch
    - originally from upstream git, now shipped in upstream release.
  * Refresh debian/patches/41-handle-logind-fail.patch to apply cleanly.
  * Add build-dependency on mesa-common-dev for GL/gl.h used by shell-util.c
  * override dh_shlibdeps adding the directory where to find mutters private
    clutter fork.
  * Add lintian-overrides for gnome-shell RPATHs to avoid rejected upload.

 -- Andreas Henriksson <andreas@fatal.se>  Mon, 15 Aug 2016 11:20:37 +0200

gnome-shell (3.20.3-1) unstable; urgency=medium

  [ Laurent Bigonville ]
  * debian/control.in: Drop gir1.2-gkbd-3.0 dependency, not needed anymore

  [ Michael Biebl ]
  * New upstream release.
  * Refresh patches.
  * Update dh_girepository to look for the mutter typelib file in multiarch
    paths. Bump mutter dependencies accordingly.
  * Convert from cdbs to dh.

  [ Jeremy Bicha ]
  * 0001-background-free-MetaBackground-explicitly.patch:
    Patch from gnome-3-20 branch to fix memory leak when changing background
  * Update apport hook to recognize gdm3 and to not try to attach
    obsolete log files
  * Update Ubuntu's dependency on gnome-icon-theme-full to
    adwaita-icon-theme-full

 -- Michael Biebl <biebl@debian.org>  Fri, 01 Jul 2016 11:14:31 +0200

gnome-shell (3.20.2-3) unstable; urgency=medium

  * debian/control.in: Make gnome-shell provide polkit-1-auth-agent

 -- Laurent Bigonville <bigon@debian.org>  Sun, 05 Jun 2016 13:20:34 +0200

gnome-shell (3.20.2-2) unstable; urgency=medium

  [ Laurent Bigonville ]
  * debian/control.in: Drop gnome-icon-theme-symbolic from the dependencies,
    do not force an icon theme and rely on the one installed by the
    metapackages
  * debian/control.in: Bump debhelper dependency to support --dbgsym-migration
    option

  [ Jeremy Bicha ]
  * debian/rules: Add --dbgsym-migration rule (LP: #1588806)
  * d/p/0001-st-Init-framebuffer-early-to-fix-gnome-shell-crash-o.patch:
    git patch to fix crash with NVIDIA drivers (Closes: #823785)

 -- Laurent Bigonville <bigon@debian.org>  Sat, 04 Jun 2016 23:04:03 +0200

gnome-shell (3.20.2-1) unstable; urgency=medium

  * New upstream release.
  * Drop Build-Depends on libdbus-glib-1-dev, no longer required.
  * Fix versioned Build-Depends on gnome-control-center-dev which requires an
    epoch.
  * Bump Standards-Version to 3.9.8.
  * Drop debian/gnome-shell.lintian-overrides, no longer needed. With recent
    versions binaries are allowed to use "/usr/lib/$srcpkg/" in RPATHs.
  * Bump mutter dependencies to >= 3.20.2 as per configure.ac.

 -- Michael Biebl <biebl@debian.org>  Wed, 11 May 2016 15:09:18 +0200

gnome-shell (3.20.1-1) unstable; urgency=medium

  * New upstream release.
  * Upload to unstable.

 -- Michael Biebl <biebl@debian.org>  Sun, 17 Apr 2016 00:19:35 +0200

gnome-shell (3.20.0-1) experimental; urgency=medium

  * Add gnome-session (<< 3.19) to Breaks
    - gnome-shell.desktop was renamed which breaks old gnome.session
  * Bump Breaks on gdm to << 3.19.92
    - new interaction between gdm and gnome-shell for session start
  * New upstream release.
  * Bump *mutter* (build-)dependencies to >= 3.20.0
    - according to configure.ac changes.

 -- Andreas Henriksson <andreas@fatal.se>  Fri, 25 Mar 2016 10:04:15 +0100

gnome-shell (3.19.92-2) experimental; urgency=medium

  * Bump libmutter-dev build-dependency to ensure libmutter0h migration.

 -- Andreas Henriksson <andreas@fatal.se>  Fri, 18 Mar 2016 19:20:50 +0100

gnome-shell (3.19.92-1) experimental; urgency=medium

  [ Laurent Bigonville ]
  * debian/gnome-shell.gsettings-override: Use firefox-esr.desktop shortcut
    instead of iceweasel.desktop
  * debian/gnome-shell.gsettings-override: Add gnome-software to the default
    shortcuts

  [ Andreas Henriksson ]
  * New upstream release.
  * Bump (build-)dependencies according to configure.ac changes:
    - mutter -> 3.19.92
    - gsettings-desktop-schemas -> 3.19.2
  * 01-NetworkAgent-Fix-double-unref-in-get_secrets_keyring.patch:
    - dropped, merged upstream.

 -- Andreas Henriksson <andreas@fatal.se>  Thu, 17 Mar 2016 11:16:26 +0100

gnome-shell (3.18.4-2) unstable; urgency=medium

  [ Laurent Bigonville ]
  * debian/gnome-shell.gsettings-override: Use firefox-esr.desktop shortcut
    instead of iceweasel.desktop
  * debian/gnome-shell.gsettings-override: Add gnome-software to the default
    shortcuts

  [ Michael Biebl ]
  * debian/patches/50-renamed-app-favorites.patch: Add gnome-terminal to the
    rename list. Patch cherry-picked from upstream Git.

 -- Michael Biebl <biebl@debian.org>  Sun, 03 Apr 2016 15:04:30 +0200

gnome-shell (3.18.4-1) unstable; urgency=medium

  * New upstream release.
  * Drop gnome-shell-dbg package now that we have automatic dbgsym packages.
  * Bump Standards-Version to 3.9.7.

 -- Michael Biebl <biebl@debian.org>  Fri, 04 Mar 2016 09:17:35 +0100

gnome-shell (3.18.3-3) unstable; urgency=medium

  * Fix double-unref in get_secrets_keyring_cb(). This fixes a crash in
    NetworkAgent when trying to acquire secrets from gnome-keyring, like VPN
    passwords. Patch cherry-picked from upstream Git.

 -- Michael Biebl <biebl@debian.org>  Sun, 31 Jan 2016 16:03:28 +0100

gnome-shell (3.18.3-2) unstable; urgency=medium

  * Update the dependency on gir1.2-gdm3 to gir1.2-gdm-1.0 for the changes in
    gdm3 3.18.2-1.

 -- Michael Biebl <biebl@debian.org>  Thu, 19 Nov 2015 13:01:16 +0100

gnome-shell (3.18.3-1) unstable; urgency=medium

  * New upstream release.

 -- Michael Biebl <biebl@debian.org>  Wed, 18 Nov 2015 01:34:05 +0100

gnome-shell (3.18.2-1) unstable; urgency=medium

  * New upstream release.

 -- Michael Biebl <biebl@debian.org>  Fri, 13 Nov 2015 00:18:12 +0100

gnome-shell (3.18.1-1) unstable; urgency=medium

  * New upstream release.
  * Bump dependency on mutter to (>= 3.18.1) as per configure.ac.
  * Bump dependency on evolution-data-server to (>= 3.17.2).

 -- Michael Biebl <biebl@debian.org>  Wed, 21 Oct 2015 19:07:41 +0200

gnome-shell (3.18.0-1) unstable; urgency=medium

  [ Andreas Henriksson ]
  * Fix typo in previous changelog entry.
  * gnome-shell: Recommend iio-sensor-proxy
    - nowadays js calls net.hadess.SensorProxy DBus interface.
  * New upstream release.

  [ Laurent Bigonville ]
  * Drop d/p/10_background_race.patch: Merged upstream

 -- Laurent Bigonville <bigon@debian.org>  Sun, 11 Oct 2015 16:02:22 +0200

gnome-shell (3.17.92-1) experimental; urgency=medium

  [ Dmitry Shachnev ]
  * Change gnome-themes-standard dependency to gnome-themes-standard-data
    recommendation, to avoid pulling in Gtk+ 2 library.

  [ Andreas Henriksson ]
  * New upstream release candidate.
  * Update build-dependencies according to configure.ac changes:
    - bump mutter >= 3.17.92
    - bump gobject-introspection >= 1.45.4

 -- Andreas Henriksson <andreas@fatal.se>  Thu, 17 Sep 2015 13:58:10 +0200

gnome-shell (3.17.90-1) experimental; urgency=medium

  * New upstream beta release.
  * Update build-dependencies according to configure.ac changes:
    - bump libedataserver1.2-dev to >= 3.17.2
    - bump libglib2.0-dev to >= 2.45.3
    - bump libmutter-dev to >= 3.17.90
  * Drop patches now included in upstream release:
    - 50-ShellKeyringPrompt-Strip-out-mnemonics-indicators-fr.patch
    - 60-Update-configure.ac-to-check-for-libsystemd.patch
  * Bump dependency on gir1.2-glib-2.0 to >= 1.45.3
    - windowManager.js uses overrides.list_keys() introduced here.

 -- Andreas Henriksson <andreas@fatal.se>  Sat, 29 Aug 2015 11:04:00 +0200

gnome-shell (3.16.3-2) unstable; urgency=medium

  * Update and re-enable debian/patches/10_background_race.patch to fix a race
    condition when loading two backgrounds made of different XML files.
    Closes: #789123

 -- Michael Biebl <biebl@debian.org>  Mon, 07 Sep 2015 06:42:55 +0200

gnome-shell (3.16.3-1) unstable; urgency=medium

  * New upstream release.
  * Bump debhelper compatibility to 9.
  * Stop looking for private package libraries in /usr/lib/gnome-bluetooth,
    gnome-bluetooth dropped the private library in 3.12.

 -- Michael Biebl <biebl@debian.org>  Thu, 02 Jul 2015 19:44:53 +0200

gnome-shell (3.16.2-4) unstable; urgency=medium

  * Drop debian/patches/10-make-NetworkManager-optional.patch, merged
    upstream. Refresh remaining patches.
  * Strip out mnemonics indicators from labels. Currently GNOME Shell doesn't
    support mnemonics and prompters may send labels with it. Patch
    cherry-picked from upstream Git.
  * Add Provides: notification-daemon. GNOME Shell provides an implementation
    of org.freedesktop.Notifications which other applications make use of.
    This dependency is typically expressed by depending on the
    notification-daemon package.
  * Update Homepage: URL.
  * Drop obsolete Breaks/Replaces from pre-wheezy.
  * Build against libsystemd. Closes: #779743

 -- Michael Biebl <biebl@debian.org>  Mon, 15 Jun 2015 21:52:13 +0200

gnome-shell (3.16.2-3) unstable; urgency=medium

  * Upload to unstable.

 -- Emilio Pozuelo Monfort <pochu@debian.org>  Sun, 14 Jun 2015 13:44:20 +0200

gnome-shell (3.16.2-2) experimental; urgency=medium

  * debian/control.in: Bump gnome-settings-daemon to 3.16.0, this seems
    necessary for the media keys to work.

 -- Laurent Bigonville <bigon@debian.org>  Thu, 11 Jun 2015 15:00:29 +0200

gnome-shell (3.16.2-1) experimental; urgency=medium

  * New upstream release.
  * debian/control.in:
    + Update (build-)dependencies.
    + Let gnome-shell depend on gir1.2-gweather-3.0.
  * debian/patches/51-Delay-caribou-daemon-invocation.patch:
    + Dropped, included upstream.
  * debian/patches/10_background_race.patch:
    + Disabled for now, doesn't apply.
  * Upload to experimental.

 -- Emilio Pozuelo Monfort <pochu@debian.org>  Sun, 31 May 2015 00:06:10 +0200

gnome-shell (3.14.4-1) unstable; urgency=medium

  * New upstream translation and bugfix release.
    + Includes workaround for #768896 which is very annoying for users
      of the proprietary nvidia driver.
  * 01_network_list.patch, 02_auth_prompt.patch,
    50-compute-weeknumber-with-gdatetime.patch: dropped, merged
    upstream.
  * Bump (build-)dependencies on mutter as usual.

 -- Josselin Mouette <joss@debian.org>  Thu, 26 Mar 2015 21:44:04 +0100

gnome-shell (3.14.2-3) unstable; urgency=medium

  * Add missing dependency on mutter. Closes: #764715.
  * 10_background_race.patch: fix a race condition when loading two
    backgrounds made of different XML files.

 -- Josselin Mouette <joss@debian.org>  Fri, 12 Dec 2014 22:32:31 +0100

gnome-shell (3.14.2-2) unstable; urgency=medium

  * Add debian/patches/51-Delay-caribou-daemon-invocation.patch: Delay the
    invocation of the caribou daemon until it's really needed, this should
    workaround bugs like #769489.

 -- Laurent Bigonville <bigon@debian.org>  Tue, 09 Dec 2014 17:05:28 +0100

gnome-shell (3.14.2-1) unstable; urgency=medium

  * gnome-shell.gsettings-override: remove shotwell which is no longer
    part of the default installation.
  * New upstream bugfix release.
    + Summarize notifications instead of queuing up.
  * Bump (build-)dependencies on mutter.
  * 01_network_list.patch: patch from upstream git. Fix an UI bug when
    removing network connections.
  * 02_auth_prompt.patch: patch from upstream git. Fix the prompt with
    disable_user_list after canceling an attempt. Closes: #683338.

 -- Josselin Mouette <joss@debian.org>  Sun, 30 Nov 2014 13:52:46 +0100

gnome-shell (3.14.1-2) unstable; urgency=medium

  [ Laurent Bigonville ]
  * debian/gnome-shell.gsettings-override: nautilus.desktop has been renamed
    to org.gnome.Nautilus.desktop
  * debian/gnome-shell.gsettings-override: Replace epiphany by iceweasel, the
    gnome metapackage is depending against iceweasel and we want new users to
    have a webbrowser.

  [ Jordi Mallach ]
  * Add 50-compute-weeknumber-with-gdatetime.patch: Fix miscalculation of
    week number in the calendar (closes: #769118).

 -- Jordi Mallach <jordi@debian.org>  Wed, 26 Nov 2014 02:17:03 +0100

gnome-shell (3.14.1-1) unstable; urgency=medium

  * New upstream release.
    - This version contains a fix for CVE-2014-7300
    - Bump mutter dependencies to 3.14.1
    - Refresh debian/patches/27-nm-libexec-path.patch
  * debian/control.in: Bump Standards-Version to 3.9.6 (no further changes)

 -- Laurent Bigonville <bigon@debian.org>  Sat, 18 Oct 2014 02:26:00 +0200

gnome-shell (3.14.0-1) unstable; urgency=medium

  [ Dmitry Shachnev ]
  * Bump libgtk-3-dev and libmutter-dev build-dependencies according to
    configure.ac.

  [ Andreas Henriksson ]
  * New upstream release.
  * Bump mutter build-dependency to >= 3.14.0
  * Bump gir1.2-mutter-3.0 dependency to >= 3.14.0

 -- Andreas Henriksson <andreas@fatal.se>  Mon, 22 Sep 2014 22:22:01 +0200

gnome-shell (3.13.92-1) unstable; urgency=medium

  * New upstream release candidate.

 -- Andreas Henriksson <andreas@fatal.se>  Fri, 19 Sep 2014 23:32:02 +0200

gnome-shell (3.13.91-3) unstable; urgency=medium

  * Release to unstable.

 -- Andreas Henriksson <andreas@fatal.se>  Fri, 19 Sep 2014 21:37:47 +0200

gnome-shell (3.13.91-2) experimental; urgency=medium

  * Bump gobject-introspection build-dependency to >= 1.41.3
    - this version understands the new nullable attribute.

 -- Andreas Henriksson <andreas@fatal.se>  Wed, 10 Sep 2014 23:11:19 +0200

gnome-shell (3.13.91-1) experimental; urgency=medium

  * New upstream development release.
  * Bump libmutter-dev build-dependency to >= 3.13.91
  * Bump gir1.2-mutter-1.0 dependency to >= 3.13.91
  * Drop backported patch from upstream:
    - debian/patches/42-atspi-on-demand.patch
  * gnome-shell: depend on gnome-backgrounds (>= 3.13.90)
    - now ships the default background instead of gnome-themes-standard

 -- Andreas Henriksson <andreas@fatal.se>  Fri, 05 Sep 2014 14:54:53 -0700

gnome-shell (3.13.1-1) experimental; urgency=medium

  [ Emilio Pozuelo Monfort ]
  * debian/control.in:
    + Bump gir1.2-gnomebluetooth-1.0 dependency to 3.12, as
      gnome-bluetooth's API changed recently and gnome-shell
      uses the new API.

  [ Andreas Henriksson ]
  * New upstream development release.
  * Bump libmutter-1.0-dev (>= 3.13.1) according to configure.ac
  * Fix debian/patches/41-handle-logind-fail.patch to apply again.
    - ck support dropped upstream, see gnome-shell/commit/?id=a244c1e98

 -- Andreas Henriksson <andreas@fatal.se>  Sat, 02 Aug 2014 17:05:48 +0200

gnome-shell (3.12.2-3) unstable; urgency=medium

  * Upload to unstable.

 -- Andreas Henriksson <andreas@fatal.se>  Mon, 14 Jul 2014 23:36:21 +0200

gnome-shell (3.12.2-2) experimental; urgency=medium

  * Add debian/patches/42-atspi-on-demand.patch: Only call atspi.init if
    needed, this is working around a performance issue with GtkTreeView

 -- Laurent Bigonville <bigon@debian.org>  Sat, 28 Jun 2014 13:05:14 +0200

gnome-shell (3.12.2-1) experimental; urgency=medium

  [ Laurent Bigonville ]
  * New upstream release
  * debian/control.in:
    - Bump Standards-Version to 3.9.5 (no further changes)
    - Build-depends against systemd libraries on linux architectures only
  * debian/rules: Minimize run-time dependencies and speed up loading time of
    the shared libraries.

  [ Robert Millan ]
  * Remove kfreebsd-any and hurd-any from Architecture. (Closes:
    #733122, #735023)

 -- Laurent Bigonville <bigon@debian.org>  Mon, 26 May 2014 01:00:16 +0200

gnome-shell (3.12.1-3) experimental; urgency=medium

  * debian/control.in: Bump gir1.2-gnomedesktop-3.0 to >= 3.12.0

 -- Laurent Bigonville <bigon@debian.org>  Sun, 27 Apr 2014 18:22:23 +0200

gnome-shell (3.12.1-2) experimental; urgency=medium

  * Bump mutter build-dependency

 -- Sjoerd Simons <sjoerd@debian.org>  Sat, 26 Apr 2014 19:43:34 +0200

gnome-shell (3.12.1-1) experimental; urgency=medium

  [ Laurent Bigonville ]
  * debian/control.in: Add dependency against gir1.2-gdesktopenums-3.0 (>=
    3.12) (Closes: #744030)

  [ Sjoerd Simons ]
  * Depend on new version of the upower gir
  * New upstream release
  * debian/patches/42-Specifically-ask-for-Telepathy-0.x.patch:
    + Dropped, fixed upstream
  * Bump libgnome-bluetooth-dev dependencies
  * debian/control.in: Bump mutter build-dependency

 -- Sjoerd Simons <sjoerd@debian.org>  Sat, 26 Apr 2014 18:40:57 +0200

gnome-shell (3.12.0-1) experimental; urgency=low

  [ Laurent Bigonville ]
  * Drop debian/patches/40_change-pam-name-to-match-gdm.patch and adjust
    Breaks against gdm3 package, pam modules in gdm3 package have been renamed
    back to upstream's names

  [ Andreas Henriksson ]
  * New upstream release.
  * Update build-dependencies according to configure.ac changes:
    - drop libgnome-menu-3-dev
    - bump gjs 1.39.0
    - bump clutter 1.15.90
    - bump mutter 3.11.91
  * debian/rules: add --enable-systemd when building on linux
  * Build-depend on libsystemd-journal-dev [linux-any] for the above.
  * Have quilt refresh patches.
  * Add build-dependency on libgnome-menu-3-dev
    - need GMenu-3.0.gir
  * Bump glib2.0 build-dependency to 2.39.90
    - code uses new g_app_info_monitor*
  * Bump gsettings-desktop-schemas {build-,}dependency to 3.11
    - needs new key at runtime
  * Bump gir1.2-clutter-1.0 dependency to 1.17
    - needs Clutter.GestureTriggerEdge
  * Bump gir1.2-glib-1.0 dependency to 1.39.90-4~
    - needs Gio.DesktopAppInfo.search

  [ Simon McVittie ]
  * debian/patches/42-Specifically-ask-for-Telepathy-0.x.patch:
    + Don't attempt to use the parallel-installable Telepathy 1.0 when
      that gets uploaded, if it happens to be installed.

  [ Emilio Pozuelo Monfort ]
  * debian/control.in:
    + Bump gir1.2-mutter-3.0 dependency to >= 3.12.
  * debian/patches/41-handle-logind-fail.patch:
    + Gracefully handle logind not creating our session by falling back
      to ConsoleKit. This can happen when running on a kernel without
      cgroups support. Closes: #729877. Patch originally applied to
      3.8.4-5 but still relevant.

  [ Pedro Beja ]
  * Update package description (Closes: #689183)


 -- Andreas Henriksson <andreas@fatal.se>  Fri, 04 Apr 2014 21:38:35 +0200

gnome-shell (3.10.1-1) experimental; urgency=low

  [ Sjoerd Simons ]
  * New upstream release
  * debian/patches/11-no-gettext.patch
    + Removed, fixed upstream
  * debian/patches/git_relock_screen_after_crash.patch
    + Removed, fixed upstream
  * debian/patches/revert-suspend-break.patch
    + Removed, our systemd-logind is new enough these days
  * debian/patches/10-make-NetworkManager-optional.patch
    debian/patches/27-nm-libexec-path.patch
    debian/patches/40_change-pam-name-to-match-gdm.patch
    + Refreshed
  * debian/control.in: Sync b-depends and debians from Ubuntus gnome3-teams
    packaging
  * debian/patches/10-make-NetworkManager-optional.patch
    + Temporarily disabled as it breaks gnome-shell currently

  [ Laurent Bigonville ]
  * debian/control.in:
    - Demote gdm3 Depends to Recommends, if gdm is not installed gnome-shell
      will not be able to lock the screen (Closes: #727558)
    - Add Depends against gir1.2-gdm3

  [ Sjoerd Simons ]
  * debian/gnome-shell-common.dirs: Create an empty
    /usr/share/gnome-shell/modes to work around bgo#709313

 -- Sjoerd Simons <sjoerd@debian.org>  Fri, 01 Nov 2013 23:03:15 +0100

gnome-shell (3.8.4-4) unstable; urgency=low

  [ Petr Salinger ]
  * Restrict dependency on gir1.2-nmgtk-1.0 to linux-any (Closes: #726099)

  [ Emilio Pozuelo Monfort ]
  * Upload to unstable.

 -- Emilio Pozuelo Monfort <pochu@debian.org>  Sun, 13 Oct 2013 17:47:35 +0200

gnome-shell (3.8.4-3) experimental; urgency=low

  * debian/rules:
    + Explicitly enable NetworkManager support on linux. Closes: #725760.
  * debian/patches/10-make-NetworkManager-optional.patch:
    + Drop gnome-keyring-1 check, leftover from the 3.4 patch.

 -- Emilio Pozuelo Monfort <pochu@debian.org>  Tue, 08 Oct 2013 17:53:24 +0200

gnome-shell (3.8.4-2) experimental; urgency=low

  * debian/patches/10-make-NetworkManager-optional.patch:
    + Updated from gentoo package for the new version, apply the patch
      again to fix the build on !linux. Closes: #692049.

 -- Emilio Pozuelo Monfort <pochu@debian.org>  Sun, 06 Oct 2013 11:38:30 +0200

gnome-shell (3.8.4-1) experimental; urgency=low

  [ Emilio Pozuelo Monfort ]
  * debian/control.in:
    + Add gkbd-capplet back to gnome-shell's recommends. It was dropped
      in 3.7.92-1 but the shell's keyboard layout switcher uses it to
      display the layout in a window.

  [ Jeremy Bicha ]
  * debian/patches/git_relock_screen_after_crash.patch:
    + Backport fix to ensure session is locked after crash
  * debian/control.in:
    - Update homepage
    - Drop obsolete gconf dependency

  [ Emilio Pozuelo Monfort ]
  * New upstream release.

  [ Laurent Bigonville ]
  * debian/control.in: Bump gir1.2-ibus-1.0 dependency to 1.5.2, this is
    needed for the new ibus_bus_new_async() API.
  * debian/control.in: Bump Standards-Version to 3.9.4 (no further changes)
  * debian/gnome-shell.lintian-overrides: Adjust override

 -- Laurent Bigonville <bigon@debian.org>  Sat, 24 Aug 2013 14:52:18 +0200

gnome-shell (3.8.3-1) experimental; urgency=low

  [ Jeremy Bicha ]
  * debian/control.in:
    - Don't recommend gnome-session-fallback

  [ Emilio Pozuelo Monfort ]
  * debian/control.in:
    + Bump minimum gir1.2-gtk-3.0 dependency.
      Thanks to Frederik Himpe <fhimpe@telenet.be>.
  * New upstream release.
  * debian/control.in:
    + Bump build dependencies.
  * debian/patches/series:
    + Disable 30-remoteMenu-Prevent-the-shell-from-becoming-unrespons.patch,
      it conflicts with changes in the new version and may not be necessary
      anymore.

 -- Emilio Pozuelo Monfort <pochu@debian.org>  Sat, 08 Jun 2013 19:05:08 +0200

gnome-shell (3.8.2-1) experimental; urgency=low

  * New upstream release.
    + debian/control.in:
      - Update mutter dependencies.

 -- Emilio Pozuelo Monfort <pochu@debian.org>  Fri, 24 May 2013 17:34:32 +0200

gnome-shell (3.8.1-2) experimental; urgency=low

  * Team upload
  * Reinstate support for suspend via UPower using the user-menu, until
    our logind is new enough to take over (Closes: #704272)
  * Delay suspend for 1 second in the hope that that's long enough to lock
    the screen (works around #645716, but only if you suspend via the
    user-menu)

 -- Simon McVittie <smcv@debian.org>  Mon, 22 Apr 2013 11:17:11 +0100

gnome-shell (3.8.1-1) experimental; urgency=low

  * New upstream release
  * debian/control.in: Update mutter depends to 3.8.1

 -- Sjoerd Simons <sjoerd@debian.org>  Fri, 19 Apr 2013 23:45:29 +0200

gnome-shell (3.8.0.1-2) experimental; urgency=low

  * debian/control.in: Add gir1.2-telepathylogger-0.2 runtime depend

 -- Sjoerd Simons <sjoerd@debian.org>  Sun, 31 Mar 2013 22:36:06 +0200

gnome-shell (3.8.0.1-1) experimental; urgency=low

  * New upstream release.

 -- Emilio Pozuelo Monfort <pochu@debian.org>  Wed, 27 Mar 2013 19:12:49 +0100

gnome-shell (3.8.0-1) experimental; urgency=low

  [ Sjoerd Simons ]
  * debian/control.in: Bump caribou run-time depend to >= 0.4.8

  [ Emilio Pozuelo Monfort ]
  * New upstream release.
    + debian/control.in:
      - Bump mutter build and binary dependencies.
      - Remove build dependency on network-manager-dev now that
        libnm-glib-dev has been fixed.
      - Restrict libnm-gtk-dev build dependency to linux-any.

 -- Emilio Pozuelo Monfort <pochu@debian.org>  Wed, 27 Mar 2013 00:28:32 +0100

gnome-shell (3.7.92-1) experimental; urgency=low

  [ Sjoerd Simons ]
  * Sync from Ubuntu
  * d/p/ubuntu-lightdm-user-switching.patch:
    d/p/ubuntu_lock_on_suspend.patch:
    + Dropped, Ubuntu specifc
  * d/p/14_make-GLX-optional.patch: Fixed upstream
  * debian/control.in: Depend on e-d-s >= 3.7.90 to fix build failures due to
    deprecated structures in headers.
  * debian/patches/40_change-pam-name-to-match-gdm.patch
    + Added. Change the pam service name to match the one used by gdm in debian

  [ Emilio Pozuelo Monfort ]
  * New upstream release.
    + debian/control.in:
      - Update build dependencies.
      - Temporarily add an explicit build-depend on network-manager-dev
        until libnm-glib-dev gets a versioned dependency.
    + debian/patches/git_fix_too_short_apps_view.patch:
      - Removed, included upstream.

 -- Emilio Pozuelo Monfort <pochu@debian.org>  Wed, 20 Mar 2013 22:40:26 +0100

gnome-shell (3.7.90-0ubuntu1~raring1) raring; urgency=medium

  [ Jeremy Bicha ]
  * New upstream alpha release
  * debian/control.in:
    - Drop obsolete libedataserverui-dev dependency
    - Depend on gir1.2-nmgtk-1.0
    - Build-depend on caribou and gnome-desktop3
  * debian/watch: Watch for unstable releases
  * ubuntu-lightdm-user-switching.patch: Refreshed
  * ubuntu_lock_on_suspend.patch: Disabled
  * revert-suspend-break.patch:
    - Sure, suspend is currently broken on Ubuntu with GNOME 3.8, but let's
      not break it worse than necessary
  * git_fix_too_short_apps_view.patch:
    - Fix missing text on bottom row of apps view in the overview

  [ Rico Tzschichholz ]
  * debian/control.in:
    - Bump minimum dependencies on gnome-desktop3, libcroco, libpulse,
      clutter, gsettings-desktop-schemas, gjs and mutter
    - Build-depend on libcanberra-gtk3-dev
    - Drop build-depends on gconf and libgnome-desktop3-dev
  * debian/rules:
    - Add src/gvc to gir list
  * Drop patches applied in new version:
    - git-set-ally-wm-theme.patch
    - git_messagetray_opacity_fix.patch
    - git_messagetray_remove_tweens.patch
    - git_messagetray_fix_expansion.patch
    - telepathyClient-Fix-auto-scroll-to-bottom.patch
    - ubuntu_screensaver_fallback.patch
  * 10-make-NetworkManager-optional.patch:
    - Dropped, this was Debian-specific and they intend to drop it too
  * Refreshed patches:
    - 14_make-GLX-optional.patch
    - ubuntu_lock_on_suspend.patch
  * ubuntu-lightdm-user-switching.patch: Disabled as it breaks the user menu

 -- Jeremy Bicha <jbicha@ubuntu.com>  Sat, 23 Feb 2013 17:43:44 -0500

gnome-shell (3.6.2-0ubuntu4) raring; urgency=low

  * Upstream bugfix for disappearing notifications (LP: #1088759)
    debian/patches/git_messagetray_fix_expansion.patch

 -- Tim Lunn <tim@feathertop.org>  Mon, 17 Dec 2012 07:55:47 +1100

gnome-shell (3.6.2-0ubuntu3) raring; urgency=low

  * Upstream bugfix for disappearing message tray (LP: #1067265)
      debian/patches/git_messagetray_remove_tweens.patch
      debian/patches/git_messagetray_opacity_fix.patch

 -- Tim Lunn <tim@feathertop.org>  Tue, 27 Nov 2012 08:27:57 +1100

gnome-shell (3.6.2-0ubuntu2) raring; urgency=low

  * debian/control.in:
    - Don't recommend gnome-session-fallback; gnome-shell doesn't need
      fallback mode now that we're using llvmpipe
  * debian/git-set-ally-wm-theme.patch:
    - Git patch to set/reset HighContrast window theme too

 -- Jeremy Bicha <jbicha@ubuntu.com>  Sun, 25 Nov 2012 12:51:35 -0500

gnome-shell (3.6.2-0ubuntu1) raring; urgency=low

  * New upstream release. (LP: #1078155)
    - Fixes disable-user-list option (LP: #1072838)
  * debian/control.in
    - Bump minimum mutter
    - Build-depend on gtk-doc-tools to generate updated man page
  * debian/patches/telepathyClient-Fix-auto-scroll-to-bottom.patch
    - Dropped, applied in new version
  * debian/patches/ubuntu_screensaver_fallback.patch:
    - Dropped, applied in new version
  * debian/patches/ubuntu_lock_on_suspend.patch
    - Refreshed

 -- Jeremy Bicha <jbicha@ubuntu.com>  Mon, 12 Nov 2012 23:11:33 -0500

gnome-shell (3.6.1-3ubuntu2) raring; urgency=low

  * Rebuild against new mutter

 -- Jeremy Bicha <jbicha@ubuntu.com>  Thu, 08 Nov 2012 10:47:35 -0500

gnome-shell (3.6.1-3ubuntu1) raring; urgency=low

  [ Jeremy Bicha ]
  * Merge with Debian (LP: #1044408). Remaining changes:
  * debian/control.in:
    - Depend on gdm instead of gdm3
    - Don't depend on ibus 1.4.99 yet as it's not in Ubuntu yet
  * debian/source_gnome-shell.py:
    - Include session logs and report which display manager is running
  * 29-Cope-with-clutter-being-built-with-both-new-and-old-.patch:
    - Dropped, not needed in Ubuntu
  * debian/patches/ubuntu-lightdm-user-switching.patch:
    - Fix user switching when running lightdm (LP: #1064269)
  * debian/patches/ubuntu_lock_on_suspend.patch
    - fix lock on suspend via user menu
  * debian/patches/ubuntu_screensaver_fallback.patch:
    - Explicitly start gnome-screensaver when screenshield loads
      in fallback mode.

  [ Simon McVittie ]
  * Increase libsoup dependency to 2.40, needed when installing extensions
    from extensions.gnome.org
  * Recommend unzip, also for extensions.gnome.org (Closes: #680978)

 -- Jeremy Bicha <jbicha@ubuntu.com>  Thu, 08 Nov 2012 09:21:38 -0500

gnome-shell (3.6.1-3) experimental; urgency=low

  * debian/rules: Depends on 3.6 versions of gir1.2-gnomebluetooth-1.0 and
    gir1.2-gnomedesktop-3.0
  * debian/rules: Add dependency on evolution-data-server (Closes: #690554)
  * debian/rules: Depend on gir1.2-telepathylogger-0.2 >= 0.4.0-2 to get the
    annotation updates needed by gnome-shell
  * debian/rules: gir1.2-ibus-1.0 (> 1.4.99) needed for
    the ibus related functionality
  * debian/patches/telepathyClient-Fix-auto-scroll-to-bottom.patch:
    + Added. Fix auto-scroll down in the builtin telepathy message view (bgo:
      #686571)

 -- Sjoerd Simons <sjoerd@debian.org>  Sun, 21 Oct 2012 14:50:16 +0200

gnome-shell (3.6.1-2) experimental; urgency=low

  * d/p/30-remoteMenu-Prevent-the-shell-from-becoming-unrespons.patch:
    - Added, prevent gnome-shell from become unresponsive (bgo: #686502)

 -- Sjoerd Simons <sjoerd@debian.org>  Sat, 20 Oct 2012 01:17:07 +0200

gnome-shell (3.6.1-1) experimental; urgency=low

  * New upstream release
  * d/p/28-ShellUserVerifier-fix-typo-in-function-name-caught-o.patch:
    - Removed, fixed upstream

 -- Sjoerd Simons <sjoerd@debian.org>  Wed, 17 Oct 2012 21:01:15 +0200

gnome-shell (3.6.0-1) experimental; urgency=low

  * New upstream release
  * d/p/28-ShellUserVerifier-fix-typo-in-function-name-caught-o.patch:
    - Added. Fix typo in function name called from auth error (From upstream
      git)
  * d/p/29-Cope-with-clutter-being-built-with-both-new-and-old-.patch:
    - Added. The ClutterColor g-i API changes depending on which version of
      gobject-introspection clutter is built with. Deal with both variants
  * d/p/01_slist_cleanup.patch
    d/p/02_filter_nodisplay_parents.patch
    d/p/03_don-t-show-apps-in-NoDisplay-categories.patch
    d/p/04_fix_nodisplay.patch
    d/p/25-close-the-recorder-instead-of-pausing-it.patch
    d/p/26-networkAgent-use-absolute-path-if-configured.patch
    d/p/32-enable-the-screen-reader-menu-item.patch
    d/p/33-screen-reader-l10n.patch
    - Dropped, all fixed upstream
  * d/p/14_make-GLX-optional.patch: Refreshed
  * d/p/27-nm-libexec-path.patch: Refreshed
  * d/p/10-make-NetworkManager-optional.patch: Temporarily disabled
  * debian/gnome-shell.gsettings-override: Use epiphany instead of iceweasel
    again
  * debian/control.in: Conflict with gnome-screensaver (<< 3.6) as
    both try to provide the screensaver in the full gnome session
  * Sync with Ubuntu:
    + debian/control.in: Update build-depends
    + debian/source_gnome-shell.py: Add apport hook

 -- Sjoerd Simons <sjoerd@debian.org>  Mon, 15 Oct 2012 09:34:33 +0200

gnome-shell (3.4.2-2) unstable; urgency=low

  * Replace epiphany by iceweasel. Closes: #682481.
  * Drop obsolete README.Debian. Closes: #684584.

 -- Josselin Mouette <joss@debian.org>  Sat, 29 Sep 2012 10:20:25 +0200

gnome-shell (3.4.2-1) unstable; urgency=low

  [ Laurent Bigonville ]
  * New upstream release.
    - Drop patches 24-mirror-evolution-calendar-settings.patch and
      26-fix-empathy-popup-regression.patch, applied upstream.
  * Add d/p/26-networkAgent-use-absolute-path-if-configured.patch: Fix issue
    finding VPN authentication binary, taken from upstream (Closes: #681737)
  * d/p/27-nm-libexec-path.patch: Use Debian specific NM VPN helpers paths

  [ Josselin Mouette ]
  * Change epiphany desktop file name to match the change in the
    epiphany package.

  [ Jordi Mallach ]
  * debian/patches:
    - 32-enable-the-screen-reader-menu-item.patch: Add Orca to the a11y
      menu, to improve accessibility of the Shell-based GDM greeter.
    - 33-screen-reader-l10n.patch: Steal translations for new string
      "Screen Reader" from GNOME Control Center.

 -- Laurent Bigonville <bigon@debian.org>  Sat, 04 Aug 2012 13:18:50 +0200

gnome-shell (3.4.1-8) unstable; urgency=low

  * 27-don-t-show-apps-in-NoDisplay-categories.patch: renamed as
    03_don-t-show-apps-in-NoDisplay-categories.patch for reordering.
  * 01_slist_cleanup.patch, 02_filter_nodisplay_parents.patch,
    04_fix_nodisplay.patch: correctly filter out applications in a
    NoDisplay directory, including parent directories. This should
    finally fix for good handling of the Debian menu, including in
    searches.  Closes: #677498.
  * Bump the build-dependency on gnome-menus accordingly.

 -- Josselin Mouette <joss@debian.org>  Sat, 23 Jun 2012 20:49:32 +0200

gnome-shell (3.4.1-7) unstable; urgency=low

  * debian/patches/21_revert_evolution_gsettings.patch: Drop this patch now
    that we have evolution 3.4.
  * debian/patches/24-mirror-evolution-calendar-settings.patch: Mirror
    Evolution calendar settings into our own schema to avoid a hard dependency
    on evolution for the gsettings schema file. Patch cherry-picked from
    upstream Git.

 -- Michael Biebl <biebl@debian.org>  Wed, 20 Jun 2012 06:31:49 +0200

gnome-shell (3.4.1-6) unstable; urgency=low

  [ Laurent Bigonville ]
  * d/p/26-fix-empathy-popup-regression.patch: Fix Empathy popup regression
    (taken from upstream)

  [ Michael Biebl ]
  * debian/patches/09-respect-NoDisplay-semantics-for-app-menu.patch: Drop
    this patch as it breaks application tracking for all applications marked
    as NoDisplay. Closes: #676425
  * debian/patches/27-don-t-show-apps-in-NoDisplay-categories.patch:
    Explicitly include NoDisplay applications in the ShellAppSystem because we
    want application tracking for them, but filter NoDisplay applications out
    when showing them to the user because we don't want to show them to the
    user. Patch backported from upstream Git.

 -- Michael Biebl <biebl@debian.org>  Tue, 12 Jun 2012 17:09:34 +0200

gnome-shell (3.4.1-5) unstable; urgency=low

  * Disabling the screen recorder on arm{el,hf} was not sufficient to make it
    build everywhere since the screen grabber is also used for making
    screenshots. Update debian/patches/14_make-GLX-optional.patch instead and
    only use pixel buffers in the screen grabber if we have GL/GLX support.
    This means we can re-enable the screen recorder on arm{el,hf} as it will
    use the slow, cogl-based path there.

 -- Michael Biebl <biebl@debian.org>  Wed, 30 May 2012 20:56:52 +0200

gnome-shell (3.4.1-4) unstable; urgency=low

  * debian/patches/14_make-GLX-optional.patch:
    - Add DEP-3 patch header.
    - Remove unconditional pkg-config check for the "gl" module.

 -- Michael Biebl <biebl@debian.org>  Wed, 30 May 2012 14:37:44 +0200

gnome-shell (3.4.1-3) unstable; urgency=low

  * Upload to unstable.

 -- Michael Biebl <biebl@debian.org>  Wed, 30 May 2012 13:19:38 +0200

gnome-shell (3.4.1-2) experimental; urgency=low

  * debian/patches/22-remove-online-accounts-from-user-menu.patch: Remove
    "Online Accounts" from user menu. It can be easily accessed via
    "System Settings" so there is no need to clutter up the user menu.
  * Tighten Depends on gir1.2-clutter-1.0. Closes: #673929
  * Change Recommends: gnome-themes-standard to Depends. Adwaita is the
    prefererred window manager theme and without a theme installed gnome-shell
    refuses to start. Closes: #590340
  * Bump Depends on gnome-settings-daemon to (>= 3.4.0). There was an
    incompatible change in the Power D-Bus API which caused the power icon to
    no longer update properly. Closes: #674429
  * Don't build the screen recorder on arm{el,hf} as the screen grabber uses
    GL/GLX and on those archs cogl uses GLES.
  * debian/patches/25-close-the-recorder-instead-of-pausing-it.patch: Close
    the screen recorder instead of pausing. Otherwise we continue to write to
    the same output file. Patch cherry-picked from upstream Git.

 -- Michael Biebl <biebl@debian.org>  Wed, 30 May 2012 12:17:13 +0200

gnome-shell (3.4.1-1) experimental; urgency=low

  [ Jeremy Bicha ]
  * New upstream release.
  * debian/control.in:
    - Add debug package
    - Update dependencies
    - Recommend gnome-user-guide
    - Break gnome-tweak-tool (<< 3.3)
    - Bump Standards-Version to 3.9.3
  * debian/gnome-shell-common.install:
    - No more gconf schemas to install
    - Install gtk-docs
  * Drop patches that have been applied upstream.

  [ Sjoerd Simons ]
  * debian/control.in: Add build-depends on libgcr-3-dev (>= 3.3.90)
  * debian/control.in: Drop dependency on gir1.2-gjs-1.0 as it has been folded
    into libgjs
  * debian/control.in: Add depends on gir1.2-gcr-3

  [ Michael Biebl ]
  * debian/patches/10-make-NetworkManager-optional.patch: Updated.
  * debian/gnome-shell-common.install: Install GConf conversion script.
  * debian/patches/21_revert_evolution_gsettings.patch: Revert the switch to
    gsettings in the calendar server for now as long as evolution 3.4 is not
    ready yet.

 -- Michael Biebl <biebl@debian.org>  Sun, 20 May 2012 00:16:54 +0200

gnome-shell (3.2.2.1-4) unstable; urgency=low

  * Fold 04_remove-glx-dependency-on-armel.patch and
    14_require_gl_directly.patch into a new patch named
    14_make-GLX-optional.patch. Use pkg-config to check if gl.pc is available
    and build the GLX/GL bits conditionally. This fixes a build failure on
    arm{el,hf} where clutter/cogl uses GLES. Closes: #670850

 -- Michael Biebl <biebl@debian.org>  Mon, 30 Apr 2012 20:37:44 +0200

gnome-shell (3.2.2.1-3) unstable; urgency=low

  * d/p/14_require_gl_directly.patch
    + Added. gnome-shell uses glXQuery* API so it needs a direct link against
      libGL. Causes build failure with upcoming clutter/cogl as they don't
      expose a directly link to libGL anymore

 -- Sjoerd Simons <sjoerd@debian.org>  Sun, 01 Apr 2012 16:07:26 +0200

gnome-shell (3.2.2.1-2) unstable; urgency=low

  * debian/patches/12_Replace-shell_util_icon_from_string.patch
    + Added. Remove the neglected user of the removed
      Shell.util_icon_from_string function. This caused subscription request
      to not pop up (From upstream git)
  * debian/patches/13_bluetooth_fix_undefined_variable.patch
    + Added. Fixes bluetooth device status slider so it reflects reality again
    (From upstream git)

 -- Sjoerd Simons <sjoerd@debian.org>  Tue, 28 Feb 2012 11:30:47 +0100

gnome-shell (3.2.2.1-1) unstable; urgency=low

  [ Michael Biebl ]
  * debian/patches/10-make-NetworkManager-optional.patch: make NM
    optional, to fix build on kFreeBSD architectures. Closes: #652482
  * debian/patches/11-no-gettext.patch: remove gettext macros, otherwise
    autoreconf fails due to incompatibilities with intltool.

  [ Jordi Mallach ]
  * Enable dh_autoreconf.
  * Update Vcs-* URLs.

  [ Josselin Mouette ]
  * Update repository URL.

  [ Michael Biebl ]
  * New upstream release:
    - Fix a crash in gnome-shell-extension-tool. Closes: #649583
    - Remove 05-NetworkMenu-don-t-query-DBus-properties-of-removed-o.patch.
    - Remove 06-NetworkMenu-fix-regression-in-access-point-removed.patch.
    - Refresh 07-NetworkMenu-fix-logic-for-updating-wifi-icon.patch.
  * debian/control.in: Bump dependency on python to (>= 2.6) since we require
    JSON support. Closes: #580869

 -- Michael Biebl <biebl@debian.org>  Wed, 25 Jan 2012 11:06:41 +0100

gnome-shell (3.2.1-8) unstable; urgency=low

  [ Laurent Bigonville ]
  * debian/control.in: Add Depends on telepathy-mission-control-5
    (Closes: #651514)

  [ Michael Biebl ]
  * Upload to unstable.

 -- Michael Biebl <biebl@debian.org>  Sat, 17 Dec 2011 06:34:55 +0100

gnome-shell (3.2.1-7) experimental; urgency=low

  * Fix version in Breaks/Replaces. Closes: #650927

 -- Michael Biebl <biebl@debian.org>  Sun, 04 Dec 2011 21:19:25 +0100

gnome-shell (3.2.1-6) experimental; urgency=low

  [ Raphaël Hertzog ]
  * Add Breaks against gnome-tweak-tool (<< 3.2) to force its upgrade to a
    version that works with GNOME 3.2.

  [ Josselin Mouette ]
  * Split common files and translations in gnome-shell-common. Add
    appropriate Breaks/Replaces.

  [ Michael Biebl ]
  * debian/watch:
    - Track stable releases.
  * debian/patches/09-respect-NoDisplay-semantics-for-app-menu.patch:
    - Respect NoDisplay semantics for applications menu. This avoids duplicate
      menu entries when menu-xdg is installed. Closes: #649559

 -- Michael Biebl <biebl@debian.org>  Sat, 03 Dec 2011 17:23:39 +0100

gnome-shell (3.2.1-5) experimental; urgency=low

  * debian/patches/06-polkit-Find-the-best-user-to-authenticate-as.patch:
    + Added. When picking a user to authenticate with, try the current user
      first, then root and if all else fails the first user that is allowed to
      authenticate. (from upstream git)

 -- Sjoerd Simons <sjoerd@debian.org>  Sun, 20 Nov 2011 22:28:42 +0000

gnome-shell (3.2.1-4) experimental; urgency=low

  * 05-NetworkMenu-don-t-query-DBus-properties-of-removed-o.patch:
    + Added. Don't (potentially) ask NM over D-Bus about an access point that
      was just removed. (From upstream git). As a side-effect this fixes
      gnome-shell freezing a while after unblacking.
  * 06-NetworkMenu-fix-regression-in-access-point-removed.patch
    + Added. Fix a regression in above patch (from upstream git)
  * 07-NetworkMenu-fix-logic-for-updating-wifi-icon.patch
    + Added. Fix the logic for connecting to the current wifi strength,
      prevents the network icon fro mbecoming stale (from upstream git)

 -- Sjoerd Simons <sjoerd@debian.org>  Sat, 19 Nov 2011 15:28:19 +0000

gnome-shell (3.2.1-3) experimental; urgency=low

  [ Josselin Mouette ]
  * Break fglrx-driver (<< 1:11-10). Closes: #648280.

  [ Sjoerd Simons ]
  * debian/control.in: Recommend gnome-contacts
  * debian/control.in: Update build-depends on the e-d-s libs to ensure we
    build against the same version as the libfolks e-d-s backend.

 -- Sjoerd Simons <sjoerd@debian.org>  Sun, 13 Nov 2011 16:40:12 +0100

gnome-shell (3.2.1-2) experimental; urgency=low

  * debian/control.in:
    - Tighten Depends on gir1.2-mutter-3.0 and gir1.2-glib-2.0.
      Closes: #646999
    - Drop Build-Depends on libgnome-menu-dev.

 -- Michael Biebl <biebl@debian.org>  Sat, 05 Nov 2011 21:35:14 +0100

gnome-shell (3.2.1-1) experimental; urgency=low

  [ Sjoerd Simons ]
  * New upstream release
  * debian/patches/00git-ShellRecorder-Use-cogl_read_pixels.patch:
    + Dropped, fixed upstream
  * debian/patches/03_hidden_applications.patch
    + Dropped, fixed upstream
  * debian/control.in: Add libfolks-dev build-depends
  * debian/control.in: Add depends on gir1.2-accountsservice-1.0 and
    gir1.2-caribou-1.0,

  [ Jeremy Bicha ]
  * debian/control.in:
    - Recommend gnome-session-fallback
    - Bump minimum gjs & gobject-introspection versions
    - Add gir1.2-soup-2.4 dependency

  [ Sjoerd Simons ]
  * debian/gnome-shell.lintian-overrides:
    + Updated (from Ubuntu). gnome-shell needs an rpath to find the private
      bluetooth lib

 -- Sjoerd Simons <sjoerd@debian.org>  Fri, 28 Oct 2011 22:20:04 +0200

gnome-shell (3.0.2-8) unstable; urgency=low

  * debian/patches/05_fix_glib_2.30_compat.patch:
    + Updated. Small mistake in the patch causes gnome-shell to fail to load
      the dim window shared, instead of which it just hangs. Fixed now..
      (Closes: 649459)

 -- Sjoerd Simons <sjoerd@debian.org>  Mon, 21 Nov 2011 15:19:48 +0000

gnome-shell (3.0.2-7) unstable; urgency=low

  * debian/patches/06-polkit-Find-the-best-user-to-authenticate-as.patch:
    + Added. When picking a user to authenticate with, try the current user
    first, then root and if all else fails the first user that is allowed to
    authenticate. (from upstream git)
  * debian/patches/07-Add-some-element-type-annotations-to-appease-g-i-mas.patch:
    + Added. Add annotation to prevent warnings from new g-i (from upstream
      git)

 -- Sjoerd Simons <sjoerd@debian.org>  Sun, 20 Nov 2011 22:04:39 +0000

gnome-shell (3.0.2-6) unstable; urgency=low

  * debian/patches/05_fix_glib_2.30_compat.patch:
    + Added. Fix compatibility with glib 2.30, which broke some things due to
      GI annotation changes. (From upstream git)

 -- Sjoerd Simons <sjoerd@debian.org>  Sat, 19 Nov 2011 15:04:45 +0000

gnome-shell (3.0.2-5) unstable; urgency=low

  [ Michael Biebl ]
  * debian/rules:
    - Make network-manager and gnome-bluetooth (build) dependencies linux-any.

  [ Rico Tzschichholz ]
  * Add 00git-ShellRecorder-Use-cogl_read_pixels.patch to fix FTBFS on arm

 -- Michael Biebl <biebl@debian.org>  Fri, 14 Oct 2011 17:22:55 +0200

gnome-shell (3.0.2-4) unstable; urgency=low

  [ Josselin Mouette ]
  * Break gnome-session < 3.

  [ Rico Tzschichholz ]
  * Add 04_remove-glx-dependency-on-armel.patch to fix FTBFS on arm

  [ Michael Biebl ]
  * Upload to unstable.
  * debian/watch: Switch to .xz tarballs.
  * debian/control.in:
    - Set pkg-gnome-maintainers@lists.alioth.debian.org as Maintainer.
    - Bump Standards-Version to 3.9.2. No further changes.

 -- Michael Biebl <biebl@debian.org>  Fri, 14 Oct 2011 12:56:37 +0200

gnome-shell (3.0.2-3) experimental; urgency=low

  * Re-add gnome-bluetooth dependency.

 -- Josselin Mouette <joss@debian.org>  Mon, 19 Sep 2011 18:53:24 +0200

gnome-shell (3.0.2-2) experimental; urgency=low

  [ Martin Pitt ]
  * debian/control.in, debian/rules: When building on Ubuntu, add a dependency
    to gnome-icon-theme-full.
  * debian/control.in: Change gir1.2-json-glib-1.0 build-dep to
    gir1.2-json-1.0 to reflect the binary rename in json-glib
    0.13.4-2. Thanks Micah Gersten!

  [ Laurent Bigonville ]
  * debian/control.in:
    - Drop dependency against libdconf0 and let dh_installgsettings set
      the right dependencies.
    - Make gnome-shell Recommends gnome-themes-standard (for Adwaita)
  * debian/compat: Bump debhelper compatibility to 8

  [ Josselin Mouette ]
  * 03_hidden_applications.patch: do not show NoDisplay=true submenus
    and applications. This will avoid showing the Debian menu while
    asked not to. Closes: #557997.
  * 01_favorite_apps.patch: dropped, replaced by override file.
  * Add libreoffice and yelp to favorite applications.
  * Drop useless build-dependency on libwnck.
  * Massive cleanup in build-dependencies.

 -- Josselin Mouette <joss@debian.org>  Mon, 19 Sep 2011 16:36:48 +0200

gnome-shell (3.0.2-1) experimental; urgency=low

  [ Rico Tzschichholz ]
  * New upstream release
  * debian/watch:
    - Look for bzip2 tarballs
  * debian/rules,debian/upstream.gitlog:
    - Drop upstream.gitlog which is outdated

  [ Josselin Mouette ]
  * Only recommend gnome-control-center.
  * Break gnome-control-center < 3. This time add the missing epoch.
    Closes: #628532.

  [ Sjoerd Simons ]
  * debian/rules: Fix misspelling of Recommends

 -- Sjoerd Simons <sjoerd@debian.org>  Tue, 31 May 2011 19:31:47 -0700

gnome-shell (3.0.1-1) experimental; urgency=low

  [ Laurent Bigonville ]
  * debian/control.in:
    - Bump priority to optional

  [ Sjoerd Simons ]
  * New upstream release

 -- Sjoerd Simons <sjoerd@debian.org>  Sat, 14 May 2011 17:58:12 +0100

gnome-shell (3.0.0.2-1) experimental; urgency=low

  * Team upload.

  [ Frederic Peters ]
  * New upstream release (2.91.93).
  * debian/control.in:
    + added dependency on gnome-icon-theme-symbolic.
    + bumped gnome-shell dependency.
    + bumped gir1.2-freedesktop build-dep to 0.10.6, for a fix to
      cairo-1.0.typelib

  [ Raphaël Hertzog ]
  * New upstream release (3.0.0.2).
  * New patch 02_rpath-bluetooth-applet.patch by Rico Tzschichholz to
    add an RPATH so that the compilation doesn't fail when g-ir-scanner
    tries to analyze libgnome-shell.so linked against
    libgnome-bluetooth-applet.so.0 which is in a private directory.
  * Add a lintian override for the RPATH that we can't avoid.
  * Teach dpkg-shlibdeps how to find that private lib and add the
    corresponding dependency in debian/slibs.local.
  * Update and add a bunch of build-depends to match the latest configure
    requirements.
  * Add gir1.2-gnomebluetooth-1.0 and gir1.2-networkmanager-1.0 to Depends
    because they are needed to benefit from the improved UI associated to the
    respective status bar applet.

  [ Laurent Bigonville ]
  * debian/control.in: {Build-}Depends against gir1.2-mutter-3.0 instead of
    gir1.2-mutter-2.91

 -- Raphaël Hertzog <hertzog@debian.org>  Mon, 11 Apr 2011 21:03:31 +0000

gnome-shell (2.91.92-1) experimental; urgency=low

  * New upstream release.
  * debian/patches/, remove patches from upstream git:
    + 0001-altTab-fix-incorrect-positioning-with-multiple-monit.patch
    + 05_use_dbus_for_shutdown_and_logout.patch
  * debian/control.in:
    + add build-dep on libtelepathy-logger-dev and gir1.2-telepathylogger-0.2.
    + bump build-dep on libxfixes-dev, it needs the one from experimental, for
      pointer barriers.

 -- Frederic Peters <fpeters@debian.org>  Thu, 24 Mar 2011 19:28:12 +0100

gnome-shell (2.91.91-2) experimental; urgency=low

  * debian/patches/04_gnome_session_quit.patch: remove, replaced by:
  * debian/patches/05_use_dbus_for_shutdown_and_logout.patch: use Session
    D-Bus interface for shutdown and logout. (from git) (closes: #618870)

 -- Frederic Peters <fpeters@debian.org>  Sat, 19 Mar 2011 13:10:02 +0100

gnome-shell (2.91.91-1) experimental; urgency=low

  * New upstream release.

  [ Emilio Pozuelo Monfort ]
  * debian/control.in:
    + Depend on gsettings-desktop-schemas. Closes: #614945.
    + Depend on gir1.2-mutter-2.91. Closes: #615588.

  [ Frederic Peters ]
  * debian/control.in:
    + Don't depend on mutter, it now links against libmutter-wm0.
  * debian/patches/03_fix_dconf_service_location.patch: remove, no longer
    necessary now that gnome-shell is a real binary and doesn't try to arrange
    its own environment.
  * debian/patches/04_gnome_session_quit.patch: use gnome-session-save in
    fallback if gnome-session-quit doesn't work, so gnome-shell keeps working
    with older gnome-session versions.

  [ Emilio Pozuelo Monfort ]
  * d/p/0001-altTab-fix-incorrect-positioning-with-multiple-monit.patch:
    + Patch from upstream git, fix Alt+Tab with multiple monitors.

 -- Emilio Pozuelo Monfort <pochu@debian.org>  Wed, 16 Mar 2011 21:47:27 +0000

gnome-shell (2.91.90-1) experimental; urgency=low

  * New upstream release.
    + Build depend on libtelepathy-glib-dev for the updated Telepathy
      integration.
    + Build depend on libpolkit-agent-1-dev for the new authorization dialogs.
    + Build depend, and depend, on appropriate gir packages (polkit,
      telepathy, and upower).
    + Update build dep on libmutter-dev.
    + Update depends for new libgnomekbd gir package name.
    + Remove Recommends on xserver-xephyr.

 -- Frederic Peters <fpeters@debian.org>  Fri, 25 Feb 2011 12:23:23 +0100

gnome-shell (2.91.6-1) experimental; urgency=low

  [ Emilio Pozuelo Monfort ]
  * debian/control.in:
    + Depend on gnome-control-center for My Account / System settings.

  [ Laurent Bigonville ]
  * New upstream release.
  * debian/control.in:
    - Bump build-dependencies
    - Add libecal1.2-dev, libedataserver1.2-dev and libedataserverui1.2-dev
      build-dependencies
    - Make mutter depends on libdconf0 | gsettings-backend instead of
      libdconf0 only

  [ Emilio Pozuelo Monfort ]
  * debian/control.in:
    + Update for the new gtk+ 3 package names.
    + Add missing dependency on gir1.2-gnomekbd-3.0.

 -- Emilio Pozuelo Monfort <pochu@debian.org>  Sat, 19 Feb 2011 16:45:48 +0000

gnome-shell (2.91.5-1) experimental; urgency=low

  * New upstream release.
    + debian/patches/02_fix_build_with_latest_gtk.patch:
      - Removed, fixed upstream.
    + debian/patches/01_favorite_apps.patch:
      - Refreshed.
    + debian/control.in:
      - Updated build dependencies.

 -- Emilio Pozuelo Monfort <pochu@debian.org>  Wed, 12 Jan 2011 23:41:41 +0000

gnome-shell (2.91.3-2) experimental; urgency=low

  * debian/control.in:
    - Build depend on libdconf0 for dconf-service. Closes: #595598.

 -- Emilio Pozuelo Monfort <pochu@debian.org>  Sun, 19 Dec 2010 16:36:11 +0000

gnome-shell (2.91.3-1) experimental; urgency=low

  [ Emilio Pozuelo Monfort ]
  * New upstream release (Closes: #605098, CVE-2010-4000).
    - debian/control.in:
      + Updated dependencies and build dependencies.
    - debian/patches/02_undo_gtk3_transition.diff:
      + Removed, let's use GTK+3 from now on.
    - debian/patches/03_fix_dconf_service_location.diff:
      + Updated.
  * debian/control.in,
    debian/rules:
    - Remove hack to get the typelibs scanned. Pass the private
      directory to dh_girepository instead. Update the minimum
      build dependency on gobject-introspection accordingly.
  * debian/control.in:
    - Build depend on gir1.2 packages.
    - Remove gir dependencies, they are autogenerated.

  [ Laurent Bigonville ]
  * debian/control.in: Add Vcs-* fields
  * debian/watch: Add watch file

  [ Emilio Pozuelo Monfort ]
  * debian/patches/02_fix_build_with_latest_gtk.patch:
    - Patch from upstream git, fix build with GTK+ 2.91.6.
  * debian/control.in:
    - Bump the libgtk3.0-dev accordingly.
  * debian/patches/*.diff:
    - Renamed to debian/patches/*.patch.

 -- Emilio Pozuelo Monfort <pochu@debian.org>  Sun, 19 Dec 2010 00:08:30 +0000

gnome-shell (2.31.5-2) experimental; urgency=low

  * debian/control:
  - depend and build-depend on gir1.0-glib-2.0 (>= 0.6.15~git20100713)
  - also depend on gjs, because the clock preferences uses gjs-console for
    some reason

 -- Gustavo Noronha Silva <kov@debian.org>  Wed, 28 Jul 2010 11:45:06 +0200

gnome-shell (2.31.5-1) experimental; urgency=low

  * New development release.
  - depend on mutter 2.31.5
  - refresh patches
  - fixes requirements on mutter (Closes: #586124)
  * debian/control.in:
  - Build-depend on glib >= 2.25.11-1 because we use glib-compile-schemas
  - Build-depend on gtk+ >= 2.21.1
  - Build-depend on gobject-introspection >= 0.6.15~git20100713-1 because
    we need newer glib bindings
  - Build-depend on gir1.0-json-glib-1.0 (Closes: #584660), thanks to
    Raphael Hertzog for pointing out the fix
  - gnome-shell depends on gir1.0-gconf-2.0 >= 2.31.5 to run
  * debian/patches/02_undo_gtk3_transition.diff:
  - undo gtk2->gtk3 migration since we do not yet have gtk+ 3 on Debian
  * debian/patches/03_fix_dconf_service_location.diff:
  - fix the path used to start dconf-service

 -- Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>  Tue, 13 Jul 2010 14:36:34 -0300

gnome-shell (2.31.2-1) experimental; urgency=low

  * New upstream release
  - depends on mutter 2.31
  - includes debian/patches/02_gjs_build_fix.patch, so removing
  * debian/rules:
  - depends on clutter-1.0 >= 1.2.8

 -- Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>  Mon, 31 May 2010 11:03:29 -0300

gnome-shell (2.29.0-3) unstable; urgency=low

  [ Emilio Pozuelo Monfort ]
  * debian/patches/02_gjs_build_fix.patch:
    - Backport upstream commit to fix the build with recent gjs.
  * debian/source/format,
    debian/patches/series,
    debian/rules:
    - Convert to source format 3.0 (quilt).
  * debian/rules:
    - Include gnome-get-source.mk.

 -- Josselin Mouette <joss@debian.org>  Tue, 27 Apr 2010 22:32:21 +0200

gnome-shell (2.29.0-2) unstable; urgency=low

  * debian/control:
  - really fix #572718 by bumping the version in mutter's gir package name

 -- Gustavo Noronha Silva <kov@debian.org>  Mon, 15 Mar 2010 17:33:24 -0300

gnome-shell (2.29.0-1) unstable; urgency=low

  [ Emilio Pozuelo Monfort ]
  * debian/rules:
    - Don't install *.la.

  [ Gustavo Noronha Silva ]
  * New upstream development release.
  - should work with the newer mutter (Closes: #572718)

 -- Gustavo Noronha Silva <kov@debian.org>  Tue, 09 Mar 2010 18:11:05 -0300

gnome-shell (2.28.1~git20100129-1) unstable; urgency=low

  * New upstream snapshot.

 -- Gustavo Noronha Silva <kov@debian.org>  Fri, 29 Jan 2010 12:44:58 -0200

gnome-shell (2.28.1~git20091125-1) unstable; urgency=low

  * New upstream snapshot

 -- Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>  Wed, 25 Nov 2009 19:06:40 -0200

gnome-shell (2.28.1~git20091117-1) unstable; urgency=low

  * New upstream snapshot
  * debian/patches/02_allow_non_uri_apps.diff:
  - dropped; applied upstream
  * debian/upstream.gitlog, debian/rules:
  - ship upstream's git log as upstream changelog (Closes: #556354)

 -- Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>  Thu, 12 Nov 2009 12:02:52 -0200

gnome-shell (2.28.1~git20091112-1) unstable; urgency=low

  * New upstream snapshot

 -- Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>  Thu, 12 Nov 2009 10:43:05 -0200

gnome-shell (2.28.1~git20091028-2) unstable; urgency=low

  * debian/patches/01_favorite_apps.diff:
  - change the default favorite browser desktop file to be Epiphany's
    (Closes: #553054)
  * debian/control.in:
  - gnome-shell's startup script wants to run glxinfo to get information
    regarding the server's GLX support; thanks to alex bodnaru
    <alexbodn@012.net.il> for noticing this is needed
    (Closes: #553440)
  * debian/patches/02_allow_non_uri_apps.diff:
  - patch by Guido Günther <agx@sigxcpu.org> to drop the requirement that
    associated apps support URIs, for local files at least
    (Closes: #553618)

 -- Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>  Mon, 09 Nov 2009 15:32:14 -0200

gnome-shell (2.28.1~git20091028-1) unstable; urgency=low

  * New upstream snapshot
  * debian/control:
  - bump Standards-Version to 3.8.3
  - python is a dependency, since the script that starts GNOME Shell
    is a python script
  - pkg-config is also a dependency (Closes: #552202)

 -- Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>  Wed, 28 Oct 2009 16:12:13 -0200

gnome-shell (2.28.1~git20091024-1) unstable; urgency=low

  * New upstream snapshot
  * debian/control.in:
  - ok, I agree, let's recommend Xephyr for now (Closes: #552141)

 -- Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>  Sat, 24 Oct 2009 13:22:02 -0200

gnome-shell (2.28.1~git20091020-1) unstable; urgency=low

  * Initial upload, based on the Ubuntu package (Closes: #550956)
  * debian/patches:
  - drop two unnecessary patches
  * debian/rules:
  - cleanup, and add Debian GNOME Team rules include
  * debian/control.in:
  - add Debian GNOME Team stuff
  - fix alignment
  - remove Recommends for xserver-xephyr
  - fix build-dependencies package names
  - build-depend on gnome-pkg-tools for uploaders

 -- Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>  Wed, 14 Oct 2009 11:31:23 -0300

gnome-shell (2.28.0-0ubuntu2) karmic; urgency=low

  * Add libcroco3-dev to Build-Depends.  Fixes FTBFS.

 -- Christopher James Halse Rogers <raof@ubuntu.com>  Tue, 13 Oct 2009 17:50:23 +1100

gnome-shell (2.28.0-0ubuntu1) karmic; urgency=low

  * New upstream version
  * debian/control:
    - updated build requirement
  * debian/patches/80_git_change_fix_alt_tab_ressource_usage.patch:
    - git change to fix ressources not being freed on alt-tab

 -- Sebastien Bacher <seb128@ubuntu.com>  Mon, 12 Oct 2009 22:44:00 +0200

gnome-shell (2.27.3-0ubuntu1) karmic; urgency=low

  * New upstream version
  * debian/control:
    - depends on python since it's used in the wrapper
      (lp: #413096)
    - updated gir requirement

 -- Sebastien Bacher <seb128@ubuntu.com>  Wed, 30 Sep 2009 23:09:56 +0200

gnome-shell (2.27.2-0ubuntu1) karmic; urgency=low

  * New upstream version

 -- Sebastien Bacher <seb128@ubuntu.com>  Tue, 08 Sep 2009 00:31:49 +0200

gnome-shell (2.27.1-0ubuntu1) karmic; urgency=low

  * New upstream version
  * debian/control:
    - updated build requirements

 -- Sebastien Bacher <seb128@ubuntu.com>  Wed, 02 Sep 2009 10:44:03 +0200

gnome-shell (2.27.0-0ubuntu3) karmic; urgency=low

  * Requires gvfs-backends now

 -- Sebastien Bacher <seb128@ubuntu.com>  Wed, 12 Aug 2009 01:46:57 +0200

gnome-shell (2.27.0-0ubuntu2) karmic; urgency=low

  * Require gobject-introspection-freedesktop too

 -- Sebastien Bacher <seb128@ubuntu.com>  Wed, 12 Aug 2009 01:29:04 +0200

gnome-shell (2.27.0-0ubuntu1) karmic; urgency=low

  * New upstream version

 -- Sebastien Bacher <seb128@ubuntu.com>  Tue, 11 Aug 2009 19:36:26 +0200

gnome-shell (0.0.1~git20090805-0ubuntu1) karmic; urgency=low

  * New upstream snapshot
  * debian/control:
    - require new clutter

 -- Sebastien Bacher <seb128@ubuntu.com>  Wed, 05 Aug 2009 19:04:15 +0100

gnome-shell (0.0.1~git20090715-0ubuntu1) karmic; urgency=low

  * New upstream snapshot
  * debian/control:
    - build-depends on libglib

 -- Sebastien Bacher <seb128@ubuntu.com>  Wed, 15 Jul 2009 15:57:33 +0200

gnome-shell (0.0.1~git20090702-0ubuntu0.2) karmic; urgency=low

  * debian/control:
    - recommends xserver-xephyr

 -- Sebastien Bacher <seb128@ubuntu.com>  Thu, 02 Jul 2009 19:48:06 +0200

gnome-shell (0.0.1~git20090702-0ubuntu0.1) karmic; urgency=low

  * New git version
  * debian/control:
    - updated the depends

 -- Sebastien Bacher <seb128@ubuntu.com>  Thu, 02 Jul 2009 15:59:22 +0200

gnome-shell (0.0.1~git20090701-0ubuntu0.3) karmic; urgency=low

  * debian/control:
    - build-depends on gobject-introspection-glib-2.0 and not on libdesk

 -- Sebastien Bacher <seb128@ubuntu.com>  Thu, 02 Jul 2009 10:18:37 +0200

gnome-shell (0.0.1~git20090701-0ubuntu0.2) karmic; urgency=low

  * debian/control: build-depends on gobject-introspection

 -- Sebastien Bacher <seb128@ubuntu.com>  Thu, 02 Jul 2009 09:51:01 +0200

gnome-shell (0.0.1~git20090701-0ubuntu0.1) karmic; urgency=low

  * Initial ppa upload

 -- Sebastien Bacher <seb128@ubuntu.com>  Wed, 01 Jul 2009 23:29:31 +0200
