[#409] Add default package changelog

Make it work with simple `dpkg-buildpackage`

Signed-off-by: Stanislav Bogatyrev <stanislav@nspcc.ru>
This commit is contained in:
Stanislav Bogatyrev 2022-10-26 09:48:00 +03:00 committed by Stanislav Bogatyrev
parent 92e9782c44
commit ff67e903ca
25 changed files with 54 additions and 39 deletions

View file

@ -43,6 +43,11 @@ Write new revision number into the root `VERSION` file:
$ echo ${NEOFS_TAG_PREFIX}${NEOFS_REVISION} > VERSION
```
Update version in Debian package changelog file
```
$ cat debian/changelog
```
Update the supported version of `nspcc-dev/neofs-contract` module in root
`README.md` if needed.