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: 0.5.2~9 X-Git-Url: http://git.etc.gen.nz/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8195b60ccbeeda948a8ad629379069bde6d1ba23;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)