diff options
Diffstat (limited to 'script/dh_systemd_enable')
-rwxr-xr-x | script/dh_systemd_enable | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/script/dh_systemd_enable b/script/dh_systemd_enable index 680c09d..63f2e3d 100755 --- a/script/dh_systemd_enable +++ b/script/dh_systemd_enable @@ -168,7 +168,7 @@ foreach my $package (@{$dh{DOPACKAGES}}) { # init-system-helpers ships deb-systemd-helper which we use in our # autoscripts - addsubstvar($package, "misc:Depends", "init-system-helpers (>= 1.4)"); + addsubstvar($package, "misc:Depends", "init-system-helpers (>= 1.5)"); } =head1 SEE ALSO |