[ubuntu/maverick] gnome-screensaver 2.30.0-1ubuntu1 (Accepted)
Robert Ancell
robert.ancell at canonical.com
Mon Jun 7 05:15:18 BST 2010
gnome-screensaver (2.30.0-1ubuntu1) maverick; urgency=low
* Merge from Debian unstable, remaining Ubuntu changes:
* debian/control:
- Don't build-depend on intltool
- Bump build-dependency on libdbus-glib-1-dev
- Add build-depend on libxtst-dev
- Add Vcs-Bzr tag
- Don't depend on gnome-session; 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
- Move rss-glx from recommends to suggests
- Recommend xscreensaver-data and screensaver-gl
- Suggest xscreensaver-data-extra and screensaver-gl-extra
* debian/rules:
- Don't use debian/po-up, translation updates will be provided via
langpacks.
- don't ship the popsquares screensaver, this is already in
xscreensaver-data
* debian/gconf-defaults:
- Dropped
* debian/gnome-screensaver-command.1:
* debian/gnome-screensaver-preferences.1:
* debian/gnome-screensaver.1:
* debian/gnome-screensaver.manpages:
- Add man pages
* debian/gnome-screensaver.docs:
- Don't install docs
* debian/gnome-screensaver.install
- Install apport hook
- Install D-Bus service
- Don't install Debian specific screensaver
* debian/org.gnome.ScreenSaver.service:
- Provide a D-Bus service file so gnome-screensaver gets respawned if it
dies. This ensures screen locking will work more reliably.
* debian/source_gnome-screensaver.py
- Apport hook
* debian/patches/02_keep_unlock_raised.patch:
- ?
* debian/patches/03_fix_ltsp-fading.patch:
- Don't fade on LTSP
* debian/patches/04_force_blank_only_on_ltsp.patch:
- Disable graphics intensive modes for LTSP
* debian/patches/05_locking_for_compiz.patch:
- Stop Compiz keyboard shortcuts working when screen is locked
* 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. Thanks to Reinhard
Tartler for the hint
* debian/patches/11_autostart_delay.patch:
- Delay autostarting the screensaver for 5 seconds after the start
of the session
* debian/patches/12_use_dbus_service.patch:
- gnome-screensaver-command should use D-Bus to start gnome-screensaver
if it is not running.
* 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 LP: #546578 and prevent
the screen remaining blank after user switching. The screensaver
will still fade-in on idle though
* 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/watch:
- Watch for unstable versions to get unstable version
Date: Mon, 07 Jun 2010 14:08:59 +1000
Changed-By: Robert Ancell <robert.ancell at canonical.com>
Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/maverick/+source/gnome-screensaver/2.30.0-1ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Mon, 07 Jun 2010 14:08:59 +1000
Source: gnome-screensaver
Binary: gnome-screensaver
Architecture: source
Version: 2.30.0-1ubuntu1
Distribution: maverick
Urgency: low
Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Robert Ancell <robert.ancell at canonical.com>
Description:
gnome-screensaver - GNOME screen saver and locker
Launchpad-Bugs-Fixed: 546578
Changes:
gnome-screensaver (2.30.0-1ubuntu1) maverick; urgency=low
.
* Merge from Debian unstable, remaining Ubuntu changes:
* debian/control:
- Don't build-depend on intltool
- Bump build-dependency on libdbus-glib-1-dev
- Add build-depend on libxtst-dev
- Add Vcs-Bzr tag
- Don't depend on gnome-session; 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
- Move rss-glx from recommends to suggests
- Recommend xscreensaver-data and screensaver-gl
- Suggest xscreensaver-data-extra and screensaver-gl-extra
* debian/rules:
- Don't use debian/po-up, translation updates will be provided via
langpacks.
- don't ship the popsquares screensaver, this is already in
xscreensaver-data
* debian/gconf-defaults:
- Dropped
* debian/gnome-screensaver-command.1:
* debian/gnome-screensaver-preferences.1:
* debian/gnome-screensaver.1:
* debian/gnome-screensaver.manpages:
- Add man pages
* debian/gnome-screensaver.docs:
- Don't install docs
* debian/gnome-screensaver.install
- Install apport hook
- Install D-Bus service
- Don't install Debian specific screensaver
* debian/org.gnome.ScreenSaver.service:
- Provide a D-Bus service file so gnome-screensaver gets respawned if it
dies. This ensures screen locking will work more reliably.
* debian/source_gnome-screensaver.py
- Apport hook
* debian/patches/02_keep_unlock_raised.patch:
- ?
* debian/patches/03_fix_ltsp-fading.patch:
- Don't fade on LTSP
* debian/patches/04_force_blank_only_on_ltsp.patch:
- Disable graphics intensive modes for LTSP
* debian/patches/05_locking_for_compiz.patch:
- Stop Compiz keyboard shortcuts working when screen is locked
* 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. Thanks to Reinhard
Tartler for the hint
* debian/patches/11_autostart_delay.patch:
- Delay autostarting the screensaver for 5 seconds after the start
of the session
* debian/patches/12_use_dbus_service.patch:
- gnome-screensaver-command should use D-Bus to start gnome-screensaver
if it is not running.
* 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 LP: #546578 and prevent
the screen remaining blank after user switching. The screensaver
will still fade-in on idle though
* 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/watch:
- Watch for unstable versions to get unstable version
Checksums-Sha1:
d8bc0e850c61851a687c903afca94cbcb0cff07d 1956 gnome-screensaver_2.30.0-1ubuntu1.dsc
24a80805bf32160c017052f59e9d59e2addadf6f 13980 gnome-screensaver_2.30.0-1ubuntu1.diff.gz
Checksums-Sha256:
a4dadbc3622d3f09768ed90bed03aa1f80b3c18ee15436805555654e3cad7040 1956 gnome-screensaver_2.30.0-1ubuntu1.dsc
66d26bbf400411e7c2e73ab45313b02c4b5fe037b0f03c16f385b3b4e8d98d06 13980 gnome-screensaver_2.30.0-1ubuntu1.diff.gz
Files:
ee4576b7387ba4c9d4023e1427eee636 1956 gnome optional gnome-screensaver_2.30.0-1ubuntu1.dsc
5fecf6544056a5bbc8a3660161efb31d 13980 gnome optional gnome-screensaver_2.30.0-1ubuntu1.diff.gz
Original-Maintainer: Guilherme de S. Pastore <gpastore at debian.org>
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
iEYEARECAAYFAkwMcWkACgkQGOqhiQ98iC6PFgCeJM8G2JJkF1Cqdc3YvRq01MvX
kZQAoKvwE/9ZF5WbtUMeZOpC+uPv0qr9
=UcMc
-----END PGP SIGNATURE-----
More information about the Maverick-changes
mailing list