deb build cut first character (v) out of version string
This commit is contained in:
parent
4178a582e8
commit
5e52e5f3bd
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ test sqlite to postgres:
|
|||
- go run ./cmd/signaldctl doc -o man
|
||||
- go run ./cmd/signaldctl completion bash > debian/package.bash-completion
|
||||
- ls *.1 > debian/manpages
|
||||
- gbp dch --ignore-branch --debian-tag="%(version)s" --git-author --new-version="$(./version.sh)"
|
||||
- gbp dch --ignore-branch --debian-tag="%(version)s" --git-author --new-version="$(./version.sh | cut -c2-)"
|
||||
- dpkg-buildpackage -us -uc -b
|
||||
- mv ../*.deb .
|
||||
needs:
|
||||
|
|
Loading…
Reference in a new issue