[ubuntu/focal-proposed] gnome-shell 3.34.3-1ubuntu1 (Accepted)

Iain Lane iain.lane at canonical.com
Mon Jan 6 18:00:18 UTC 2020


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

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.

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

Date: Mon, 06 Jan 2020 17:54:48 +0000
Changed-By: Iain Lane <iain.lane at canonical.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/+source/gnome-shell/3.34.3-1ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Mon, 06 Jan 2020 17:54:48 +0000
Source: gnome-shell
Architecture: source
Version: 3.34.3-1ubuntu1
Distribution: focal
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Iain Lane <iain.lane at canonical.com>
Changes:
 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
 .
 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.
 .
 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
Checksums-Sha1:
 505a4eb893871454feaebc74ef1cccdb54acadfc 3721 gnome-shell_3.34.3-1ubuntu1.dsc
 18cd8dcceb410e72f5e6c1343d63b222091102ff 1542992 gnome-shell_3.34.3.orig.tar.xz
 6f9eb91b28bbeb7fec7a5193a3ba890e3fa8f403 53168 gnome-shell_3.34.3-1ubuntu1.debian.tar.xz
 9e436a997ad6d603ab60b2bcd9ff972de9db4cfc 23585 gnome-shell_3.34.3-1ubuntu1_source.buildinfo
Checksums-Sha256:
 b36bd9ffb95e1b9f4e3f7f5f54ce3886ac8f525bf9b8183237875bd4b568bc40 3721 gnome-shell_3.34.3-1ubuntu1.dsc
 2474bef386c5a47d7be285aa22e24125c46ba5f860a25a1a36a90de4e456bd8a 1542992 gnome-shell_3.34.3.orig.tar.xz
 32611208734a886f8ec786775265752908e6e7d778211724088c5672af241184 53168 gnome-shell_3.34.3-1ubuntu1.debian.tar.xz
 0b188f1373fca21b755c5c2a8604c0445fc5081ffe49aba4e8bf667c67cbd5bc 23585 gnome-shell_3.34.3-1ubuntu1_source.buildinfo
Files:
 da007044c3f61c39040ae6d32a213e02 3721 gnome optional gnome-shell_3.34.3-1ubuntu1.dsc
 a0f7d78f57616076890f0e3b7f12196a 1542992 gnome optional gnome-shell_3.34.3.orig.tar.xz
 6c20e7ae94e63f3b39e0cca3109654f7 53168 gnome optional gnome-shell_3.34.3-1ubuntu1.debian.tar.xz
 cb960604ab0829226544d888d9e6ff45 23585 gnome optional gnome-shell_3.34.3-1ubuntu1_source.buildinfo
Original-Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>

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

iQIzBAEBCgAdFiEEPQ77lee1I38W6CJY41LVxRxQQdQFAl4TdW4ACgkQ41LVxRxQ
QdRxYA//QFuifXcgEcJsDFD3wxccrmqyroltm1yhoQ0kiNl9A+eZZC7enssRpx5i
r2V6TH8FCxnJpMulqooP7mzocraIsYTvHczzJxDGQ5V1MoF+X8FnZBpm8DoQ83/p
mQVnw9tqQrDx0ImyvfqxZri4QWenazEzq9Z1JTZlbW06GIQBLFhTKppDV4ZtzeFB
7LjWuGvDxHzYn44/lNG+ACTEJe/mjTnzyEyV0tgD0DbixZbpiKDoLk22KNKyIMnx
vZLpONrMIQ2IdYIRMxhks+SKbYxrBPorWjYgoT1buBnC1uhcpApgxS3Ch9/gBSbY
V3qthqqRINakH7txf7AbSqpjTkAyQ10NYL/mQoooWOghZfOkcY8bc2T9FidjsZD4
mifCD8IDKy1vrI1l0gOddQn4qznpj1WVODxO4QjkUBW54b3ZDxVaOWrryH476uc+
BJYe2A/qW1YvLvrntCmBn0OdF5c86WQKSSebT0OcQN6q4lGLE5p1ZRezYXxaka9P
CqwDPHr7tI7guVm0fAhQPlX4NPSiuE5YM+VtTClLUQkoIiJiBzd4o7R7Ad7svAwJ
24BBTCLRukVl6kM0qBEhm3U+CcYjJP4t90VAbawiaVrNbQkypnhlk0gw8zhKKjOb
rjgd72eaHYod8KJ6xl+w7zQxgpLglNWXF1KxQM2zhw1W6rX11OI=
=QfBW
-----END PGP SIGNATURE-----


More information about the Focal-changes mailing list