[debhelper-devel] [debhelper] 01/01: dh_systemd_enable: Drop now unnecessary init-system-helpers dependency

Niels Thykier nthykier at moszumanska.debian.org
Sun Oct 8 09:43:46 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 c59b24ca300b2cce3f33a75096b000455e0f309e
Author: Niels Thykier <niels at thykier.net>
Date:   Sun Oct 8 09:42:41 2017 +0000

    dh_systemd_enable: Drop now unnecessary init-system-helpers dependency
    
    Signed-off-by: Niels Thykier <niels at thykier.net>
---
 debian/changelog  | 2 ++
 dh_systemd_enable | 4 ----
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 5e62c31..ac38fb6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -25,6 +25,8 @@ debhelper (10.9.1) UNRELEASED; urgency=medium
   * dh_systemd_enable: Fix regression in debhelper/10.9 where
     template units would be installed as regular units (and
     possibly replace regular units).
+  * dh_systemd_enable: Drop versioned dependency on
+    init-system-helpers that is satisfied in oldstable.
 
   [ Dmitry Shachnev ]
   * qmake.pm: Add basic cross-building support.  (Closes: #877357)
diff --git a/dh_systemd_enable b/dh_systemd_enable
index d968620..db68b03 100755
--- a/dh_systemd_enable
+++ b/dh_systemd_enable
@@ -253,10 +253,6 @@ foreach my $package (@{$dh{DOPACKAGES}}) {
 		}
 	}
 	autoscript($package, 'postrm', 'postrm-systemd', {'UNITFILES' => $unitargs });
-
-	# 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