[Andreas Henriksson]
> I put the new versioned dependency on the wrong line (spotted by mbiebl).
> Fixed patch attached.
Not only that, you change the formatting of the list without a clear
need:
> --- a/debian/control
> +++ b/debian/control
> @@ -64,14 +64,16 @@ Architecture: any
> Conflicts: last, sysvconfig, chkconfig (<< 11.0-79.1-2), startpar (<< 0.58-2)
> Replaces: last, sysvinit (<= 2.86.ds1-65)
> Depends: ${shlibs:Depends}, ${misc:Depends}
> - , startpar
> + , startpar,
> +# sulogin, last, lastb and mesg was moved to the util-linux package
> + util-linux (>= 2.26.2-3)
The comma is in the front to ensure only the lines that need to be
changed are changed. Use this formatting instead:
, startpar
# sulogin, last, lastb and mesg was moved to the util-linux package
, util-linux (>= 2.26.2-3)
This way the startpar line do not need to change and the diff is smaller
and clearer.
I suspect there are no active sysvinit maintainers any more. I've
retired due to lack of time, and hope the others will handle this.
--
Happy hacking
Petter Reinholdtsen
_______________________________________________
Pkg-sysvinit-devel mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-sysvinit-devel