[debhelper-devel] [debhelper] 01/03: dh_installinit: Actually enable -R in compat 10.

Niels Thykier nthykier at moszumanska.debian.org
Sun Jul 31 18:23:14 UTC 2016


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

nthykier pushed a commit to branch master
in repository debhelper.

commit bac7d66837986382c55b46e78c6bd38c892abca0
Author: Peter Pentchev <roam at ringlet.net>
Date:   Tue Jul 19 14:44:49 2016 +0300

    dh_installinit: Actually enable -R in compat 10.
    
    Signed-off-by: Niels Thykier <niels at thykier.net>
---
 dh_installinit | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dh_installinit b/dh_installinit
index 981707b..812b03d 100755
--- a/dh_installinit
+++ b/dh_installinit
@@ -164,7 +164,7 @@ instances of the same text to be added to maintainer scripts.
 
 =cut
 
-$dh{RESTART_AFTER_UPGRADE} = 1 if not compat(10);
+$dh{RESTART_AFTER_UPGRADE} = 1 if not compat(9);
 
 init(options => {
 	"r" => \$dh{R_FLAG},

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




More information about the debhelper-devel mailing list