forked from TrueCloudLab/frostfs-node
[#36] Packaging: allow any version
Also updated changelog Signed-off-by: Dmitriy Zabolotskiy <d.zabolotskiy@yadro.com>
This commit is contained in:
parent
5d64a354cb
commit
2540598779
3 changed files with 4 additions and 16 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -31,3 +31,4 @@ testfile
|
||||||
|
|
||||||
# debhelpers
|
# debhelpers
|
||||||
**/.debhelper
|
**/.debhelper
|
||||||
|
debian/changelog
|
||||||
|
|
2
Makefile
2
Makefile
|
@ -152,7 +152,7 @@ clean:
|
||||||
|
|
||||||
# Package for Debian
|
# Package for Debian
|
||||||
debpackage:
|
debpackage:
|
||||||
dch --package frostfs-node \
|
dch -b --package frostfs-node \
|
||||||
--controlmaint \
|
--controlmaint \
|
||||||
--newversion $(PKG_VERSION) \
|
--newversion $(PKG_VERSION) \
|
||||||
--distribution $(OS_RELEASE) \
|
--distribution $(OS_RELEASE) \
|
||||||
|
|
17
debian/changelog
vendored
17
debian/changelog
vendored
|
@ -1,18 +1,5 @@
|
||||||
frostfs-node (0.34.0~97-dirty~g42554a92-jammy) jammy; urgency=medium
|
frostfs-node (0.0.1) stable; urgency=medium
|
||||||
|
|
||||||
* Please see CHANGELOG.md for code changes for v0.34.0-97-g42554a92-
|
* Initial package build
|
||||||
dirty
|
|
||||||
|
|
||||||
-- NeoSPCC <tech@nspcc.ru> Fri, 23 Dec 2022 20:07:36 +0300
|
|
||||||
|
|
||||||
frostfs-node (0.33.0~72~g6955fe82) jammy; urgency=medium
|
|
||||||
|
|
||||||
* Please see CHANGELOG.md for code changes for v0.33.0-72-g6955fe82
|
|
||||||
|
|
||||||
-- NeoSPCC <tech@nspcc.ru> Wed, 26 Oct 2022 12:19:45 +0300
|
|
||||||
|
|
||||||
frostfs-node (0.33.0) stable; urgency=medium
|
|
||||||
|
|
||||||
* Initial change
|
|
||||||
|
|
||||||
-- NeoSPCC <tech@nspcc.ru> Tue, 25 Oct 2022 21:10:49 +0300
|
-- NeoSPCC <tech@nspcc.ru> Tue, 25 Oct 2022 21:10:49 +0300
|
||||||
|
|
Loading…
Reference in a new issue