Hi, On Sun, Oct 01, 2017 at 06:00:05PM +0200, Carsten Schoenert wrote: > Hi Andreas, > > Am 01.10.2017 um 17:37 schrieb Andreas Tille: > > > I confirm that I remember times when I had the same _source.chanegs > > alongside the _<arch>.changes but for some reason the source changes are > > missing now when I call pbuilder (--cowbuilder) from git-buildpackage. > > Do I need to add some specific option that was not needed before? > > Guido pointed me some times ago to the following additions to my local > setup in ~/.gbp.conf. That do the trick always create a *source.changes > file too. > > > $ cat ~/.gbp.conf > > ... > > [buildpackage] > > ... > > pbuilder = True > > pbuilder-options=--source-only-changes --hookdir /home/carsten/.pbuilder
Yup, that's it. I didn't even remember I set this up, otherwise I would have added this to my original mail. Thanks, -- Guido > > ... > > > > You can also use the command line to add this option(s). > > > $ gbp buildpackage ... --git-pbuilder-options="--source-only-changes ..." > > -- > Regards > Carsten Schoenert >