diff -Nru golang-github-hlandau-buildinfo-0.0~git20160722.0.b25d4b0/debian/changelog golang-github-hlandau-buildinfo-0.0~git20160722.0.b25d4b0/debian/changelog --- golang-github-hlandau-buildinfo-0.0~git20160722.0.b25d4b0/debian/changelog 2016-11-20 04:22:55.000000000 +0000 +++ golang-github-hlandau-buildinfo-0.0~git20160722.0.b25d4b0/debian/changelog 2018-11-23 14:31:25.000000000 +0000 @@ -1,3 +1,20 @@ +golang-github-hlandau-buildinfo (0.0~git20160722.0.b25d4b0-3) unstable; urgency=medium + + [ Alexandre Viau ] + * Point Vcs-* urls to salsa.debian.org. + + [ Peter Colberg ] + * Bump debhelper compat level to 11 + * Set Priority to optional as per policy 4.0.1 + * Use https for copyright-format URL + * Set Testsuite to autopkgtest-pkg-go + * Update Standards-Version to 4.2.1 + * Update Maintainer address + * Drop Build-Depends on golang-github-hlandau-goutils-dev + * Drop ${misc:Depends} from -dev package + + -- Peter Colberg Fri, 23 Nov 2018 09:31:25 -0500 + golang-github-hlandau-buildinfo (0.0~git20160722.0.b25d4b0-2) unstable; urgency=medium * Bump debhelper compat level to 10 diff -Nru golang-github-hlandau-buildinfo-0.0~git20160722.0.b25d4b0/debian/compat golang-github-hlandau-buildinfo-0.0~git20160722.0.b25d4b0/debian/compat --- golang-github-hlandau-buildinfo-0.0~git20160722.0.b25d4b0/debian/compat 2016-11-20 04:22:55.000000000 +0000 +++ golang-github-hlandau-buildinfo-0.0~git20160722.0.b25d4b0/debian/compat 2018-11-23 14:14:17.000000000 +0000 @@ -1 +1 @@ -10 +11 diff -Nru golang-github-hlandau-buildinfo-0.0~git20160722.0.b25d4b0/debian/control golang-github-hlandau-buildinfo-0.0~git20160722.0.b25d4b0/debian/control --- golang-github-hlandau-buildinfo-0.0~git20160722.0.b25d4b0/debian/control 2016-11-20 04:22:55.000000000 +0000 +++ golang-github-hlandau-buildinfo-0.0~git20160722.0.b25d4b0/debian/control 2018-11-23 14:31:25.000000000 +0000 @@ -1,25 +1,22 @@ Source: golang-github-hlandau-buildinfo Section: devel -Priority: extra -Maintainer: Debian Go Packaging Team +Priority: optional +Maintainer: Debian Go Packaging Team Uploaders: Peter Colberg -Build-Depends: debhelper (>= 10), +Build-Depends: debhelper (>= 11~), dh-golang (>= 1.10~), golang-any, - golang-github-hlandau-goutils-dev, golang-gopkg-hlandau-easyconfig.v1-dev -Standards-Version: 3.9.8 +Standards-Version: 4.2.1 Homepage: https://github.com/hlandau/buildinfo -Vcs-Browser: https://anonscm.debian.org/git/pkg-go/packages/golang-github-hlandau-buildinfo.git -Vcs-Git: https://anonscm.debian.org/git/pkg-go/packages/golang-github-hlandau-buildinfo.git +Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-hlandau-buildinfo +Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-hlandau-buildinfo.git XS-Go-Import-Path: github.com/hlandau/buildinfo +Testsuite: autopkgtest-pkg-go Package: golang-github-hlandau-buildinfo-dev Architecture: all -Depends: golang-github-hlandau-goutils-dev, - golang-gopkg-hlandau-easyconfig.v1-dev, - ${misc:Depends}, - ${shlibs:Depends} +Depends: golang-gopkg-hlandau-easyconfig.v1-dev, ${misc:Depends} Description: Go build information utilities This package provides small build information utilities for tracking Go binary version information. Rather than trying to assign a linear version number to diff -Nru golang-github-hlandau-buildinfo-0.0~git20160722.0.b25d4b0/debian/copyright golang-github-hlandau-buildinfo-0.0~git20160722.0.b25d4b0/debian/copyright --- golang-github-hlandau-buildinfo-0.0~git20160722.0.b25d4b0/debian/copyright 2016-11-20 04:22:55.000000000 +0000 +++ golang-github-hlandau-buildinfo-0.0~git20160722.0.b25d4b0/debian/copyright 2018-11-23 14:14:17.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: github.com/hlandau/buildinfo Upstream-Contact: Hugo Landau Source: https://github.com/hlandau/buildinfo diff -Nru golang-github-hlandau-buildinfo-0.0~git20160722.0.b25d4b0/debian/gitlab-ci.yml golang-github-hlandau-buildinfo-0.0~git20160722.0.b25d4b0/debian/gitlab-ci.yml --- golang-github-hlandau-buildinfo-0.0~git20160722.0.b25d4b0/debian/gitlab-ci.yml 1970-01-01 00:00:00.000000000 +0000 +++ golang-github-hlandau-buildinfo-0.0~git20160722.0.b25d4b0/debian/gitlab-ci.yml 2018-11-23 14:14:13.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"