Skip to content
This repository has been archived by the owner on Oct 13, 2023. It is now read-only.

Commit

Permalink
Merge pull request #95 from seemethere/no_number
Browse files Browse the repository at this point in the history
Don't append number when doing a dev build
Upstream-commit: 468d37e
Component: packaging
  • Loading branch information
andrewhsu authored Mar 19, 2018
2 parents fbfb3a8 + b5921cd commit 674cdcc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions components/packaging/deb/gen-deb-ver
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ gen_deb_version() {
}

case "$VERSION" in
*-dev)
debVersion="$VERSION"
;;
*-tp[0-9]*)
debVersion="$(gen_deb_version "$VERSION" tp 0)"
;;
Expand Down

0 comments on commit 674cdcc

Please sign in to comment.