On Thu, 2017-04-20 at 11:15 +0100, James Clarke wrote:
> What's in your B10_source-build hook? Looking closely at the log:
> 
> > [...]
> 
> I imagine B10_source-build is overwriting the _source.changes pbuilder just
> generated.

Indeed, it was used to generate source changes files before pbuilder gained
that support and I didn't disable it:

=====
generate_change_file()
{
  echo "Generating source changes file"
  local version=$(dpkg-parsechangelog -Sversion)
  local package=$(dpkg-parsechangelog -Ssource)
  dpkg-genchanges -S > ../${package}_${version}_source.changes
}

cd /tmp/buildd/*/debian/..
generate_change_file
=====

I'll remove it and update or close the bug. Thanks (feeling a bit of shame
here)

Regards,
-- 
Yves-Alexis

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to