Change logs for gnome-screensaver source package in Wily

  • gnome-screensaver (3.6.1-7ubuntu1) wily; urgency=medium
    
      * Merge with Debian unstable, remaining changes:
        - Don't build-depend on intltool
        - Install an apport hook
        - Don't depend on gnome-session-bin; it doesn't appear to actually be
          required, xubuntu is doing fine without it
        - Let xfce4-power-manager be an alternative to gnome-power-manager
        - Depend on adwaita-icon-theme instead of gnome-icon-theme
        - debian/gnome-screensaver.maintscript:
          + drop old pre lucid transition, update version for the new conffile one
        - debian/patches/03_fix_ltsp-fading.patch: don't fade on LTSP
        - debian/patches/05_dbus_service.patch: restore the dbus service that
          upstream dropped
        - debian/patches/13_nvidia_gamma_fade_fallback.patch:
          + Fall back to XF86VM gamma fade if XRANDR gamma fade is not supported
        - debian/patches/14_no_fade_on_user_switch.patch:
          + Disable fade on locking to work around #546578 and prevent the screen
            remaining blank after user switching.
        - debian/patches/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
        - debian/patches/16_dont_crash_in_kvm.patch:
          + Don't crash when the XF86VM extension doesn't allow the gamma to be set
        - debian/patches/17_remove_top_panel.patch: Don't create the top panel.
        - debian/patches/18_revert_dialog_layout.patch: Revert lock dialog to
          previous appearance to get username back.
        - debian/patches/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.
        - debian/patches/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.
        - debian/patches/27_lightdm_switch_user.patch: When used under lightdm,
          use dbus to switch to greeter instead of calling gdmflexiserver.
        - debian/patches/28_blocking_return.patch:
          + Correctly reply so the client doesn't block waiting
        - debian/patches/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.
        - debian/patches/32_input_sources_switcher.patch:
          + Use input sources instead of XKB layouts.
        - debian/patches/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
        - debian/patches/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-7) unstable; urgency=medium
    
      * d/p/0001-gs-lock-plug-Disconnect-signal-handler-from-right-ob.patch:
        Cherry-pick patch from upstream to disconnect a signal from the right
        place.
    
    gnome-screensaver (3.6.1-6) unstable; urgency=medium
    
      * debian/patches/01_no_autostart.patch: Only autostart in GNOME Flashback
        sessions (closes: #790632).
    
    gnome-screensaver (3.6.1-5) unstable; urgency=medium
    
      * Build against the new systemd library (closes: #779746).
      * Bump Standards-Version to 3.9.6, no changes needed.
    
     -- Iain Lane <email address hidden>  Mon, 20 Jul 2015 14:59:00 +0100
  • gnome-screensaver (3.6.1-4ubuntu1) wily; urgency=low
    
      * This upload is slightly notable in that it removes gnome-screensaver from
        the autostart directory. If you want your session to start it, add it to
        RequiredComponents in the gnome-session .session file.
      * Merge with Debian unstable, remaining changes:
        - Don't build-depend on intltool
        - Install an apport hook
        - Don't depend on gnome-session-bin; it doesn't appear to actually be
          required, xubuntu is doing fine without it
        - Let xfce4-power-manager be an alternative to gnome-power-manager
        - Depend on adwaita-icon-theme instead of gnome-icon-theme
        - debian/gnome-screensaver.maintscript:
          + drop old pre lucid transition, update version for the new conffile one
        - debian/patches/03_fix_ltsp-fading.patch: don't fade on LTSP
        - debian/patches/05_dbus_service.patch: restore the dbus service that
          upstream dropped
        - debian/patches/13_nvidia_gamma_fade_fallback.patch:
          + Fall back to XF86VM gamma fade if XRANDR gamma fade is not supported
        - debian/patches/14_no_fade_on_user_switch.patch:
          + Disable fade on locking to work around #546578 and prevent the screen
            remaining blank after user switching.
        - debian/patches/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
        - debian/patches/16_dont_crash_in_kvm.patch:
          + Don't crash when the XF86VM extension doesn't allow the gamma to be set
        - debian/patches/17_remove_top_panel.patch: Don't create the top panel.
        - debian/patches/18_revert_dialog_layout.patch: Revert lock dialog to
          previous appearance to get username back.
        - debian/patches/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.
        - debian/patches/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.
        - debian/patches/27_lightdm_switch_user.patch: When used under lightdm,
          use dbus to switch to greeter instead of calling gdmflexiserver.
        - debian/patches/28_blocking_return.patch:
          + Correctly reply so the client doesn't block waiting
        - debian/patches/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.
        - debian/patches/32_input_sources_switcher.patch:
          + Use input sources instead of XKB layouts.
        - debian/patches/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
        - debian/patches/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-4) unstable; urgency=medium
    
      * Upload to unstable, not experimental. This fixes RC bug.
    
    gnome-screensaver (3.6.1-3) experimental; urgency=medium
    
      * Team upload.
    
      [ Faidon Liambotis ]
      * Re-enable support for locking the screen on suspend (closes: #773026).
        - Build with systemd support by passing --with-systemd=auto to configure
          and build-depending on libsystemd-login-dev. Use "auto" and a
          [linux-any] dependency to keep compatibility with non-Linux systems.
        - 00git_logind_check.patch from Ubuntu/upstream, to make this dependent on
          just logind, not systemd-as-pid1, as recommended by systemd upstream &
          Debian systemd maintainers. Drops libsystemd-daemon-dev build-dep.
        - 31_lock_screen_on_suspend.patch from Ubuntu, to listen for logind's
          PrepareForSleep signal, similarly to gnome-shell's behavior.
        - 14_no_fade_on_user_switch.patch from Ubuntu, as to not fade on screen
          lock. Prevents leaking of the screen contents on resume from suspend.
    
    gnome-screensaver (3.6.1-2) unstable; urgency=medium
    
      * Team upload
      * Add missing permissive license to debian/copyright (Closes: #749519)
      * Add a missing copyright holder while I'm there
      * Add patch from upstream to enable gnome-screensaver to be included
        in the autostart list for non-GNOME sessions, by requiring session files
        to include it in RequiredComponents if desired and removing its
        AutostartCondition (Closes: #733059)
        - depend on dh-autoreconf and gnome-common so we can autoreconfiscate
        - remove fallback -> flashback patch, no longer relevant
        - Breaks versions of gnome-session-flashback that do not explicitly pull
          it in
    
    gnome-screensaver (3.6.1-1) unstable; urgency=low
    
      [ Jeremy Bicha ]
      * Update homepage
    
      [ Laurent Bigonville ]
      * New upstream release
      * debian/control.in:
        - Bump Standards-Version to 3.9.4 (no further changes)
        - Add autotools-dev to the build-dependencies, so config.{guess,sub} are
          being updated during build
    
      [ Emilio Pozuelo Monfort ]
      * debian/patches/01_fallback_session.patch:
        + Fix session detection so that gnome-screensaver starts, the session
          is now called gnome-flashback instead of gnome-fallback.
      * Upload to unstable.
    
     -- Iain Lane <email address hidden>  Fri, 15 May 2015 17:03:56 +0100
  • gnome-screensaver (3.6.1-0ubuntu16) vivid; urgency=medium
    
      * Switch gnome-icon-theme to adwaita-icon-theme, which is its
        successor. (LP: #1414613)
     -- Iain Lane <email address hidden>   Mon, 26 Jan 2015 14:54:15 +0000