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

Sjoerd Simons sjoerd at costa.debian.org
Mon Sep 4 21:24:39 UTC 2006


Author: sjoerd
Date: 2006-09-04 21:24:39 +0000 (Mon, 04 Sep 2006)
New Revision: 992

Modified:
   packages/unstable/hal/debian/changelog
   packages/unstable/hal/debian/patches/19_sonypi_support.patch
Log:
* debian/patches/21_acpi_support.patch:
  - Updated. Use the force argument to the sleep and hibernate call
* debian/patches/debian/patches/19_sonypi_support.patch:
  - Updated. The spicctrl tool is installed in a different location on
  debian then what upstream assumes. 

Modified: packages/unstable/hal/debian/changelog
===================================================================
--- packages/unstable/hal/debian/changelog	2006-09-04 21:20:07 UTC (rev 991)
+++ packages/unstable/hal/debian/changelog	2006-09-04 21:24:39 UTC (rev 992)
@@ -17,11 +17,14 @@
   * debian/hal.postrm: Don't delgroup the daemon user on purge, deluser
     already takes care of that.
   * debian/hal.postrm: Remove the /var/run/hal dir on purge
-  * debian/patches/21_acpi_support.patch: 
-    - Updated. Use the force argument to the sleep and hibernate call 
+  * debian/patches/21_acpi_support.patch:
+    - Updated. Use the force argument to the sleep and hibernate call
     (Closes: #384120)
+  * debian/patches/debian/patches/19_sonypi_support.patch:
+    - Updated. The spicctrl tool is installed in a different location on
+    debian then what upstream assumes. 
 
- -- Sjoerd Simons <sjoerd at debian.org>  Mon,  4 Sep 2006 23:19:06 +0200
+ -- Sjoerd Simons <sjoerd at debian.org>  Mon,  4 Sep 2006 23:22:49 +0200
 
 
 hal (0.5.7.1-1) unstable; urgency=low

Modified: packages/unstable/hal/debian/patches/19_sonypi_support.patch
===================================================================
--- packages/unstable/hal/debian/patches/19_sonypi_support.patch	2006-09-04 21:20:07 UTC (rev 991)
+++ packages/unstable/hal/debian/patches/19_sonypi_support.patch	2006-09-04 21:24:39 UTC (rev 992)
@@ -9,7 +9,7 @@
 +		# spicctrl -B
 +		# 70
 +		# 0..255
-+		value="`/usr/sbin/spicctrl -B`"
++		value="`/usr/bin/spicctrl -B`"
 +		RETVAL=$?
 +		if [ $RETVAL != 0 ]; then
 +			echo "org.freedesktop.Hal.Device.LaptopPanel.NotSupported" >&2
@@ -37,7 +37,7 @@
  
 +if [ "$HAL_PROP_LAPTOP_PANEL_ACCESS_METHOD" == "sonypi" ]; then
 +	# spicctrl -b "{0..255}"
-+	/usr/sbin/spicctrl -b ${value}
++	/usr/bin/spicctrl -b ${value}
 +	exit 0
 +fi
 +




More information about the Pkg-utopia-commits mailing list