[ubuntu/bionic-proposed] gnome-screensaver 3.6.1-8ubuntu1 (Accepted)

Jeremy Bicha jbicha at ubuntu.com
Mon Dec 25 01:57:12 UTC 2017


gnome-screensaver (3.6.1-8ubuntu1) bionic; urgency=medium

  * Sync with Debian. Remaining changes:
    - Add 03_fix_ltsp-fading.patch: don't fade on LTSP
    - Add 05_dbus_service.patch:
      + restore the dbus service that upstream dropped
    - Add 13_nvidia_gamma_fade_fallback.patch:
      + Fall back to XF86VM gamma fade if XRANDR gamma fade is not supported
    - Add 14_no_fade_on_user_switch.patch:
      + Disable fade on locking to work around #546578 and prevent the screen
        remaining blank after user switching.
    - Add 15_dont_crash_on_no_fade.patch:
      + Don't crash on systems that don't support XF86VM or XRANDR gamma fade,
        by testing if fade is supported on a particular screen before calling
        the fade_setup and fade_finish virtual functions
    - Add 16_dont_crash_in_kvm.patch:
      + Don't crash when the XF86VM extension doesn't allow the gamma to be set
    - Add 17_remove_top_panel.patch: Don't create the top panel.
    - Add 18_revert_dialog_layout.patch: Revert lock dialog to
      previous appearance to get username back.
    - Add 24_use_user_settings.patch: use the user settings, and
      not the default system ones, so we get the user's background when the
      screen is locked.
    - Add 25_fix_lock_command.patch: make --lock expect a reply
      so the screen gets properly locked when gnome-screensaver needs to be
      respawned by dbus. This was preventing ctrl-alt-l from locking the
      screen on the first attempt when the gnome-screensaver process was
      dead.
    - Add 27_lightdm_switch_user.patch: When used under lightdm,
      use dbus to switch to greeter instead of calling gdmflexiserver.
    - Add 28_blocking_return.patch:
      + Correctly reply so the client doesn't block waiting
    - Add 28_handle_expired_creds.patch:
      + Allow handling of expired credentials.
    - Add 30_ubuntu-lock-on-suspend_gsetting.patch: Handle
      ubuntu-lock-on-suspend gsettings key. This is introduced in Ubuntu's
      gsettings-desktop-schemas package.
    - Add 32_input_sources_switcher.patch:
      + Use input sources instead of XKB layouts.
    - Add 33_budgie_support.patch:
      + enable support for gnome-control-center
      + style the lock-screen using the "Unity" patch-work
    - Add move_not_nuke.patch: When trying to acquire a contentious
      keyboard grab, don't nuke input focus, but instead move it to new grab
      window before taking grab
    - Add allow-replacement: Make the D-Bus interface able to be
      replaced, so that Unity (or others in future) can take it over if they
      want to provide their own screensaver implementations. No need to listen
      to NameOwnerChanged, only NameLost — so we don't have to wake
      gnome-screensaver up every time this signal goes across the bus.

gnome-screensaver (3.6.1-8) unstable; urgency=medium

  [ Laurent Bigonville ]
  * debian/control.in: Drop gnome-icon-theme from the dependencies, do not
    force an icon theme and rely on the one installed by the metapackages

  [ Jeremy Bicha ]
  * debian/control.in:
    - Depend on default-dbus-session-bus | dbus-session-bus instead of
      dbus-x11
    - Update Vcs fields for conversion to git
  * Add debian/gbp.conf
  * Switch from cdbs to dh
  * Bump debhelper compat to 11
  * Add apport hook from Ubuntu
  * Merge dependency changes from Ubuntu:
    - Don't depend on gnome-session-bin
    - Allow xfce4-power-manager as an alternate to gnome-power-manager
  * Drop unneeded debian/gnome-screensaver.dirs
  * Drop gnome-screensaver.maintscript, not needed since Wheezy
  * Bump Standards-Version to 4.1.2

