'Twas brillig, and Tanu Kaskinen at 06/10/12 14:05 did gyre and gimble:
> As a packager, I want to be able to do "git format-patch
> v3.0..origin/master" and I want the generated patches to apply cleanly
> against the 3.0 tarball. The patches don't currently apply cleanly if
> there are any changes to the .gitignore files, because the .gitignore
> files are not shipped in the tarball. This patch fixes that problem.
> ---
>  Makefile.am |   10 +++++++++-
>  1 file changed, 9 insertions(+), 1 deletion(-)
> 
> diff --git a/Makefile.am b/Makefile.am
> index 8bb5eb9..b3ee078 100644
> --- a/Makefile.am
> +++ b/Makefile.am
> @@ -32,7 +32,15 @@ EXTRA_DIST = \
>       vala/libpulse.deps \
>       vala/libpulse.vapi \
>       vala/libpulse-mainloop-glib.deps \
> -     vala/libpulse-mainloop-glib.vapi
> +     vala/libpulse-mainloop-glib.vapi \
> +     .gitignore \
> +     doxygen/.gitignore \
> +     m4/.gitignore \
> +     man/.gitignore \
> +     po/.gitignore \
> +     src/.gitignore \
> +     src/daemon/.gitignore \
> +     src/pulse/.gitignore
>  
>  SUBDIRS = src doxygen man po

ACK. I run into this problem sometimes too. Better to have them shipped.

Applied to my tree now

Col


-- 

Colin Guthrie
gmane(at)colin.guthr.ie
http://colin.guthr.ie/

Day Job:
  Tribalogic Limited http://www.tribalogic.net/
Open Source:
  Mageia Contributor http://www.mageia.org/
  PulseAudio Hacker http://www.pulseaudio.org/
  Trac Hacker http://trac.edgewall.org/

_______________________________________________
pulseaudio-discuss mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/pulseaudio-discuss

Reply via email to