[#245] Ignore debian/changelog for clean builds

Changes in debian/changelog produce `-dirty` suffix
in version.

Signed-off-by: Alex Vanin <a.vanin@yadro.com>
pull/250/head
Alexey Vanin 2023-10-18 14:38:22 +03:00 committed by Alexey Vanin
parent e87c3715c5
commit ff5c55e14d
3 changed files with 2 additions and 0 deletions

1
.gitignore vendored
View File

@ -22,6 +22,7 @@ coverage.html
# debian package build files
debian/files
debian/changelog
debian/*.log
debian/*.substvars
debian/frostfs-s3-gw/

View File

@ -160,6 +160,7 @@ protoc:
# Package for Debian
debpackage:
cp debian/changelog.init debian/changelog
dch --package frostfs-s3-gw \
--controlmaint \
--newversion $(PKG_VERSION) \