forked from TrueCloudLab/frostfs-s3-gw
[#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>
This commit is contained in:
parent
e87c3715c5
commit
ff5c55e14d
3 changed files with 2 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -22,6 +22,7 @@ coverage.html
|
||||||
|
|
||||||
# debian package build files
|
# debian package build files
|
||||||
debian/files
|
debian/files
|
||||||
|
debian/changelog
|
||||||
debian/*.log
|
debian/*.log
|
||||||
debian/*.substvars
|
debian/*.substvars
|
||||||
debian/frostfs-s3-gw/
|
debian/frostfs-s3-gw/
|
||||||
|
|
1
Makefile
1
Makefile
|
@ -160,6 +160,7 @@ protoc:
|
||||||
|
|
||||||
# Package for Debian
|
# Package for Debian
|
||||||
debpackage:
|
debpackage:
|
||||||
|
cp debian/changelog.init debian/changelog
|
||||||
dch --package frostfs-s3-gw \
|
dch --package frostfs-s3-gw \
|
||||||
--controlmaint \
|
--controlmaint \
|
||||||
--newversion $(PKG_VERSION) \
|
--newversion $(PKG_VERSION) \
|
||||||
|
|
0
debian/changelog → debian/changelog.init
vendored
0
debian/changelog → debian/changelog.init
vendored
Loading…
Reference in a new issue