2011/2/17 Bilal Akhtar <bilalakh...@ubuntu.com>:
> On 02/17/2011 10:17 PM, Jaromír Mikeš wrote:
>> Hi all,
>>
>> 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
>
> Hi,
>
> Just override the clean target to delete the config.guess and config.sub
> files every time clean is run. dpkg-source ignores the deletion of these
> files, and hence the build won't be aborted.

It works, thank you. But these files are part of orig.tarball. this
mean I have this now in git:
$ git status
[snip]
#       deleted:    config.guess
#       deleted:    config.sub
[snip]

Is this ok? Do it like this and just to be careful with "commit -a" ?

regards

mira

_______________________________________________
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-multimedia-maintainers

Reply via email to