[debhelper-devel] [debhelper] 10/21: dh_installsystemd: Drop now unnecessary dependency on init-system-helpers

Niels Thykier nthykier at moszumanska.debian.org
Fri Oct 13 18:27:20 UTC 2017


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

nthykier pushed a commit to branch master
in repository debhelper.

commit 773b0357eaecc62297e9ef43653e0df62b1589df
Author: Niels Thykier <niels at thykier.net>
Date:   Sun Oct 8 14:46:45 2017 +0000

    dh_installsystemd: Drop now unnecessary dependency on init-system-helpers
    
    Signed-off-by: Niels Thykier <niels at thykier.net>
---
 dh_installsystemd | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/dh_installsystemd b/dh_installsystemd
index da54689..75f905d 100755
--- a/dh_installsystemd
+++ b/dh_installsystemd
@@ -361,10 +361,6 @@ foreach my $package (@{$dh{DOPACKAGES}}) {
 		# always stop service
 		$start_autoscript->("prerm", "prerm-systemd");
 	}
-
-	# init-system-helpers ships deb-systemd-helper which we use in our
-	# autoscripts
-	addsubstvar($package, "misc:Depends", "init-system-helpers (>= 1.18~)");
 }
 
 =head1 SEE ALSO

-- 
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