forked from TrueCloudLab/frostfs-node
[#409] Fix package building doc typos
Signed-off-by: Stanislav Bogatyrev <stanislav@nspcc.ru>
This commit is contained in:
parent
43fe156f7c
commit
7653a1f626
1 changed files with 9 additions and 7 deletions
|
@ -2,9 +2,10 @@
|
||||||
|
|
||||||
## Prerequisites
|
## 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`
|
* `make all`
|
||||||
|
|
||||||
|
@ -34,11 +35,12 @@ $ dh clean
|
||||||
|
|
||||||
# Package versioning
|
# Package versioning
|
||||||
|
|
||||||
By default, package version is based on product version and may also contain
|
By default, package version is based on product version and may also contain git
|
||||||
git tags and hashes.
|
tags and hashes.
|
||||||
Package version could be overwritten by setting PACK_VERSION variable before
|
|
||||||
build, Debian package versioining rules should be respected.
|
Package version could be overwritten by setting `PKG_VERSION` variable before
|
||||||
|
build, Debian package versioning rules should be respected.
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
$ PACK_VERSION=0.32 make debpackge
|
$ PKG_VERSION=0.32.0 make debpackge
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue