tags 584179 + patch
thanks

On Wed, 02 Jun 2010 at 10:01:25 +0800, [email protected] wrote:
> Setting up nodm (0.7-1) ...
> update-rc.d: warning: nodm stop runlevel arguments (0 1 6) do not match LSB 
> Default-Stop values (none)

I think the attached patch fixes this.

"dh_installinit -r" is apparently equivalent, if you like minimalism.

    S
>From 177c7b5aafe5578d8a23b990fe884c88a08e5fd9 Mon Sep 17 00:00:00 2001
From: Simon McVittie <[email protected]>
Date: Fri, 2 May 2014 18:10:05 +0100
Subject: [PATCH] Rely on LSB headers for dependency/sequence info (Closes:
 #584179)

---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 95367de..a7499e9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,4 +10,4 @@ override_dh_auto_test:
 	#make check
 
 override_dh_installinit:
-	dh_installinit -r -u "defaults 30 01"
+	dh_installinit -r -- defaults
-- 
2.0.0.rc0

Reply via email to