diff -Nru golang-github-markbates-goth-1.42.0/debian/changelog golang-github-markbates-goth-1.42.0/debian/changelog --- golang-github-markbates-goth-1.42.0/debian/changelog 2018-02-03 18:13:31.000000000 +0000 +++ golang-github-markbates-goth-1.42.0/debian/changelog 2021-02-01 23:13:47.000000000 +0000 @@ -1,3 +1,24 @@ +golang-github-markbates-goth (1.42.0-6) unstable; urgency=medium + + * QA upload. + + [ Alexandre Viau ] + * Point Vcs-* urls to salsa.debian.org. + + [ Jelmer Vernooij ] + * Fix Debian QA group name. + + [ Debian Janitor ] + * Use secure copyright file specification URI. + * Bump debhelper from old 10 to 12. + * Set debhelper-compat version in Build-Depends. + * Change priority extra to priority optional. + * Update renamed lintian tag names in lintian overrides. + * Update standards version to 4.1.1, no changes needed. + * Set upstream metadata fields: Repository, Repository-Browse. + + -- Jelmer Vernooij Mon, 01 Feb 2021 23:13:47 +0000 + golang-github-markbates-goth (1.42.0-5) unstable; urgency=medium * Remove Michael Lustfield from Uploaders list. diff -Nru golang-github-markbates-goth-1.42.0/debian/compat golang-github-markbates-goth-1.42.0/debian/compat --- golang-github-markbates-goth-1.42.0/debian/compat 2018-02-03 17:50:48.000000000 +0000 +++ golang-github-markbates-goth-1.42.0/debian/compat 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -10 diff -Nru golang-github-markbates-goth-1.42.0/debian/control golang-github-markbates-goth-1.42.0/debian/control --- golang-github-markbates-goth-1.42.0/debian/control 2018-02-03 18:13:31.000000000 +0000 +++ golang-github-markbates-goth-1.42.0/debian/control 2021-02-01 23:13:47.000000000 +0000 @@ -1,8 +1,8 @@ Source: golang-github-markbates-goth Section: devel -Priority: extra -Maintainer: QA Group -Build-Depends: debhelper (>= 10), +Priority: optional +Maintainer: Debian QA Group +Build-Depends: debhelper-compat (= 12), dh-golang, golang-any, golang-github-gorilla-mux-dev, @@ -13,10 +13,10 @@ golang-golang-x-net-dev, golang-golang-x-oauth2-dev, golang-gopkg-jarcoal-httpmock.v1-dev -Standards-Version: 4.1.0 +Standards-Version: 4.1.1 Homepage: https://github.com/markbates/goth -Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-github-markbates-goth.git -Vcs-Git: https://anonscm.debian.org/git/pkg-go/packages/golang-github-markbates-goth.git +Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-markbates-goth +Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-markbates-goth.git Testsuite: autopkgtest-pkg-go XS-Go-Import-Path: github.com/markbates/goth diff -Nru golang-github-markbates-goth-1.42.0/debian/copyright golang-github-markbates-goth-1.42.0/debian/copyright --- golang-github-markbates-goth-1.42.0/debian/copyright 2018-02-03 17:50:48.000000000 +0000 +++ golang-github-markbates-goth-1.42.0/debian/copyright 2021-02-01 23:13:47.000000000 +0000 @@ -1,4 +1,4 @@ -Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: goth Source: https://github.com/markbates/goth diff -Nru golang-github-markbates-goth-1.42.0/debian/gitlab-ci.yml golang-github-markbates-goth-1.42.0/debian/gitlab-ci.yml --- golang-github-markbates-goth-1.42.0/debian/gitlab-ci.yml 1970-01-01 00:00:00.000000000 +0000 +++ golang-github-markbates-goth-1.42.0/debian/gitlab-ci.yml 2021-02-01 23:13:47.000000000 +0000 @@ -0,0 +1,28 @@ + +# 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" diff -Nru golang-github-markbates-goth-1.42.0/debian/source/lintian-overrides golang-github-markbates-goth-1.42.0/debian/source/lintian-overrides --- golang-github-markbates-goth-1.42.0/debian/source/lintian-overrides 2018-02-03 17:50:48.000000000 +0000 +++ golang-github-markbates-goth-1.42.0/debian/source/lintian-overrides 2021-02-01 23:13:47.000000000 +0000 @@ -1,2 +1,2 @@ # upstream does not provide releases -source: debian-watch-may-check-gpg-signature +source: debian-watch-does-not-check-gpg-signature diff -Nru golang-github-markbates-goth-1.42.0/debian/upstream/metadata golang-github-markbates-goth-1.42.0/debian/upstream/metadata --- golang-github-markbates-goth-1.42.0/debian/upstream/metadata 1970-01-01 00:00:00.000000000 +0000 +++ golang-github-markbates-goth-1.42.0/debian/upstream/metadata 2021-02-01 23:13:47.000000000 +0000 @@ -0,0 +1,2 @@ +Repository: https://github.com/markbates/goth.git +Repository-Browse: https://github.com/markbates/goth