[ubuntu/cosmic-proposed] gnome-shell 3.30.1-2ubuntu1 (Accepted)
Iain Lane
iain.lane at canonical.com
Wed Oct 10 10:43:31 UTC 2018
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.
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
gnome-shell (3.30.1-1) unstable; urgency=medium
* Team upload
* New upstream release
- Drop patches that were applied upstream
Date: Wed, 10 Oct 2018 09:52:13 +0100
Changed-By: Iain Lane <iain.lane at canonical.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/+source/gnome-shell/3.30.1-2ubuntu1
-------------- next part --------------
Format: 1.8
Date: Wed, 10 Oct 2018 09:52:13 +0100
Source: gnome-shell
Binary: gnome-shell gnome-shell-common
Architecture: source
Version: 3.30.1-2ubuntu1
Distribution: cosmic
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Iain Lane <iain.lane at canonical.com>
Description:
gnome-shell - graphical shell for the GNOME desktop
gnome-shell-common - common files for the GNOME graphical shell
Launchpad-Bugs-Fixed: 1796837
Changes:
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.
.
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
.
gnome-shell (3.30.1-1) unstable; urgency=medium
.
* Team upload
* New upstream release
- Drop patches that were applied upstream
Checksums-Sha1:
af66a82b3205e71ef4d6b7108c069da128d35b0a 3612 gnome-shell_3.30.1-2ubuntu1.dsc
19695242ccd39c8c6b938c8404a80c71528d3a1f 1437256 gnome-shell_3.30.1.orig.tar.xz
b204372e22fe8189271b3151c50a52cb3213b83d 47640 gnome-shell_3.30.1-2ubuntu1.debian.tar.xz
b82349ac9b1926e70d9bcef7cc7ae0bd86ad5e05 23192 gnome-shell_3.30.1-2ubuntu1_source.buildinfo
Checksums-Sha256:
58b395eac3b3687bf1c58f9ab3722146c4f786fb2dadefa49fc43b258ab4bd33 3612 gnome-shell_3.30.1-2ubuntu1.dsc
fcdf879781b86a88ad0430e84e4d882cf7b3ac26af9f16f666a980b8f96c5fe1 1437256 gnome-shell_3.30.1.orig.tar.xz
05d10ded16b0361d90343935a4c8543bafc41ac3aa57a735d3125340814adc55 47640 gnome-shell_3.30.1-2ubuntu1.debian.tar.xz
bfe5900e1a7475398b60b7c2947bb3ea0b1b0c14854df269e8c548e4b1430837 23192 gnome-shell_3.30.1-2ubuntu1_source.buildinfo
Files:
c88534b208398f2aa7a9bebff1822d73 3612 gnome optional gnome-shell_3.30.1-2ubuntu1.dsc
9ff4d30d2ee8a9fd84932b496254b63f 1437256 gnome optional gnome-shell_3.30.1.orig.tar.xz
19cddae01ed3f26ad7a6aa15a27ef9b7 47640 gnome optional gnome-shell_3.30.1-2ubuntu1.debian.tar.xz
caeec374c4572d0d7326a257050955a8 23192 gnome optional gnome-shell_3.30.1-2ubuntu1_source.buildinfo
Original-Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
More information about the Cosmic-changes
mailing list