[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

dh-systemd from backports injects init-system-helpers dependency from jessie/sid



Hi,

As Christos (Cc'd) pointed out, the current version of dh-systemd in 
wheezy-backports (1.11~bpo70) injects a dependency for 
init-system-helpers (>= 1.11), which can't be satisfied using 
wheezy-backports (which contains 1.11~bpo70). This dependency comes from 
a hardcoded misc:Depends substvar in dh_systemd_enable:209. The backport 
should probably have something like this applied:

--------------8<--------------

diff --git a/script/dh_systemd_enable b/script/dh_systemd_enable
index e197e1a..329adb3 100755
--- a/script/dh_systemd_enable
+++ b/script/dh_systemd_enable
@@ -206,7 +206,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.11)");
+       addsubstvar($package, "misc:Depends", "init-system-helpers (>= 1.11~)");
 }
 
 =head1 SEE ALSO

--------------8<--------------

Regards,
Apollon

Attachment: signature.asc
Description: Digital signature


Reply to: