diff -Nru golang-github-siddontang-rdb-0.0~git20150307.0.fc89ed2/debian/changelog golang-github-siddontang-rdb-0.0~git20150307.0.fc89ed2/debian/changelog --- golang-github-siddontang-rdb-0.0~git20150307.0.fc89ed2/debian/changelog 2018-02-03 18:13:33.000000000 +0000 +++ golang-github-siddontang-rdb-0.0~git20150307.0.fc89ed2/debian/changelog 2021-02-02 18:34:03.000000000 +0000 @@ -1,3 +1,24 @@ +golang-github-siddontang-rdb (0.0~git20150307.0.fc89ed2-6) unstable; urgency=medium + + * QA upload. + + [ Alexandre Viau ] + * Point Vcs-* urls to salsa.debian.org. + + [ Jelmer Vernooij ] + * Fix Debian QA group name. + * Use secure copyright file specification URI. + + [ Debian Janitor ] + * Bump debhelper from old 10 to 12. + * Set debhelper-compat version in Build-Depends. + * Change priority extra to priority optional. + * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository, + Repository-Browse. + * Update standards version to 4.1.1, no changes needed. + + -- Jelmer Vernooij Tue, 02 Feb 2021 18:34:03 +0000 + golang-github-siddontang-rdb (0.0~git20150307.0.fc89ed2-5) unstable; urgency=medium * Remove Michael Lustfield from Uploaders list. diff -Nru golang-github-siddontang-rdb-0.0~git20150307.0.fc89ed2/debian/compat golang-github-siddontang-rdb-0.0~git20150307.0.fc89ed2/debian/compat --- golang-github-siddontang-rdb-0.0~git20150307.0.fc89ed2/debian/compat 2018-02-03 17:52:18.000000000 +0000 +++ golang-github-siddontang-rdb-0.0~git20150307.0.fc89ed2/debian/compat 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -10 diff -Nru golang-github-siddontang-rdb-0.0~git20150307.0.fc89ed2/debian/control golang-github-siddontang-rdb-0.0~git20150307.0.fc89ed2/debian/control --- golang-github-siddontang-rdb-0.0~git20150307.0.fc89ed2/debian/control 2018-02-03 18:13:33.000000000 +0000 +++ golang-github-siddontang-rdb-0.0~git20150307.0.fc89ed2/debian/control 2021-02-02 18:34:03.000000000 +0000 @@ -1,15 +1,15 @@ Source: golang-github-siddontang-rdb 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-cupcake-rdb-dev -Standards-Version: 4.1.0 +Standards-Version: 4.1.1 Homepage: https://github.com/siddontang/rdb -Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-github-siddontang-rdb.git -Vcs-Git: https://anonscm.debian.org/git/pkg-go/packages/golang-github-siddontang-rdb.git +Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-siddontang-rdb +Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-siddontang-rdb.git Testsuite: autopkgtest-pkg-go XS-Go-Import-Path: github.com/siddontang/rdb diff -Nru golang-github-siddontang-rdb-0.0~git20150307.0.fc89ed2/debian/copyright golang-github-siddontang-rdb-0.0~git20150307.0.fc89ed2/debian/copyright --- golang-github-siddontang-rdb-0.0~git20150307.0.fc89ed2/debian/copyright 2018-02-03 17:52:18.000000000 +0000 +++ golang-github-siddontang-rdb-0.0~git20150307.0.fc89ed2/debian/copyright 2021-02-02 18:34:03.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: rdb Source: https://github.com/siddontang/rdb diff -Nru golang-github-siddontang-rdb-0.0~git20150307.0.fc89ed2/debian/gitlab-ci.yml golang-github-siddontang-rdb-0.0~git20150307.0.fc89ed2/debian/gitlab-ci.yml --- golang-github-siddontang-rdb-0.0~git20150307.0.fc89ed2/debian/gitlab-ci.yml 1970-01-01 00:00:00.000000000 +0000 +++ golang-github-siddontang-rdb-0.0~git20150307.0.fc89ed2/debian/gitlab-ci.yml 2021-02-02 18:34:03.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-siddontang-rdb-0.0~git20150307.0.fc89ed2/debian/upstream/metadata golang-github-siddontang-rdb-0.0~git20150307.0.fc89ed2/debian/upstream/metadata --- golang-github-siddontang-rdb-0.0~git20150307.0.fc89ed2/debian/upstream/metadata 1970-01-01 00:00:00.000000000 +0000 +++ golang-github-siddontang-rdb-0.0~git20150307.0.fc89ed2/debian/upstream/metadata 2021-02-02 18:34:03.000000000 +0000 @@ -0,0 +1,4 @@ +Bug-Database: https://github.com/siddontang/rdb/issues +Bug-Submit: https://github.com/siddontang/rdb/issues/new +Repository: https://github.com/siddontang/rdb.git +Repository-Browse: https://github.com/siddontang/rdb