fix new uuid library dependency

This commit is contained in:
Finn 2021-09-01 20:42:59 -07:00
parent 2fa9670efe
commit 3cb60fd14f
2 changed files with 3 additions and 2 deletions

View file

@ -40,7 +40,7 @@ lint:
script:
- echo deb http://deb.debian.org/debian buster-backports main > /etc/apt/sources.list.d/backports.list
- 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
- 'sed -i "s/^Architecture:.*/Architecture: ${ARCH}/g" debian/control'
- go run ./cmd/signaldctl doc -o man

3
debian/control vendored
View file

@ -8,7 +8,8 @@ Build-Depends: debhelper (>= 11),
dh-golang,
golang-any,
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
Homepage: https://signald.org
Vcs-Browser: https://gitlab.com/signald/signald-go