diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 57c97cb..ef46119 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 diff --git a/debian/control b/debian/control index 86071c4..989ff78 100644 --- a/debian/control +++ b/debian/control @@ -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