[debhelper-devel] [debhelper] 02/03: dh_systemd_start: --restart-after-upgrade 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 1545ccb3ef34991821883291e04bb04b996d44c5
Author: Peter Pentchev <roam at ringlet.net>
Date:   Tue Jul 19 14:58:51 2016 +0300

    dh_systemd_start: --restart-after-upgrade in compat 10.
    
    Signed-off-by: Niels Thykier <niels at thykier.net>
---
 dh_systemd_start | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dh_systemd_start b/dh_systemd_start
index 2aa5ea9..9914bbd 100755
--- a/dh_systemd_start
+++ b/dh_systemd_start
@@ -76,7 +76,7 @@ B<dh_systemd_start> manually.
 
 =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