]> git.etc.gen.nz Git - mythtv-status.git/commitdiff
Ignore .git, build, Makefile an .gitignore when building the sponsored package as...
authorFrancois Marier <francois@debian.org>
Sun, 25 Nov 2007 23:27:15 +0000 (12:27 +1300)
committerAndrew Ruthven <puck@dirk.wgtn.cat-it.co.nz>
Thu, 29 Nov 2007 20:34:02 +0000 (09:34 +1300)
Makefile

index 7e4ab77f9cd07ac58ce022fb1a2e96dbc681fadd..50077cd1110c4ed84e9f014d9104151981c49556 100644 (file)
--- 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)