From 25405987791151aea05be90a5b1ec13cdec3947f Mon Sep 17 00:00:00 2001 From: Dmitriy Zabolotskiy Date: Mon, 30 Jan 2023 12:25:46 +0300 Subject: [PATCH] [#36] Packaging: allow any version Also updated changelog Signed-off-by: Dmitriy Zabolotskiy --- .gitignore | 1 + Makefile | 2 +- debian/changelog | 17 ++--------------- 3 files changed, 4 insertions(+), 16 deletions(-) diff --git a/.gitignore b/.gitignore index 232cc006..83a57b6a 100644 --- a/.gitignore +++ b/.gitignore @@ -31,3 +31,4 @@ testfile # debhelpers **/.debhelper +debian/changelog diff --git a/Makefile b/Makefile index fde03ed8..949d1993 100644 --- a/Makefile +++ b/Makefile @@ -152,7 +152,7 @@ clean: # Package for Debian debpackage: - dch --package frostfs-node \ + dch -b --package frostfs-node \ --controlmaint \ --newversion $(PKG_VERSION) \ --distribution $(OS_RELEASE) \ diff --git a/debian/changelog b/debian/changelog index aabf7546..b83300c0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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- - dirty - - -- NeoSPCC 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 Wed, 26 Oct 2022 12:19:45 +0300 - -frostfs-node (0.33.0) stable; urgency=medium - - * Initial change + * Initial package build -- NeoSPCC Tue, 25 Oct 2022 21:10:49 +0300