[#409] Fix package building doc typos

Signed-off-by: Stanislav Bogatyrev <stanislav@nspcc.ru>
support/v0.34
Stanislav Bogatyrev 2022-10-27 21:26:59 +03:00 committed by Stanislav Bogatyrev
parent 43fe156f7c
commit 7653a1f626
1 changed files with 9 additions and 7 deletions

View File

@ -2,9 +2,10 @@
## Prerequisites
For now, we're assuming building for Debian 11 (stable) x86_64 on Debian 11 x86_64.
For now, we're assuming building for Debian 11 (stable) x86_64.
Go version 18.4 or later should be installed from official Go repos binaries should be buildable, i.e. this should run successfully:
Go version 18.4 or later should already be installed, i.e. this runs
successfully:
* `make all`
@ -34,11 +35,12 @@ $ dh clean
# Package versioning
By default, package version is based on product version and may also contain
git tags and hashes.
Package version could be overwritten by setting PACK_VERSION variable before
build, Debian package versioining rules should be respected.
By default, package version is based on product version and may also contain git
tags and hashes.
Package version could be overwritten by setting `PKG_VERSION` variable before
build, Debian package versioning rules should be respected.
```shell
$ PACK_VERSION=0.32 make debpackge
$ PKG_VERSION=0.32.0 make debpackge
```