diff -Nru golang-github-go-openapi-errors-0.20.1/debian/changelog golang-github-go-openapi-errors-0.20.1/debian/changelog --- golang-github-go-openapi-errors-0.20.1/debian/changelog 2021-11-29 21:56:45.000000000 +0000 +++ golang-github-go-openapi-errors-0.20.1/debian/changelog 2021-12-01 13:29:05.000000000 +0000 @@ -1,3 +1,11 @@ +golang-github-go-openapi-errors (0.20.1-3) unstable; urgency=medium + + * Team upload. + * Add Breaks on prometheus-alertmanager (<< 0.22.0~). + * Update debian/watch file. + + -- Guillem Jover Wed, 01 Dec 2021 14:29:05 +0100 + golang-github-go-openapi-errors (0.20.1-2) unstable; urgency=medium * Team upload. diff -Nru golang-github-go-openapi-errors-0.20.1/debian/control golang-github-go-openapi-errors-0.20.1/debian/control --- golang-github-go-openapi-errors-0.20.1/debian/control 2021-11-29 21:55:39.000000000 +0000 +++ golang-github-go-openapi-errors-0.20.1/debian/control 2021-12-01 13:27:07.000000000 +0000 @@ -21,6 +21,7 @@ Depends: golang-github-stretchr-testify-dev, ${misc:Depends}, Breaks: golang-github-go-openapi-runtime-dev (<< 0.19.6~), + prometheus-alertmanager (<< 0.22.0~), Description: common error handling code for OpenAPI This library implements shared error handling code used throughout the various libraries for the OpenAPI Specification. diff -Nru golang-github-go-openapi-errors-0.20.1/debian/gitlab-ci.yml golang-github-go-openapi-errors-0.20.1/debian/gitlab-ci.yml --- golang-github-go-openapi-errors-0.20.1/debian/gitlab-ci.yml 2021-11-19 19:10:06.000000000 +0000 +++ golang-github-go-openapi-errors-0.20.1/debian/gitlab-ci.yml 2021-11-29 17:25:00.000000000 +0000 @@ -1,26 +1,6 @@ # auto-generated, DO NOT MODIFY. # The authoritative copy of this file lives at: -# https://salsa.debian.org/go-team/ci/blob/master/config/gitlabciyml.go - -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 diff -Nru golang-github-go-openapi-errors-0.20.1/debian/watch golang-github-go-openapi-errors-0.20.1/debian/watch --- golang-github-go-openapi-errors-0.20.1/debian/watch 2021-11-19 19:10:06.000000000 +0000 +++ golang-github-go-openapi-errors-0.20.1/debian/watch 2021-12-01 13:27:07.000000000 +0000 @@ -1,4 +1,5 @@ version=4 opts="filenamemangle=s%(?:.*?)?v?(\d[\d.]*)\.tar\.gz%@PACKAGE@-$1.tar.gz%,\ - uversionmangle=s/(\d)[_\.\-\+]?(RC|rc|pre|dev|beta|alpha)[.]?(\d*)$/$1~$2$3/" \ + uversionmangle=s/(\d)[_\.\-\+]?(RC|rc|pre|dev|beta|alpha)[.]?(\d*)$/$1~$2$3/,\ + dversionmangle=s/\+ds\d*$//,repacksuffix=+ds1" \ https://github.com/go-openapi/errors/tags .*/v?(\d\S*)\.tar\.gz