[ubuntu/precise] gnome-screensaver 3.2.0-1ubuntu1 (Accepted)

Sebastien Bacher seb128 at ubuntu.com
Tue Nov 22 15:25:25 UTC 2011


gnome-screensaver (3.2.0-1ubuntu1) precise; urgency=low

  * debian/gnome-screensaver.postinst:
    - dropped, the migration version was before lucid
  * debian/control.in, debian/rules:
    - use dh_apport to install the apport hook
  * debian/gnome-screensaver.maintscript:
    - drop old pre lucid transition, update version for the new conffile one
  * debian/source_gnome-screensaver.apport:
    - updated to get gsettings keys rather than gconf ones

  * Resync on Debian, remaining difference:
  * debian/control:
    - Build-depends on gnome-common, dh-autoreconf
    - Don't build-depend on intltool
    - 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
  * debian/patches/03_fix_ltsp-fading.patch: don't fade on LTSP
  * debian/patches/04_force_blank_only_on_ltsp.patch:
    - Commented, the code patched got dropped or rewritten?
  * debian/patches/05_dbus_service.patch:
    - restore the dbus service that upstream dropped
  * debian/patches/10_legacy_scrsvr_inhibit.patch:
    - Re-write to not use XTest to simulate fake key-presses in order
      to reset the IDLETIME counter, as this appears to be problematic.
      Use XResetScreenSaver() to do this instead.
  * debian/patches/11_autostart_delay.patch:
    - Delay autostarting the screensaver for 5 seconds after the session start
  * 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
  * Remove gnome-shell type panel (LP: #800585)
    - 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/rules:
    - drop debian specific autostart desktop location
    - use dh-autoreconf there
  * debian/source_gnome-screensaver.py:
    - ubuntu apport hook

gnome-screensaver (3.2.0-1) experimental; urgency=low

  * New upstream release
  * debian/control.in: Bump libgnome-desktop-3-dev b-d

gnome-screensaver (3.0.1-3) unstable; urgency=low

  * Bump dependency on gnome-session-bin to (>= 3.0) to avoid partial upgrades
    which can result in having the screen no longer locked on lid-close.
    Closes: #645427

gnome-screensaver (3.0.1-2) unstable; urgency=low

  * Remove obsolete gnome-screensavers.menu conffile on upgrades.
    Closes: #645448

gnome-screensaver (3.0.1-1) unstable; urgency=low

  * Upload to unstable.
  * New upstream release.
  * debian/watch:
    - Switch to .xz tarballs.
  * debian/control:
    - Remove Build-Depends on libgnome-menu-dev.
    - Set pkg-gnome-maintainers at lists.alioth.debian.org as Maintainer.
    - Bump Standards-Version to 3.9.2. No further changes.
  * Bump debhelper compatibility level to 8.

Date: Tue, 22 Nov 2011 16:19:45 +0100
Changed-By: Sebastien Bacher <seb128 at ubuntu.com>
Maintainer: Ubuntu Desktop Team <ubuntu-desktop at lists.ubuntu.com>
https://launchpad.net/ubuntu/precise/+source/gnome-screensaver/3.2.0-1ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Tue, 22 Nov 2011 16:19:45 +0100
Source: gnome-screensaver
Binary: gnome-screensaver
Architecture: source
Version: 3.2.0-1ubuntu1
Distribution: precise
Urgency: low
Maintainer: Ubuntu Desktop Team <ubuntu-desktop at lists.ubuntu.com>
Changed-By: Sebastien Bacher <seb128 at ubuntu.com>
Description: 
 gnome-screensaver - GNOME screen saver and locker
Closes: 645427 645448
Launchpad-Bugs-Fixed: 800585
Changes: 
 gnome-screensaver (3.2.0-1ubuntu1) precise; urgency=low
 .
   * debian/gnome-screensaver.postinst:
     - dropped, the migration version was before lucid
   * debian/control.in, debian/rules:
     - use dh_apport to install the apport hook
   * debian/gnome-screensaver.maintscript:
     - drop old pre lucid transition, update version for the new conffile one
   * debian/source_gnome-screensaver.apport:
     - updated to get gsettings keys rather than gconf ones
 .
   * Resync on Debian, remaining difference:
   * debian/control:
     - Build-depends on gnome-common, dh-autoreconf
     - Don't build-depend on intltool
     - 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
   * debian/patches/03_fix_ltsp-fading.patch: don't fade on LTSP
   * debian/patches/04_force_blank_only_on_ltsp.patch:
     - Commented, the code patched got dropped or rewritten?
   * debian/patches/05_dbus_service.patch:
     - restore the dbus service that upstream dropped
   * debian/patches/10_legacy_scrsvr_inhibit.patch:
     - Re-write to not use XTest to simulate fake key-presses in order
       to reset the IDLETIME counter, as this appears to be problematic.
       Use XResetScreenSaver() to do this instead.
   * debian/patches/11_autostart_delay.patch:
     - Delay autostarting the screensaver for 5 seconds after the session start
   * 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
   * Remove gnome-shell type panel (LP: #800585)
     - 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/rules:
     - drop debian specific autostart desktop location
     - use dh-autoreconf there
   * debian/source_gnome-screensaver.py:
     - ubuntu apport hook
 .
 gnome-screensaver (3.2.0-1) experimental; urgency=low
 .
   * New upstream release
   * debian/control.in: Bump libgnome-desktop-3-dev b-d
 .
 gnome-screensaver (3.0.1-3) unstable; urgency=low
 .
   * Bump dependency on gnome-session-bin to (>= 3.0) to avoid partial upgrades
     which can result in having the screen no longer locked on lid-close.
     Closes: #645427
 .
 gnome-screensaver (3.0.1-2) unstable; urgency=low
 .
   * Remove obsolete gnome-screensavers.menu conffile on upgrades.
     Closes: #645448
 .
 gnome-screensaver (3.0.1-1) unstable; urgency=low
 .
   * Upload to unstable.
   * New upstream release.
   * debian/watch:
     - Switch to .xz tarballs.
   * debian/control:
     - Remove Build-Depends on libgnome-menu-dev.
     - Set pkg-gnome-maintainers at lists.alioth.debian.org as Maintainer.
     - Bump Standards-Version to 3.9.2. No further changes.
   * Bump debhelper compatibility level to 8.
Checksums-Sha1: 
 e42fb59cbeb7b3c67c663f0b1a322de94c012edc 1966 gnome-screensaver_3.2.0-1ubuntu1.dsc
 69c87cd60f76a3a6626970c3dd3fd8f72fda542f 566084 gnome-screensaver_3.2.0.orig.tar.xz
 250ca143a272a21c8fb60885a56c5770041f7d4c 17656 gnome-screensaver_3.2.0-1ubuntu1.debian.tar.gz
Checksums-Sha256: 
 20fe5bbe56758aa20369d18fc44ec96c33599cb02aa7242f5832300395238abc 1966 gnome-screensaver_3.2.0-1ubuntu1.dsc
 305f4a5be8736c4cf5e55b8288b7e177907bafa26e39273d1bb65ad1862295ed 566084 gnome-screensaver_3.2.0.orig.tar.xz
 83c8d7ac73fd35d7197d4a2f3dc2cd4985e61093a2dc499bbf7cef21a07d3bc9 17656 gnome-screensaver_3.2.0-1ubuntu1.debian.tar.gz
Files: 
 bca8adff864f1130e2ece976c86ba07a 1966 gnome optional gnome-screensaver_3.2.0-1ubuntu1.dsc
 53fdcff388fadbc788571724874d5ab6 566084 gnome optional gnome-screensaver_3.2.0.orig.tar.xz
 7982d16952176b0da8dbe97b260cac85 17656 gnome optional gnome-screensaver_3.2.0-1ubuntu1.debian.tar.gz
Original-Maintainer: Guilherme de S. Pastore <gpastore at debian.org>

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)

iEYEARECAAYFAk7LvrwACgkQQxo87aLX0pJCNgCgqOHWN0hUleMjeif9LRQHt/Fz
YUwAoNXTgfJPv/jBv+jVs3A+zuyH5BuU
=AAtR
-----END PGP SIGNATURE-----


More information about the Precise-changes mailing list