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

Sjoerd Simons sjoerd at costa.debian.org
Mon Sep 4 21:20:08 UTC 2006


Author: sjoerd
Date: 2006-09-04 21:20:07 +0000 (Mon, 04 Sep 2006)
New Revision: 991

Modified:
   packages/unstable/hal/debian/changelog
   packages/unstable/hal/debian/patches/21_acpi_support.patch
Log:
* debian/hal.postinst: Don't create a homedir for hal.
  already takes care of that.
* debian/patches/21_acpi_support.patch: 
  - Updated. Use the force argument to the sleep and hibernate call 
  (Closes: #384120)

Modified: packages/unstable/hal/debian/changelog
===================================================================
--- packages/unstable/hal/debian/changelog	2006-09-04 21:14:58 UTC (rev 990)
+++ packages/unstable/hal/debian/changelog	2006-09-04 21:20:07 UTC (rev 991)
@@ -11,15 +11,19 @@
     callouts. Also mention how hal's acpi addon interacts with acpid.
   * debian/hal.dirs: Remove /var/run/hal from hal.dirs. Let the init scripts
     takes care of its creation.  (Closes: #385270)
-  * debian/hal.postinst: Don't create a homedir for hal. 
+  * debian/hal.postinst: Don't create a homedir for hal.
   * debian/hal.preinst: Remove the old hal user. As deluser --system only
     removes system users this should be safe.
   * debian/hal.postrm: Don't delgroup the daemon user on purge, deluser
-    already takes care of that. 
+    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 
+    (Closes: #384120)
 
- -- Sjoerd Simons <sjoerd at debian.org>  Mon,  4 Sep 2006 22:08:28 +0200
+ -- Sjoerd Simons <sjoerd at debian.org>  Mon,  4 Sep 2006 23:19:06 +0200
 
+
 hal (0.5.7.1-1) unstable; urgency=low
 
   [ Sjoerd Simons ]

Modified: packages/unstable/hal/debian/patches/21_acpi_support.patch
===================================================================
--- packages/unstable/hal/debian/patches/21_acpi_support.patch	2006-09-04 21:14:58 UTC (rev 990)
+++ packages/unstable/hal/debian/patches/21_acpi_support.patch	2006-09-04 21:20:07 UTC (rev 991)
@@ -7,7 +7,7 @@
  		RET=$?
 +	elif [ -x "/etc/acpi/hibernate.sh" ] ; then
 +		# acpi-support installed
-+		/etc/acpi/hibernate.sh
++		/etc/acpi/hibernate.sh force
 +		RET=$?
  	elif [ -w "/sys/power/state" ] &&
         [  "$HAL_PROP_POWER_MANAGEMENT_TYPE" != pmu ] ; then
@@ -21,7 +21,7 @@
  		RET=$?
 +	elif [ -x "/etc/acpi/sleep.sh" ] ; then
 +		# Use acpi-support for suspend to ram 
-+		/etc/acpi/sleep.sh
++		/etc/acpi/sleep.sh force
 +		RET=$?
  	elif [ -w "/sys/power/state" ] ; then
  	    # Use the raw kernel sysfs interface




More information about the Pkg-utopia-commits mailing list