Date: Sun, 24 Dec 2017 20:55:16 -0500
Changed-By: Jeremy Bicha <jbicha at ubuntu.com>
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
https://launchpad.net/ubuntu/+source/gnome-screensaver/3.6.1-8ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Sun, 24 Dec 2017 20:55:16 -0500
Source: gnome-screensaver
Binary: gnome-screensaver
Architecture: source
Version: 3.6.1-8ubuntu1
Distribution: bionic
Urgency: medium
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
Changed-By: Jeremy Bicha <jbicha at ubuntu.com>
Description:
 gnome-screensaver - GNOME screen saver and locker
Changes:
 gnome-screensaver (3.6.1-8ubuntu1) bionic; urgency=medium
 .
   * Sync with Debian. Remaining changes:
     - Add 03_fix_ltsp-fading.patch: don't fade on LTSP
     - Add 05_dbus_service.patch:
       + restore the dbus service that upstream dropped
     - Add 13_nvidia_gamma_fade_fallback.patch:
       + Fall back to XF86VM gamma fade if XRANDR gamma fade is not supported
     - Add 14_no_fade_on_user_switch.patch:
       + Disable fade on locking to work around #546578 and prevent the screen
         remaining blank after user switching.
     - Add 15_dont_crash_on_no_fade.patch:
       + Don't crash on systems that don't support XF86VM or XRANDR gamma fade,
         by testing if fade is supported on a particular screen before calling
         the fade_setup and fade_finish virtual functions
     - Add 16_dont_crash_in_kvm.patch:
       + Don't crash when the XF86VM extension doesn't allow the gamma to be set
     - Add 17_remove_top_panel.patch: Don't create the top panel.
     - Add 18_revert_dialog_layout.patch: Revert lock dialog to
       previous appearance to get username back.
     - Add 24_use_user_settings.patch: use the user settings, and
       not the default system ones, so we get the user's background when the
       screen is locked.
     - Add 25_fix_lock_command.patch: make --lock expect a reply
       so the screen gets properly locked when gnome-screensaver needs to be
       respawned by dbus. This was preventing ctrl-alt-l from locking the
       screen on the first attempt when the gnome-screensaver process was
       dead.
     - Add 27_lightdm_switch_user.patch: When used under lightdm,
       use dbus to switch to greeter instead of calling gdmflexiserver.
     - Add 28_blocking_return.patch:
       + Correctly reply so the client doesn't block waiting
     - Add 28_handle_expired_creds.patch:
       + Allow handling of expired credentials.
     - Add 30_ubuntu-lock-on-suspend_gsetting.patch: Handle
       ubuntu-lock-on-suspend gsettings key. This is introduced in Ubuntu's
       gsettings-desktop-schemas package.
     - Add 32_input_sources_switcher.patch:
       + Use input sources instead of XKB layouts.
     - Add 33_budgie_support.patch:
       + enable support for gnome-control-center
       + style the lock-screen using the "Unity" patch-work
     - Add move_not_nuke.patch: When trying to acquire a contentious
       keyboard grab, don't nuke input focus, but instead move it to new grab
       window before taking grab
     - Add allow-replacement: Make the D-Bus interface able to be
       replaced, so that Unity (or others in future) can take it over if they
       want to provide their own screensaver implementations. No need to listen
       to NameOwnerChanged, only NameLost — so we don't have to wake
       gnome-screensaver up every time this signal goes across the bus.
 .
 gnome-screensaver (3.6.1-8) unstable; urgency=medium
 .
   [ Laurent Bigonville ]
   * debian/control.in: Drop gnome-icon-theme from the dependencies, do not
     force an icon theme and rely on the one installed by the metapackages
 .
   [ Jeremy Bicha ]
   * debian/control.in:
     - Depend on default-dbus-session-bus | dbus-session-bus instead of
       dbus-x11
     - Update Vcs fields for conversion to git
   * Add debian/gbp.conf
   * Switch from cdbs to dh
   * Bump debhelper compat to 11
   * Add apport hook from Ubuntu
   * Merge dependency changes from Ubuntu:
     - Don't depend on gnome-session-bin
     - Allow xfce4-power-manager as an alternate to gnome-power-manager
   * Drop unneeded debian/gnome-screensaver.dirs
   * Drop gnome-screensaver.maintscript, not needed since Wheezy
   * Bump Standards-Version to 4.1.2
