Ignore debian/ files for clean build #90
3 changed files with 10 additions and 1 deletions
10
.gitignore
vendored
10
.gitignore
vendored
|
@ -18,4 +18,12 @@ coverage.txt
|
|||
coverage.html
|
||||
|
||||
# debhelpers
|
||||
**/.debhelper
|
||||
**/*debhelper*
|
||||
|
||||
# debian package build files
|
||||
debian/files
|
||||
debian/changelog
|
||||
debian/*.log
|
||||
debian/*.substvars
|
||||
debian/frostfs-http-gw/
|
||||
|
||||
|
|
1
Makefile
1
Makefile
|
@ -153,6 +153,7 @@ clean:
|
|||
|
||||
# Package for Debian
|
||||
debpackage:
|
||||
cp debian/changelog.init debian/changelog
|
||||
dch --package frostfs-http-gw \
|
||||
--controlmaint \
|
||||
--newversion $(PKG_VERSION) \
|
||||
|
|
0
debian/changelog → debian/changelog.init
vendored
0
debian/changelog → debian/changelog.init
vendored
Loading…
Reference in a new issue