r23202 - in /desktop/unstable/gnome-power-manager/debian: changelog patches/07-bugreport-upower.patch patches/series
biebl at users.alioth.debian.org
biebl at users.alioth.debian.org
Fri Mar 5 21:22:15 UTC 2010
Author: biebl
Date: Fri Mar 5 21:22:14 2010
New Revision: 23202
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=23202
Log:
* debian/patches/07-bugreport-upower.patch
- Call upower instead of devkit-power in bug report script.
Added:
desktop/unstable/gnome-power-manager/debian/patches/07-bugreport-upower.patch
Modified:
desktop/unstable/gnome-power-manager/debian/changelog
desktop/unstable/gnome-power-manager/debian/patches/series
Modified: desktop/unstable/gnome-power-manager/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-power-manager/debian/changelog?rev=23202&op=diff
==============================================================================
--- desktop/unstable/gnome-power-manager/debian/changelog [utf-8] (original)
+++ desktop/unstable/gnome-power-manager/debian/changelog [utf-8] Fri Mar 5 21:22:14 2010
@@ -6,6 +6,8 @@
- The org.freedesktop.DeviceKit.Disks D-Bus interface name was changed to
org.freedesktop.UDisks. Update gnome-power-manager's disk spindown code
accordingly.
+ * debian/patches/07-bugreport-upower.patch
+ - Call upower instead of devkit-power in bug report script.
-- Michael Biebl <biebl at debian.org> Fri, 05 Mar 2010 18:36:38 +0100
Added: desktop/unstable/gnome-power-manager/debian/patches/07-bugreport-upower.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-power-manager/debian/patches/07-bugreport-upower.patch?rev=23202&op=file
==============================================================================
--- desktop/unstable/gnome-power-manager/debian/patches/07-bugreport-upower.patch (added)
+++ desktop/unstable/gnome-power-manager/debian/patches/07-bugreport-upower.patch [utf-8] Fri Mar 5 21:22:14 2010
@@ -1,0 +1,15 @@
+Index: gnome-power-manager-2.28.3/tools/gnome-power-bugreport.sh
+===================================================================
+--- gnome-power-manager-2.28.3.orig/tools/gnome-power-bugreport.sh 2010-03-05 22:19:42.844012736 +0100
++++ gnome-power-manager-2.28.3/tools/gnome-power-bugreport.sh 2010-03-05 22:20:35.192020279 +0100
+@@ -76,8 +76,8 @@
+
+ OS=`uname -s`
+
+-echo "DeviceKit data:"
+-devkit-power --dump
++echo "UPower data:"
++upower --dump
+
+ echo "GNOME Power Manager Process Information:"
+ if [ "$OS" = "SunOS" ]; then
Modified: desktop/unstable/gnome-power-manager/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-power-manager/debian/patches/series?rev=23202&op=diff
==============================================================================
--- desktop/unstable/gnome-power-manager/debian/patches/series [utf-8] (original)
+++ desktop/unstable/gnome-power-manager/debian/patches/series [utf-8] Fri Mar 5 21:22:14 2010
@@ -1,6 +1,7 @@
02_autostart_init.patch
04_cast-align.patch
06-bugreport-debian.patch
+07-bugreport-upower.patch
08-desktop-bugreport-path.patch
09-inhibit-consolekit-events-after-resume.patch
10-do-not-exit-if-hal-is-not-available.patch
More information about the pkg-gnome-commits
mailing list