[Pkg-utopia-commits] r1069 - in packages/unstable/hal/debian: . patches

Sjoerd Simons sjoerd at costa.debian.org
Wed Oct 18 21:49:14 UTC 2006


Author: sjoerd
Date: 2006-10-18 21:49:14 +0000 (Wed, 18 Oct 2006)
New Revision: 1069

Added:
   packages/unstable/hal/debian/patches/14_power_suspend_linux_pmu_fix.patch
Removed:
   packages/unstable/hal/debian/patches/14_powe_suspend_linux_pmu_fix.patch
Modified:
   packages/unstable/hal/debian/changelog
Log:
Fix stupid typo

Modified: packages/unstable/hal/debian/changelog
===================================================================
--- packages/unstable/hal/debian/changelog	2006-10-18 21:48:10 UTC (rev 1068)
+++ packages/unstable/hal/debian/changelog	2006-10-18 21:49:14 UTC (rev 1069)
@@ -8,7 +8,7 @@
     - Added. Fix some bashisms in the hal callout scripts (Closes: #393203)
   * debian/patches/02_powerscripts.patch
     - Updated. Use s2ram instead of s2both to let uswsusp suspend to ram
-  * debian/patches/14_powe_suspend_linux_pmu_fix.patch 
+  * debian/patches/14_power_suspend_linux_pmu_fix.patch 
     - Added. Use the correct hal property to check the powermanagement type.
     (Closes: #388558)
 

Deleted: packages/unstable/hal/debian/patches/14_powe_suspend_linux_pmu_fix.patch
===================================================================
--- packages/unstable/hal/debian/patches/14_powe_suspend_linux_pmu_fix.patch	2006-10-18 21:48:10 UTC (rev 1068)
+++ packages/unstable/hal/debian/patches/14_powe_suspend_linux_pmu_fix.patch	2006-10-18 21:49:14 UTC (rev 1069)
@@ -1,23 +0,0 @@
-commit 188a8a5a7aa66ea48af96cda70bac300bb8bc9bc
-Author: Sjoerd Simons <sjoerd at luon.net>
-Date:   Wed Oct 18 23:44:35 2006 +0200
-
-    use $HAL_PROP_POWER_MANAGEMENT_TYPE to check the power management type
-    
-    HAL_PROP_LAPTOP_PANEL_ACCESS_METHOD was used to check if the
-    powermanagement type, which isn't set on the root object. Using
-    HAL_PROP_POWER_MANAGEMENT_TYPE fixes suspend on pmu machines
-
-diff --git a/tools/linux/hal-system-power-suspend-linux b/tools/linux/hal-system-power-suspend-linux
-index 6842cc0..dad5198 100755
---- a/tools/linux/hal-system-power-suspend-linux
-+++ b/tools/linux/hal-system-power-suspend-linux
-@@ -19,7 +19,7 @@ unsupported() {
- read seconds_to_sleep
- 
- #PMU systems cannot use /sys/power/state yet, so use a helper to issue an ioctl
--if [ "$HAL_PROP_LAPTOP_PANEL_ACCESS_METHOD" = "pmu" ]; then
-+if [ "$HAL_PROP_POWER_MANAGEMENT_TYPE" = "pmu" ]; then
- 	hal-system-power-pmu sleep
- 	if [ $? -ne 0 ]; then
- 		echo "org.freedesktop.Hal.Device.SystemPowerManagement.NotSupported" >&2

Copied: packages/unstable/hal/debian/patches/14_power_suspend_linux_pmu_fix.patch (from rev 1068, packages/unstable/hal/debian/patches/14_powe_suspend_linux_pmu_fix.patch)
===================================================================
--- packages/unstable/hal/debian/patches/14_power_suspend_linux_pmu_fix.patch	                        (rev 0)
+++ packages/unstable/hal/debian/patches/14_power_suspend_linux_pmu_fix.patch	2006-10-18 21:49:14 UTC (rev 1069)
@@ -0,0 +1,23 @@
+commit 188a8a5a7aa66ea48af96cda70bac300bb8bc9bc
+Author: Sjoerd Simons <sjoerd at luon.net>
+Date:   Wed Oct 18 23:44:35 2006 +0200
+
+    use $HAL_PROP_POWER_MANAGEMENT_TYPE to check the power management type
+    
+    HAL_PROP_LAPTOP_PANEL_ACCESS_METHOD was used to check if the
+    powermanagement type, which isn't set on the root object. Using
+    HAL_PROP_POWER_MANAGEMENT_TYPE fixes suspend on pmu machines
+
+diff --git a/tools/linux/hal-system-power-suspend-linux b/tools/linux/hal-system-power-suspend-linux
+index 6842cc0..dad5198 100755
+--- a/tools/linux/hal-system-power-suspend-linux
++++ b/tools/linux/hal-system-power-suspend-linux
+@@ -19,7 +19,7 @@ unsupported() {
+ read seconds_to_sleep
+ 
+ #PMU systems cannot use /sys/power/state yet, so use a helper to issue an ioctl
+-if [ "$HAL_PROP_LAPTOP_PANEL_ACCESS_METHOD" = "pmu" ]; then
++if [ "$HAL_PROP_POWER_MANAGEMENT_TYPE" = "pmu" ]; then
+ 	hal-system-power-pmu sleep
+ 	if [ $? -ne 0 ]; then
+ 		echo "org.freedesktop.Hal.Device.SystemPowerManagement.NotSupported" >&2




More information about the Pkg-utopia-commits mailing list