diff -Nru golang-github-biogo-graph-0.0~git20150317.057c198/debian/changelog golang-github-biogo-graph-0.0~git20150317.057c198/debian/changelog --- golang-github-biogo-graph-0.0~git20150317.057c198/debian/changelog 2020-07-10 22:47:02.000000000 +0000 +++ golang-github-biogo-graph-0.0~git20150317.057c198/debian/changelog 2022-01-16 10:33:11.000000000 +0000 @@ -1,3 +1,12 @@ +golang-github-biogo-graph (0.0~git20150317.057c198-3) unstable; urgency=medium + + * Add myself to uploaders + * Standards version: 4.6.0 + * d/rules: exclude karger_test.go for this is flaky + (Closes: #1002783) + + -- Nilesh Patra Sun, 16 Jan 2022 16:03:11 +0530 + golang-github-biogo-graph (0.0~git20150317.057c198-2) unstable; urgency=low * Set upstream metadata fields: Bug-Database, Bug-Submit. diff -Nru golang-github-biogo-graph-0.0~git20150317.057c198/debian/control golang-github-biogo-graph-0.0~git20150317.057c198/debian/control --- golang-github-biogo-graph-0.0~git20150317.057c198/debian/control 2020-07-10 22:47:02.000000000 +0000 +++ golang-github-biogo-graph-0.0~git20150317.057c198/debian/control 2022-01-16 10:33:11.000000000 +0000 @@ -1,6 +1,6 @@ Source: golang-github-biogo-graph Maintainer: Debian Go Packaging Team -Uploaders: Andreas Tille +Uploaders: Andreas Tille , Nilesh Patra Section: devel Testsuite: autopkgtest-pkg-go Priority: optional @@ -8,7 +8,7 @@ dh-golang, golang-any, golang-gopkg-check.v1-dev -Standards-Version: 4.5.0 +Standards-Version: 4.6.0 Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-biogo-graph Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-biogo-graph.git Homepage: https://github.com/biogo/graph diff -Nru golang-github-biogo-graph-0.0~git20150317.057c198/debian/gitlab-ci.yml golang-github-biogo-graph-0.0~git20150317.057c198/debian/gitlab-ci.yml --- golang-github-biogo-graph-0.0~git20150317.057c198/debian/gitlab-ci.yml 2020-07-10 22:47:02.000000000 +0000 +++ golang-github-biogo-graph-0.0~git20150317.057c198/debian/gitlab-ci.yml 2022-01-16 10:11:42.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-biogo-graph-0.0~git20150317.057c198/debian/rules golang-github-biogo-graph-0.0~git20150317.057c198/debian/rules --- golang-github-biogo-graph-0.0~git20150317.057c198/debian/rules 2020-07-10 22:47:02.000000000 +0000 +++ golang-github-biogo-graph-0.0~git20150317.057c198/debian/rules 2022-01-16 10:33:11.000000000 +0000 @@ -2,3 +2,6 @@ %: dh $@ --builddirectory=_build --buildsystem=golang --with=golang + +execute_before_dh_auto_configure: + rm -f karger_test.go