[Debian-eeepc-commits] [SCM] Maintenance of eeepc-acpi-scripts debian package branch, master, updated. 1.1.1-19-g8f2b681

Darren Salt linux at youmustbejoking.demon.co.uk
Sat Jul 25 11:33:37 UTC 2009


The following commit has been merged in the master branch:
commit 8f2b6814a6fd02d5e8fc5dd37db0525b09119d4c
Author: Darren Salt <linux at youmustbejoking.demon.co.uk>
Date:   Sat Jul 25 12:14:32 2009 +0100

    Only run the init script while booting to avoid altering current settings.

diff --git a/debian/changelog b/debian/changelog
index 13e8dd2..bfd5f2b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,8 @@ eeepc-acpi-scripts (1.1.2) UNRELEASED; urgency=low
     downclocking when on battery (default is fastest/slowest).
   * Add an option for preferring to use the 'Master' control for volume
     control & muting. Off by default; normally takes effect while booting.
+  * Don't run the init script on installation or upgrade; just while
+    booting. This avoids altering current settings.
 
   [ Thiemo Nagel ]
   * spelling fix in the default file
diff --git a/debian/rules b/debian/rules
index fbffdb6..6d5262a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -30,7 +30,7 @@ binary-indep: build install
 	dh_testroot
 	dh_installchangelogs
 	dh_installdocs
-	dh_installinit
+	dh_installinit --no-start
 	dh_compress
 	dh_link
 	dh_fixperms

-- 
Maintenance of eeepc-acpi-scripts debian package



More information about the Debian-eeepc-commits mailing list