Hi On Sunday 14 July 2013, Roger Leigh wrote: […] > Does the following patch help? It looks like it might have always been > missing the perl dependency.
I did try "cdebootstrap -v --arch=amd64 --flavour=minimal --include=perl-modules sid /mnt/ http://ftp.de.debian.org/debian/", which had no effect. Unfortunately neither cdebootstrap nor debootstrap allow using additional mirrors to supersede or override particular packages from the bootstrapping phase, which makes it a little difficult to test; even trying to sneak it into the downloaded packages before their respective unpacking didn't help here. > diff --git a/debian/changelog b/debian/changelog > index d4a5972..07a7426 100644 > --- a/debian/changelog > +++ b/debian/changelog > @@ -1,3 +1,11 @@ > +sysvinit (2.88dsf-43) UNRELEASED; urgency=low > + > + [ Roger Leigh ] > + * sysv-rc: Add ${perl:Depends} to ensure correct dependency on perl. > + Closes: #716923. > + > + -- Roger Leigh <rle...@debian.org> Sun, 14 Jul 2013 22:02:11 +0100 > + > sysvinit (2.88dsf-42) unstable; urgency=low > > [ Roger Leigh ] > diff --git a/debian/control b/debian/control > index 7dd998d..2834f6b 100644 > --- a/debian/control > +++ b/debian/control > @@ -58,7 +58,7 @@ Conflicts: file-rc > Replaces: file-rc > Suggests: sysv-rc-conf, bum > Depends: > - ${misc:Depends}, > + ${misc:Depends}, ${perl:Depends}, > sysvinit-utils (>= 2.86.ds1-62), > insserv (>> 1.12.0-10) > Breaks: initscripts (<< 2.86.ds1-63) Regards Stefan Lippers-Hollmann
signature.asc
Description: This is a digitally signed message part.