Hi,

Samuel is not alone in this issue. As I frequently rebuild packages with
small changes, I fully recognise the reported problem occurring since
compat 10. I would very welcome a solution to get the behaviour of
compat<10 back as waiting half an hour per build, just to find an error
in some final step is not fun...

On Sat, 12 Sep 2020 18:09:57 +0200 Samuel Thibault
<sthiba...@debian.org> wrote:
> DH_REBUILD=dh_auto_build dpkg-buildpackage -B -nc
> or
> DH_REBUILD=dh_auto_configure dpkg-buildpackage -B -nc

Or using a command-line parameter to specify the step at which dh should
restart:

dpkg-buildpackage -B --no-pre-clean=dh_auto_build

Or if reusing --no-pre-clean is a no-go:

dpkg-buildpackage -B --continue=dh_auto_build

--
mvg,

Alex Hermann

Reply via email to