Ignore debian/changelog for clean builds #245

Merged
alexvanin merged 1 commit from alexvanin/frostfs-s3-gw:fix/dirty-tag/v0.28 into support/v0.28 2023-10-19 10:49:28 +00:00
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) \