From: Francois Marier Date: Sun, 25 Nov 2007 23:27:15 +0000 (+1300) Subject: Ignore .git, build, Makefile an .gitignore when building the sponsored package as... X-Git-Tag: debian-0.5.1-2 X-Git-Url: http://git.etc.gen.nz/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0d632a04e7a37822958efe599f5a8a416af7a5be;p=mythtv-status.git Ignore .git, build, Makefile an .gitignore when building the sponsored package as well --- diff --git a/Makefile b/Makefile index 7e4ab77..50077cd 100644 --- a/Makefile +++ b/Makefile @@ -25,7 +25,7 @@ $(orig_tarball): $(tarball) @ln -s `basename \`pwd\``/$< $@ sponsor: $(orig_tarball) - dpkg-buildpackage -rfakeroot -k$(sponsor_keyid) -i'(.git|build|Makefile)' -tc + dpkg-buildpackage -rfakeroot -k$(sponsor_keyid) -i'(.git|build|Makefile)' -I.git -IMakefile -I.gitignore -Ibuild -tc $(tarball): @mkdir -p $(@D)