Package: sbuild
Version: 0.88.2
Dear sbuild maintainers,
when run with `sbuild --verbose -D` (and $verbose=1000, $debug=1000 in
~/.sbuildrc), sbuild does not show which command line it uses to run the
initial `dpkg-source`.
```
gbp:info: Performing the build
gbp:debug: sbuild ['--verbose', '-D'] []
D: Setting Config=Sbuild::ConfBase=HASH(0x55e3945666b0)
D: Setting Options=HASH(0x55e395478e38)
D: Setting Options=HASH(0x55e395f0dc68)
dpkg-source: info: using options from
libreoffice-24.8.4/debian/source/local-options:
--abort-on-upstream-changes --no-unapply-patches
dpkg-source: info: using patch list from debian/patches/series
dpkg-source: info: applying debian-opt.diff
```
This is probably due to the direct use of `system()` to call dpkg-source:
https://salsa.debian.org/debian/sbuild/-/blob/a648cc41/bin/sbuild#L255-283
Regards,
--
Gioele Barabucci