avoid identifying as beta

If we build from git-buildpackage using autoreconf, it comes out
looking like a beta because we're not on a git tag.

This patch avoids that situation.

Gbp-Pq: Name 0001-avoid-identifying-as-beta.patch
This commit is contained in:
Daniel Kahn Gillmor 2015-06-11 18:26:16 -04:00 committed by openKylinBot
parent d6ab092ddb
commit 3b34e0acdc
1 changed files with 1 additions and 1 deletions

View File

@ -249,7 +249,7 @@ if [ "$myhost" = "find-version" ]; then
fi
beta=no
if [ -e .git ]; then
if false; then
ingit=yes
tmp=$(git describe --match "${matchstr1}" --long 2>/dev/null)
tmp=$(echo "$tmp" | sed s/^"$package"//)