[Pkg-systemd-maintainers] dh-systemd from backports injects init-system-helpers dependency from jessie/sid

Apollon Oikonomopoulos apoikos at gmail.com
Mon Nov 4 08:37:49 GMT 2013


(Cc'ing the systemd maintainers as well, apologies for the noise)

On 10:07 Mon 04 Nov     , Apollon Oikonomopoulos wrote:
> 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


-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://alioth-lists.debian.net/pipermail/pkg-systemd-maintainers/attachments/20131104/d90948fa/attachment-0002.sig>


More information about the Pkg-systemd-maintainers mailing list