Skip to content

Commit

Permalink
utils/upload_kalkun_deps_to_ppa.sh: uversionmangle also -dev to ~dev
Browse files Browse the repository at this point in the history
  • Loading branch information
tenzap committed Aug 19, 2023
1 parent 9d15775 commit ff5f4a3
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 @@ -174,7 +174,7 @@ if [ "$repo" = "kalkun" ]; then
dch " debianization from package source repository at commit $LAST_D_COMMIT_HASH, dated $LAST_D_COMMIT_DATE_H."
gbp export-orig --no-pristine-tar --upstream-tree=TAG --upstream-tag="$REF_NAME" --compression=xz
else \
UVERSIONMANGLED=$(echo "${UVERSION}" | sed -e "s/-/~/" -e "s/~dev/~~dev/")
UVERSIONMANGLED=$(echo "${UVERSION}" | sed -e "s/-/~/" -e "s/-dev/~dev/" -e "s/~dev/~~dev/")
gbp dch \
--new-version="${UVERSIONMANGLED}" \
--snapshot \
Expand Down

0 comments on commit ff5f4a3

Please sign in to comment.