fix new uuid library dependency
This commit is contained in:
parent
2fa9670efe
commit
3cb60fd14f
2 changed files with 3 additions and 2 deletions
|
@ -40,7 +40,7 @@ lint:
|
||||||
script:
|
script:
|
||||||
- echo deb http://deb.debian.org/debian buster-backports main > /etc/apt/sources.list.d/backports.list
|
- echo deb http://deb.debian.org/debian buster-backports main > /etc/apt/sources.list.d/backports.list
|
||||||
- apt-get update
|
- apt-get update
|
||||||
- apt-get install -y -t buster-backports git-buildpackage dh-golang bash-completion golang-any golang-github-spf13-cobra-dev golang-github-spf13-viper-dev
|
- apt-get install -y -t buster-backports git-buildpackage dh-golang bash-completion golang-any golang-github-spf13-cobra-dev golang-github-spf13-viper-dev golang-github-google-uuid-dev
|
||||||
- apt-get install -y ./*.deb && rm -vf *.deb
|
- apt-get install -y ./*.deb && rm -vf *.deb
|
||||||
- 'sed -i "s/^Architecture:.*/Architecture: ${ARCH}/g" debian/control'
|
- 'sed -i "s/^Architecture:.*/Architecture: ${ARCH}/g" debian/control'
|
||||||
- go run ./cmd/signaldctl doc -o man
|
- go run ./cmd/signaldctl doc -o man
|
||||||
|
|
3
debian/control
vendored
3
debian/control
vendored
|
@ -8,7 +8,8 @@ Build-Depends: debhelper (>= 11),
|
||||||
dh-golang,
|
dh-golang,
|
||||||
golang-any,
|
golang-any,
|
||||||
golang-github-spf13-cobra-dev,
|
golang-github-spf13-cobra-dev,
|
||||||
golang-github-spf13-viper-dev
|
golang-github-spf13-viper-dev,
|
||||||
|
golang-github-google-uuid-dev
|
||||||
Standards-Version: 4.2.1
|
Standards-Version: 4.2.1
|
||||||
Homepage: https://signald.org
|
Homepage: https://signald.org
|
||||||
Vcs-Browser: https://gitlab.com/signald/signald-go
|
Vcs-Browser: https://gitlab.com/signald/signald-go
|
||||||
|
|
Loading…
Reference in a new issue