diff -Nru golang-github-jbenet-go-context-0.0~git20150711.d14ea06/debian/changelog golang-github-jbenet-go-context-0.0~git20150711.d14ea06/debian/changelog --- golang-github-jbenet-go-context-0.0~git20150711.d14ea06/debian/changelog 2019-08-04 10:19:55.000000000 +0000 +++ golang-github-jbenet-go-context-0.0~git20150711.d14ea06/debian/changelog 2021-12-14 00:52:21.000000000 +0000 @@ -1,3 +1,13 @@ +golang-github-jbenet-go-context (0.0~git20150711.d14ea06-3) unstable; urgency=low + + * Team upload + * Set flag to skip tests with timeouts that don't work reliably in CI + (Closes: #998563) + * Update standards version to 4.6.0.1 + * Update upstream metadata + + -- Stephen Gelman Mon, 13 Dec 2021 18:52:21 -0600 + golang-github-jbenet-go-context (0.0~git20150711.d14ea06-2) unstable; urgency=medium * d/control: bump standards diff -Nru golang-github-jbenet-go-context-0.0~git20150711.d14ea06/debian/control golang-github-jbenet-go-context-0.0~git20150711.d14ea06/debian/control --- golang-github-jbenet-go-context-0.0~git20150711.d14ea06/debian/control 2019-08-04 10:19:55.000000000 +0000 +++ golang-github-jbenet-go-context-0.0~git20150711.d14ea06/debian/control 2021-12-14 00:52:21.000000000 +0000 @@ -6,12 +6,12 @@ Dawid Dziurla , Rules-Requires-Root: no Build-Depends: - debhelper-compat (= 12), + debhelper-compat (= 13), dh-golang, Build-Depends-Indep: golang-any, golang-golang-x-net-dev, -Standards-Version: 4.4.0 +Standards-Version: 4.6.0.1 Homepage: https://github.com/jbenet/go-context Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-jbenet-go-context Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-jbenet-go-context.git diff -Nru golang-github-jbenet-go-context-0.0~git20150711.d14ea06/debian/copyright golang-github-jbenet-go-context-0.0~git20150711.d14ea06/debian/copyright --- golang-github-jbenet-go-context-0.0~git20150711.d14ea06/debian/copyright 2019-08-04 10:19:55.000000000 +0000 +++ golang-github-jbenet-go-context-0.0~git20150711.d14ea06/debian/copyright 2021-12-14 00:52:21.000000000 +0000 @@ -13,7 +13,7 @@ Files: debian/* Copyright: - 2019 Dawid Dziurla + 2019-2021 Dawid Dziurla License: Expat Comment: Debian packaging is licensed under the same terms as upstream diff -Nru golang-github-jbenet-go-context-0.0~git20150711.d14ea06/debian/gitlab-ci.yml golang-github-jbenet-go-context-0.0~git20150711.d14ea06/debian/gitlab-ci.yml --- golang-github-jbenet-go-context-0.0~git20150711.d14ea06/debian/gitlab-ci.yml 1970-01-01 00:00:00.000000000 +0000 +++ golang-github-jbenet-go-context-0.0~git20150711.d14ea06/debian/gitlab-ci.yml 2021-12-14 00:44:04.000000000 +0000 @@ -0,0 +1,6 @@ +# auto-generated, DO NOT MODIFY. +# The authoritative copy of this file lives at: +# 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-jbenet-go-context-0.0~git20150711.d14ea06/debian/rules golang-github-jbenet-go-context-0.0~git20150711.d14ea06/debian/rules --- golang-github-jbenet-go-context-0.0~git20150711.d14ea06/debian/rules 2019-08-04 10:19:55.000000000 +0000 +++ golang-github-jbenet-go-context-0.0~git20150711.d14ea06/debian/rules 2021-12-14 00:49:17.000000000 +0000 @@ -1,4 +1,6 @@ #!/usr/bin/make -f +export TRAVIS := true + %: dh $@ --builddirectory=_build --buildsystem=golang --with=golang diff -Nru golang-github-jbenet-go-context-0.0~git20150711.d14ea06/debian/upstream/metadata golang-github-jbenet-go-context-0.0~git20150711.d14ea06/debian/upstream/metadata --- golang-github-jbenet-go-context-0.0~git20150711.d14ea06/debian/upstream/metadata 1970-01-01 00:00:00.000000000 +0000 +++ golang-github-jbenet-go-context-0.0~git20150711.d14ea06/debian/upstream/metadata 2021-12-14 00:52:21.000000000 +0000 @@ -0,0 +1,5 @@ +--- +Bug-Database: https://github.com/jbenet/go-context/issues +Bug-Submit: https://github.com/jbenet/go-context/issues/new +Repository: https://github.com/jbenet/go-context.git +Repository-Browse: https://github.com/jbenet/go-context