diff -Nru golang-github-docker-go-connections-0.4.0/debian/changelog golang-github-docker-go-connections-0.4.0/debian/changelog --- golang-github-docker-go-connections-0.4.0/debian/changelog 2021-04-05 11:39:50.000000000 +0000 +++ golang-github-docker-go-connections-0.4.0/debian/changelog 2022-12-14 03:34:24.000000000 +0000 @@ -1,3 +1,10 @@ +golang-github-docker-go-connections (0.4.0-4) unstable; urgency=medium + + [ Debian Janitor ] + * Remove constraints unnecessary since buster + + -- Jelmer Vernooij Wed, 14 Dec 2022 03:34:24 +0000 + golang-github-docker-go-connections (0.4.0-3) unstable; urgency=medium * Team upload. diff -Nru golang-github-docker-go-connections-0.4.0/debian/control golang-github-docker-go-connections-0.4.0/debian/control --- golang-github-docker-go-connections-0.4.0/debian/control 2021-04-05 11:39:50.000000000 +0000 +++ golang-github-docker-go-connections-0.4.0/debian/control 2022-12-14 03:34:24.000000000 +0000 @@ -7,7 +7,7 @@ Tim Potter , Build-Depends: ca-certificates, debhelper-compat (= 12), - dh-golang (>= 1.31), + dh-golang, golang-any, golang-github-pkg-errors-dev, golang-github-stretchr-testify-dev, diff -Nru golang-github-docker-go-connections-0.4.0/debian/gitlab-ci.yml golang-github-docker-go-connections-0.4.0/debian/gitlab-ci.yml --- golang-github-docker-go-connections-0.4.0/debian/gitlab-ci.yml 2021-04-05 11:39:50.000000000 +0000 +++ golang-github-docker-go-connections-0.4.0/debian/gitlab-ci.yml 2022-12-14 03:34:24.000000000 +0000 @@ -1,28 +1,6 @@ - # auto-generated, DO NOT MODIFY. # The authoritative copy of this file lives at: -# https://salsa.debian.org/go-team/ci/blob/master/cmd/ci/gitlabciyml.go - -# TODO: publish under debian-go-team/ci -image: stapelberg/ci2 - -test_the_archive: - artifacts: - paths: - - before-applying-commit.json - - after-applying-commit.json - script: - # Create an overlay to discard writes to /srv/gopath/src after the build: - - "rm -rf /cache/overlay/{upper,work}" - - "mkdir -p /cache/overlay/{upper,work}" - - "mount -t overlay overlay -o lowerdir=/srv/gopath/src,upperdir=/cache/overlay/upper,workdir=/cache/overlay/work /srv/gopath/src" - - "export GOPATH=/srv/gopath" - - "export GOCACHE=/cache/go" - # Build the world as-is: - - "ci-build -exemptions=/var/lib/ci-build/exemptions.json > before-applying-commit.json" - # Copy this package into the overlay: - - "GBP_CONF_FILES=:debian/gbp.conf gbp buildpackage --git-no-pristine-tar --git-ignore-branch --git-ignore-new --git-export-dir=/tmp/export --git-no-overlay --git-tarball-dir=/nonexistant --git-cleaner=/bin/true --git-builder='dpkg-buildpackage -S -d --no-sign'" - - "pgt-gopath -dsc /tmp/export/*.dsc" - # Rebuild the world: - - "ci-build -exemptions=/var/lib/ci-build/exemptions.json > after-applying-commit.json" - - "ci-diff before-applying-commit.json after-applying-commit.json" +# https://salsa.debian.org/go-team/infra/pkg-go-tools/blob/master/config/gitlabciyml.go +--- +include: + - https://salsa.debian.org/go-team/infra/pkg-go-tools/-/raw/master/pipeline/test-archive.yml