semaphore: use dots instead of dashes

Borrowed from https://salsa.debian.org/systemd-team/systemd/-/commit/511d5d5452d29bd3af7.
This commit is contained in:
Evgeny Vereshchagin 2020-04-04 19:50:41 +00:00 committed by Frantisek Sumsal
parent 5a0173147b
commit e65848175f
1 changed files with 2 additions and 2 deletions

View File

@ -66,9 +66,9 @@ for phase in "${PHASES[@]}"; do
git checkout FETCH_HEAD debian
# craft changelog
UPSTREAM_VER=$(git describe | sed 's/^v//')
UPSTREAM_VER=$(git describe | sed 's/^v//;s/-/./g')
cat << EOF > debian/changelog.new
systemd (${UPSTREAM_VER}-0) UNRELEASED; urgency=low
systemd (${UPSTREAM_VER}.0) UNRELEASED; urgency=low
* Automatic build for upstream test