From 6070c572e8f93997edcdcacb6680a25a83b6d790 Mon Sep 17 00:00:00 2001 From: "Brian J. Murrell" Date: Mon, 18 Oct 2010 14:10:50 -0400 Subject: [PATCH] need to match both master and b1_8 style tags --- build/autoMakefile.am.toplevel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/autoMakefile.am.toplevel b/build/autoMakefile.am.toplevel index 5ed02a7..9806d8d 100644 --- a/build/autoMakefile.am.toplevel +++ b/build/autoMakefile.am.toplevel @@ -148,7 +148,7 @@ debs: echo -e "1i\nlustre ($$lversion-1) unstable; urgency=low\n\n * Automated changelog entry update\n\n -- Brian J. Murrell $$(date -R)\n\n.\nwq" | ed debian/changelog; \ fi; \ if [ -d .git ]; then \ - ver=$$(git describe --match v\* --tags); \ + ver=$$(git describe --match [0-9v]\* --tags); \ if [[ $$ver = *-*-* ]]; then \ hash=$${ver##*-}; \ ffw=$${ver#*-}; \ -- 1.8.3.1