Auto merge of #2281 - str4d:release-version-handling, r=nathan-at-least

Release version handling

- Convert Zcash versions to Debian format for packaging
- [manpage] Handle build numbers in versions
This commit is contained in:
Homu
2017-05-18 17:40:47 -07:00
3 changed files with 8 additions and 5 deletions

View File

@@ -88,7 +88,7 @@ Add the newly created release notes to the Git repository:
Update the Debian package changelog:
export DEBVERSION="${ZCASH_RELEASE}"
export DEBVERSION=$(echo $ZCASH_RELEASE | sed 's/-beta/~beta/' | sed 's/-rc/~rc/' | sed 's/-/+/')
export DEBEMAIL="${DEBEMAIL:-team@z.cash}"
export DEBFULLNAME="${DEBFULLNAME:-Zcash Company}"