Hi! On Mon, 2020-12-14 at 10:58:43 +0100, Bill Allombert wrote: > On Mon, Dec 14, 2020 at 01:58:54AM +0100, Guillem Jover wrote: > > On Sun, 2020-12-13 at 00:27:39 +0100, Bill Allombert wrote: > > > The command > > > dpkg-query --show --showformat='${db-fsys:Files} > > > displays an extra spurious first line: > > > > > > (Reading database ... 134656 files and directories currently installed.) > > > > > > which breaks compatibiity with buster (which doe not) > > > > I cannot reproduce this on either my main sid systems nor on a clean > > sid chroot. Can you reproduce this elsewhere? > > For example on barriere.debian.org: > > schroot -b -n bill -c sid > schroot -r -c bill > dpkg-query --show --showformat='${db-fsys:Files}'|head -n2 > (Reading database ... 26215 files and directories currently installed.) > /. > dpkg-query --show --showformat='${db-fsys:Files}' 2>/dev/null |head -n2 > (Reading database ... 26215 files and directories currently installed.) > /.
Ah sorry right, my fault, I was passing a package to it! Ok I see now and this is a regression since 1.20.0, I've fixed it locally now and will be included in my next push targeting the next release. Thanks, Guillem