Hi Alejandro, Alejandro Colomar <[email protected]> ezt írta (időpont: 2023. márc. 5., V, 20:44): > > Package: passwd > Source: shadow > Tags: patch > X-Debbugs-CC: Bálint Réczey <[email protected]> > X-Debbugs-CC: Iker Pedrosa <[email protected]> > X-Debbugs-CC: Serge Hallyn <[email protected]> > > Signed-off-by: Alejandro Colomar <[email protected]> > Cc: Iker Pedrosa <[email protected]> > Cc: Serge Hallyn <[email protected]> > --- > debian/control | 24 ++++++++++++------------ > 1 file changed, 12 insertions(+), 12 deletions(-) > > diff --git a/debian/control b/debian/control > index 88198468..3cc66f8d 100644 > --- a/debian/control > +++ b/debian/control > @@ -4,20 +4,20 @@ Uploaders: Balint Reczey <[email protected]>, > Serge Hallyn <[email protected]> > Section: admin > Priority: required > -Build-Depends: debhelper-compat (= 13), > - gettext, > - libcrypt-dev, > - libpam0g-dev, > - quilt, > - xsltproc, > +Build-Depends: bison, > + debhelper-compat (= 13), > docbook-xsl, > docbook-xml,
I guess this sorting was done manually, because docbook-xsl and docbook-xml are not sorted alphabetically. There is a handy tool wrap-and-sort(1) if you would like to tidy up Debian package control files. Cheers, Balint _______________________________________________ Pkg-shadow-devel mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-shadow-devel
