Skip to content

Commit

Permalink
utils/upload_kalkun_deps_to_ppa.sh: add deb version suffix when setti…
Browse files Browse the repository at this point in the history
…ng version number
  • Loading branch information
tenzap committed Aug 19, 2023
1 parent 219d49e commit 81bc542
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/upload_kalkun_deps_to_ppa.sh
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ if [ "$repo" = "kalkun" ]; then
else \
UVERSIONMANGLED=$(echo "${UVERSION}" | sed -e "s/-/~/" -e "s/-dev/~dev/" -e "s/~dev/~~dev/")
gbp dch \
--new-version="${UVERSIONMANGLED}" \
--new-version="${UVERSIONMANGLED}-1" \
--snapshot \
--snapshot-number "${LAST_U_COMMIT_DATE}" \
--ignore-branch \
Expand Down

0 comments on commit 81bc542

Please sign in to comment.