[nethack] 14/31: Remove obsolete call to update-rc.d start

James Cowgill jcowgill-guest at moszumanska.debian.org
Mon Mar 7 17:54:20 UTC 2016


This is an automated email from the git hooks/post-receive script.

jcowgill-guest pushed a commit to branch master
in repository nethack.

commit 75c468f0d697c48f26070cc543e20121f37c4211
Author: James Cowgill <james410 at cowgill.org.uk>
Date:   Fri Mar 4 14:48:15 2016 +0000

    Remove obsolete call to update-rc.d start
    
    This is no longer supported by update-rc.d. Using the defaults seems to work
    ok.
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 3fcb333..873fb0a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -62,7 +62,7 @@ override_dh_auto_clean:
 	find . -name Makefile -print0 | xargs -r -0 --no-run-if-empty rm
 
 override_dh_installinit:
-	dh_installinit --no-start -pnethack-common -- 'start 18 2 3 4 5 .'
+	dh_installinit --no-start
 
 override_dh_fixperms:
 	dh_fixperms

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/nethack.git



More information about the Pkg-games-commits mailing list