diff -Nru golang-github-docker-go-connections-0.4.0/debian/changelog golang-github-docker-go-connections-0.4.0/debian/changelog --- golang-github-docker-go-connections-0.4.0/debian/changelog 2021-04-05 11:39:50.000000000 +0000 +++ golang-github-docker-go-connections-0.4.0/debian/changelog 2021-02-05 03:20:10.000000000 +0000 @@ -1,16 +1,3 @@ -golang-github-docker-go-connections (0.4.0-3) unstable; urgency=medium - - * Team upload. - * Update Section to golang - * Update maintainer address to team+pkg-go@tracker.debian.org - * Add Rules-Requires-Root - * Drop unused dependency golang-github-opencontainers-runc-dev - * Update Standards-Version to 4.5.1 (no changes) - * Update uscan watch file to version 4 - * Add patch to skip tests which use expiered certificate (Closes: #986306) - - -- Shengjing Zhu Mon, 05 Apr 2021 19:39:50 +0800 - golang-github-docker-go-connections (0.4.0-2) unstable; urgency=medium [ Debian Janitor ] diff -Nru golang-github-docker-go-connections-0.4.0/debian/control golang-github-docker-go-connections-0.4.0/debian/control --- golang-github-docker-go-connections-0.4.0/debian/control 2021-04-05 11:39:50.000000000 +0000 +++ golang-github-docker-go-connections-0.4.0/debian/control 2021-02-05 03:20:10.000000000 +0000 @@ -1,29 +1,29 @@ Source: golang-github-docker-go-connections -Section: golang +Section: devel Priority: optional -Standards-Version: 4.5.1 -Maintainer: Debian Go Packaging Team -Uploaders: Dmitry Smirnov , - Tim Potter , -Build-Depends: ca-certificates, - debhelper-compat (= 12), +Standards-Version: 4.4.1 +Maintainer: Debian Go Packaging Team +Uploaders: Dmitry Smirnov , Tim Potter +Build-Depends: debhelper-compat (= 12), dh-golang (>= 1.31), + ca-certificates, golang-any, + golang-github-opencontainers-runc-dev, golang-github-pkg-errors-dev, golang-github-stretchr-testify-dev, - golang-golang-x-net-dev, + golang-golang-x-net-dev Homepage: https://github.com/docker/go-connections Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-docker-go-connections Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-docker-go-connections.git XS-Go-Import-Path: github.com/docker/go-connections -Rules-Requires-Root: no Testsuite: autopkgtest-pkg-go Package: golang-github-docker-go-connections-dev Architecture: all -Depends: golang-github-pkg-errors-dev, - golang-golang-x-net-dev, +Depends: ${shlibs:Depends}, ${misc:Depends}, - ${shlibs:Depends}, + golang-github-opencontainers-runc-dev, + golang-github-pkg-errors-dev, + golang-golang-x-net-dev Description: Golang utility package to work with network connections go-connections provides common package to work with network connections. diff -Nru golang-github-docker-go-connections-0.4.0/debian/gbp.conf golang-github-docker-go-connections-0.4.0/debian/gbp.conf --- golang-github-docker-go-connections-0.4.0/debian/gbp.conf 2021-04-05 11:39:50.000000000 +0000 +++ golang-github-docker-go-connections-0.4.0/debian/gbp.conf 2021-02-05 03:20:10.000000000 +0000 @@ -1,2 +1,11 @@ -[DEFAULT] +[buildpackage] +overlay = True +export-dir = ../build-area/ +tarball-dir = ../ + +[dch] +id-length = 0 + +[import-orig] pristine-tar = True +merge = True diff -Nru golang-github-docker-go-connections-0.4.0/debian/patches/0001-Skip-tests-which-use-expiered-certificate.patch golang-github-docker-go-connections-0.4.0/debian/patches/0001-Skip-tests-which-use-expiered-certificate.patch --- golang-github-docker-go-connections-0.4.0/debian/patches/0001-Skip-tests-which-use-expiered-certificate.patch 2021-04-05 11:39:50.000000000 +0000 +++ golang-github-docker-go-connections-0.4.0/debian/patches/0001-Skip-tests-which-use-expiered-certificate.patch 1970-01-01 00:00:00.000000000 +0000 @@ -1,28 +0,0 @@ -From: Shengjing Zhu -Date: Mon, 5 Apr 2021 19:38:47 +0800 -Subject: Skip tests which use expiered certificate - ---- - tlsconfig/config_test.go | 2 ++ - 1 file changed, 2 insertions(+) - -diff --git a/tlsconfig/config_test.go b/tlsconfig/config_test.go -index 345cbe7..aa94f02 100644 ---- a/tlsconfig/config_test.go -+++ b/tlsconfig/config_test.go -@@ -202,6 +202,7 @@ func TestConfigServerTLSClientCASet(t *testing.T) { - // Exclusive root pools determines whether the CA pool will be a union of the system - // certificate pool and custom certs, or an exclusive or of the custom certs and system pool - func TestConfigServerExclusiveRootPools(t *testing.T) { -+ t.Skip("certificate is expired") - key, cert := getCertAndKey() - ca := getMultiCert() - -@@ -562,6 +563,7 @@ func TestConfigClientTLSNotSetWithInvalidPassphrase(t *testing.T) { - // Exclusive root pools determines whether the CA pool will be a union of the system - // certificate pool and custom certs, or an exclusive or of the custom certs and system pool - func TestConfigClientExclusiveRootPools(t *testing.T) { -+ t.Skip("certificate is expired") - ca := getMultiCert() - - caBytes, err := ioutil.ReadFile(ca) diff -Nru golang-github-docker-go-connections-0.4.0/debian/patches/series golang-github-docker-go-connections-0.4.0/debian/patches/series --- golang-github-docker-go-connections-0.4.0/debian/patches/series 2021-04-05 11:39:50.000000000 +0000 +++ golang-github-docker-go-connections-0.4.0/debian/patches/series 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -0001-Skip-tests-which-use-expiered-certificate.patch diff -Nru golang-github-docker-go-connections-0.4.0/debian/watch golang-github-docker-go-connections-0.4.0/debian/watch --- golang-github-docker-go-connections-0.4.0/debian/watch 2021-04-05 11:39:50.000000000 +0000 +++ golang-github-docker-go-connections-0.4.0/debian/watch 2021-02-05 03:20:10.000000000 +0000 @@ -1,3 +1,5 @@ -version=4 - https://github.com/docker/go-connections/tags \ - .*/v?(\d[\d\.]+)\.tar\.gz +# uscan(1) configuration file. +version=3 + + https://github.com/docker/go-connections/releases \ + .*/archive/v?(\d[\d\.]+)\.tar\.gz