]> git.etc.gen.nz Git - mythtv-status.git/commitdiff
Ignore the Debian release tags.
authorAndrew Ruthven <andrew@etc.gen.nz>
Sun, 25 Nov 2007 23:23:44 +0000 (12:23 +1300)
committerAndrew Ruthven <puck@dirk.wgtn.cat-it.co.nz>
Thu, 29 Nov 2007 20:33:55 +0000 (09:33 +1300)
Makefile

index c940a5a2a07729ddf9ed9ed70d9bc7895c360a17..9610550499670ba5b9c97578a8167078d5993aeb 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,7 @@ releases=etch sid
 sponsor_keyid=19D03486
 
 build=dpkg-buildpackage -sn -uc -us -rfakeroot -i'(.git|build|.gitignore)*' -I.git -Ibuild -I.gitignore
-version=$(shell git-tag -l | tail -1)
+version=$(shell git-tag -l | grep -v ^debian | tail -1)
 
 deb=$(package)_$(version)-1_all.deb
 orig_tarball=../$(package)_$(version).orig.tar.gz