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

Damyan Ivanov dmn at debian.org
Fri Sep 11 14:43:42 UTC 2009


The following commit has been merged in the master branch:
commit 3ae60fa6bfb325156515883427d1cd2f5a109993
Author: Damyan Ivanov <dmn at debian.org>
Date:   Fri Sep 11 17:39:11 2009 +0300

    rules: call dh_installinit with -u'start 20 2 3 4 5 .'
    
    this prevents installing stop init.d symlinks as eeepc-acpi-scripts init.d
    script doesn't need to be run during system shutdown

diff --git a/debian/changelog b/debian/changelog
index 654c1a8..dd2085e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,11 @@ eeepc-acpi-scripts (1.1.3) UNRELEASED; urgency=low
   * Init script fixups for when /etc/default/eeepc-acpi-scripts is missing;
     ensure that we default to "automatic" for our S.H.E. handling. 
 
+  [ Damyan Ivanov ]
+  * rules: call dh_installinit with -u'start 20 2 3 4 5 .' to prevent
+    installing stop init.d symlinks as eeepc-acpi-scripts init.d script
+    doesn't need to be run during system shutdown
+
  -- Darren Salt <linux at youmustbejoking.demon.co.uk>  Fri, 14 Aug 2009 13:10:21 +0100
 
 eeepc-acpi-scripts (1.1.2) unstable; urgency=low
diff --git a/debian/rules b/debian/rules
index 6d5262a..c1e19f5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -30,7 +30,7 @@ binary-indep: build install
 	dh_testroot
 	dh_installchangelogs
 	dh_installdocs
-	dh_installinit --no-start
+	dh_installinit --no-start -u'start 20 2 3 4 5 .'
 	dh_compress
 	dh_link
 	dh_fixperms

-- 
Maintenance of eeepc-acpi-scripts debian package



More information about the Debian-eeepc-commits mailing list