Bug#990734: sbuild: option --build-dir is ignored in source directory

2021-07-06 Thread Jochen Sprickerhof
Control: tags -1 patch * Jochen Sprickerhof [2021-07-05 22:53]: Sadly the change breaks autopkgtests: $ cd hello*/ $ sbuild --build-dir=/tmp/ --run-autopkgtest [..] Unexpected error: Traceback (most recent call last): File "/usr/share/autopkgtest/lib/VirtSubproc.py", line 739, in mainloop

Bug#990734: sbuild: option --build-dir is ignored in source directory

2021-07-05 Thread Jochen Sprickerhof
Package: sbuild Version: 0.81.2 Severity: normal steps to reproduce: $ apt source hello $ cd hello*/ $ sbuild --build-dir=/tmp $ ls /tmp/hello* ../hello* # all output files are in ../ whereas building the .dsc $ cd .. $ sbuild --build-dir=/tmp/ hello*.dsc $ ls /tmp/hello* # files are in /tmp