eobuilder: use the number of commit between master and the debian branch as the last commit number

This commit is contained in:
Benjamin Dauvergne 2013-09-18 22:12:43 +02:00
parent 49ae02f50b
commit 0d06bb4820
1 changed files with 1 additions and 0 deletions

View File

@ -167,6 +167,7 @@ for DIST in $DISTS; do
DEBIAN_SECOND_INC=1
fi
fi
DEBIAN_SECOND_INC=`git rev-list --count master..${DEBIAN_BRANCH}`
PACKAGE_VERSION="$PROJECT_VERSION-builder${EOBUILDER_VERSION}-$DEBIAN_FIRST_INC"