diff -Nru golang-gopkg-hlandau-svcutils.v1-1.0.10/debian/changelog golang-gopkg-hlandau-svcutils.v1-1.0.10/debian/changelog --- golang-gopkg-hlandau-svcutils.v1-1.0.10/debian/changelog 2016-11-20 18:39:31.000000000 +0000 +++ golang-gopkg-hlandau-svcutils.v1-1.0.10/debian/changelog 2018-11-18 19:34:58.000000000 +0000 @@ -1,3 +1,23 @@ +golang-gopkg-hlandau-svcutils.v1 (1.0.10-6) unstable; urgency=medium + + * Bump debhelper compat level to 11 + * Set Testsuite to autopkgtest-pkg-go + * Update Maintainer address + + -- Peter Colberg Sun, 18 Nov 2018 14:34:58 -0500 + +golang-gopkg-hlandau-svcutils.v1 (1.0.10-5) unstable; urgency=medium + + [ Alexandre Viau ] + * Point Vcs-* urls to salsa.debian.org. + + [ Peter Colberg ] + * Set Priority to optional as per policy 4.0.1 + * Use https for copyright-format URL + * Update Standards-Version to 4.2.1 + + -- Peter Colberg Sat, 17 Nov 2018 12:41:24 -0500 + golang-gopkg-hlandau-svcutils.v1 (1.0.10-4) unstable; urgency=medium * Drop dependency on libcap-dev from -dev package to fix FTBFS diff -Nru golang-gopkg-hlandau-svcutils.v1-1.0.10/debian/compat golang-gopkg-hlandau-svcutils.v1-1.0.10/debian/compat --- golang-gopkg-hlandau-svcutils.v1-1.0.10/debian/compat 2016-11-20 04:55:17.000000000 +0000 +++ golang-gopkg-hlandau-svcutils.v1-1.0.10/debian/compat 2018-11-18 19:34:58.000000000 +0000 @@ -1 +1 @@ -10 +11 diff -Nru golang-gopkg-hlandau-svcutils.v1-1.0.10/debian/control golang-gopkg-hlandau-svcutils.v1-1.0.10/debian/control --- golang-gopkg-hlandau-svcutils.v1-1.0.10/debian/control 2016-11-20 18:39:31.000000000 +0000 +++ golang-gopkg-hlandau-svcutils.v1-1.0.10/debian/control 2018-11-18 19:34:58.000000000 +0000 @@ -1,17 +1,18 @@ Source: golang-gopkg-hlandau-svcutils.v1 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, libcap-dev [linux-any] -Standards-Version: 3.9.8 +Standards-Version: 4.2.1 Homepage: https://github.com/hlandau/svcutils -Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-gopkg-hlandau-svcutils.v1.git -Vcs-Git: https://anonscm.debian.org/git/pkg-go/packages/golang-gopkg-hlandau-svcutils.v1.git +Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-gopkg-hlandau-svcutils.v1 +Vcs-Git: https://salsa.debian.org/go-team/packages/golang-gopkg-hlandau-svcutils.v1.git XS-Go-Import-Path: gopkg.in/hlandau/svcutils.v1 +Testsuite: autopkgtest-pkg-go Package: golang-gopkg-hlandau-svcutils.v1-dev Architecture: all diff -Nru golang-gopkg-hlandau-svcutils.v1-1.0.10/debian/copyright golang-gopkg-hlandau-svcutils.v1-1.0.10/debian/copyright --- golang-gopkg-hlandau-svcutils.v1-1.0.10/debian/copyright 2016-11-20 04:54:37.000000000 +0000 +++ golang-gopkg-hlandau-svcutils.v1-1.0.10/debian/copyright 2018-11-17 17:42:45.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/svcutils Upstream-Contact: Hugo Landau Source: https://github.com/hlandau/svcutils diff -Nru golang-gopkg-hlandau-svcutils.v1-1.0.10/debian/gitlab-ci.yml golang-gopkg-hlandau-svcutils.v1-1.0.10/debian/gitlab-ci.yml --- golang-gopkg-hlandau-svcutils.v1-1.0.10/debian/gitlab-ci.yml 1970-01-01 00:00:00.000000000 +0000 +++ golang-gopkg-hlandau-svcutils.v1-1.0.10/debian/gitlab-ci.yml 2018-11-17 17:42:40.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"