Checksums-Sha1:
 0bcc5c440f2008c0008504a2b6cbfd929ef89d73 2663 gnome-screensaver_3.6.1-8ubuntu1.dsc
 f053a6009ccb563863de8d85619c090436581542 23860 gnome-screensaver_3.6.1-8ubuntu1.debian.tar.xz
 31f4dba17f4d85c040b842c4a810fc0ccb5f02a8 15549 gnome-screensaver_3.6.1-8ubuntu1_source.buildinfo
Checksums-Sha256:
 df2ac73f7556b0fdc46293440b208f0218d9b19856a6b119e13990b409d90c9a 2663 gnome-screensaver_3.6.1-8ubuntu1.dsc
 464c721425a55b18cfa2a034bf7dccc3f1536ed3d6195e4cfe932a9da14bee91 23860 gnome-screensaver_3.6.1-8ubuntu1.debian.tar.xz
 e86972eda55e6c8da5eddf3ca667beb7b71ca7b64fbc175f271cecdb2d7eb7e7 15549 gnome-screensaver_3.6.1-8ubuntu1_source.buildinfo
Files:
 b95bf007536b1c13cce6f6ab3c486f77 2663 gnome optional gnome-screensaver_3.6.1-8ubuntu1.dsc
 6bc44ffcd1476ef77ff0f2301b85e778 23860 gnome optional gnome-screensaver_3.6.1-8ubuntu1.debian.tar.xz
 ce135c66fbcf4dc5b71b73e742f00314 15549 gnome optional gnome-screensaver_3.6.1-8ubuntu1_source.buildinfo

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

iQIcBAEBCgAGBQJaQFqrAAoJEOZsd1rr/mx9IZgP/A9fHZ7kNILpyH0BLeCoHus1
n5Ob7sAp0MgVjFaQ4bCxWYJ2cSWCOVnjKwEc1EjvAfk6EOWtK/z/pVvjNo7P8nQw
CQflIVVpJvYto1U4UD+9vwdcNxavJLUma2xSRuHVK8tPH6sqNtPiQSJ/95wA5nqH
/BT2yet41xvLhStL5qtohW7yp0xj0ZA6Vwaj9RCNefnZSpJTP6aM0VsNSAjGD5IC
eVtbxI0xYgo5pCBcnL54X6Pldb4qHqIl2Jm3VuC9Vt3H2vh1S+4ZihR3wwU2/9v/
keGVLrdjI0ECoz5F7jqFuQUo4VFEg3maaKEZz2zhMgW9TqhROund3IVOt6fK5THc
4OqxRFb0B5dfO0E3xhxN3tDTTPauI2uaoz3cRpU264crgWkFYxoP9bO1krlmaxsg
mynPlMDIvwJwsIVqgx6yy9+29y2YdVbxQFzpZjZEXGKHuuJ9wTkqPjHOY5sIGWgI
C60zorNnzyHCobOSQaJtjGFY+Ww8llsYi31bmHSdIglfRnG4RPEu2m64HdMlVzM2
WwF3TP3uaq8tgCGUrecPju37HsmdXZuDh3ZgEPhxzQhsAlkC9egR0BmxPCfmO60O
ooTWsUa4fiLTEt4qudr6NMMjYa6M7TKshqWt4FmALS7o3ycirtESxzMp7NVFlXxa
HPlX+zZlsWimgT//SVBL
=JfVb
-----END PGP SIGNATURE-----


More information about the Bionic-changes mailing list