eobuilder: do not use the hyphen as a separator inside the debian release version, put eobuilder version after the debian release version extracted from the repository changelog

This commit is contained in:
Benjamin Dauvergne 2013-09-18 22:54:44 +02:00
parent c7a59df035
commit 8d9863d462
1 changed files with 1 additions and 1 deletions

View File

@ -176,7 +176,7 @@ for DIST in $DISTS; do
fi
DEBIAN_SECOND_INC=`git rev-list --count origin/master..origin/${DEBIAN_BRANCH}`
PACKAGE_VERSION="$PROJECT_VERSION-builder${EOBUILDER_VERSION}-$DEBIAN_FIRST_INC"
PACKAGE_VERSION="$PROJECT_VERSION-$DEBIAN_FIRST_INC+eob${EOBUILDER_VERSION}"
for debian_version in $DEBIAN_VERSIONS; do
set -- `echo $debian_version | tr '=' ' '`