Changes in config.{sub,guess} and "abort-on-upstream-changes"
Alessandro Ghedini
al3xbio at gmail.com
Thu Feb 17 20:43:59 UTC 2011
On Thu, Feb 17, 2011 at 08:17:47PM +0100, Jaromír Mikeš wrote:
> file config.{sub,guess} are modified while running git-buildpackage -S
> and "abort-on-upstream-changes" in local-options file aborting
> process.
> What is right solution for this situation?
> git://git.debian.org/pkg-multimedia/phat.git
Try adding something like:
extend-diff-ignore = "(^|/)config.(sub|guess)$"
to debian/source/local-options. It makes dpkg ignore modifications to
config.{sub,guess} when generating the diff for changes.
It is also a good idea to add autotools-dev to Build-Depends.
Cheers
--
perl -E'$_=q;$/= @{[@_]};and s;\S+;<inidehG ordnasselA>;eg;say~~reverse'
More information about the pkg-multimedia-maintainers
mailing list