diff -Nru golang-github-jzelinskie-whirlpool-0.0~git20170603.c19460b/debian/changelog golang-github-jzelinskie-whirlpool-0.0~git20201016.0675e54/debian/changelog --- golang-github-jzelinskie-whirlpool-0.0~git20170603.c19460b/debian/changelog 2019-10-17 19:53:42.000000000 +0000 +++ golang-github-jzelinskie-whirlpool-0.0~git20201016.0675e54/debian/changelog 2022-11-09 15:37:19.000000000 +0000 @@ -1,3 +1,19 @@ +golang-github-jzelinskie-whirlpool (0.0~git20201016.0675e54-1) unstable; urgency=low + + * Team upload. + + [ Debian Janitor ] + * Set upstream metadata fields: Bug-Database, Bug-Submit. + * Apply multi-arch hints. + + golang-github-jzelinskie-whirlpool-dev: Add Multi-Arch: foreign. + + [ Drew Parsons ] + * New upstream snapshot. + * Standards-Version: 4.6.1 + * debhelper compatibility level 13 + + -- Drew Parsons Wed, 09 Nov 2022 16:37:19 +0100 + golang-github-jzelinskie-whirlpool (0.0~git20170603.c19460b-2) unstable; urgency=medium * Source-only upload. diff -Nru golang-github-jzelinskie-whirlpool-0.0~git20170603.c19460b/debian/control golang-github-jzelinskie-whirlpool-0.0~git20201016.0675e54/debian/control --- golang-github-jzelinskie-whirlpool-0.0~git20170603.c19460b/debian/control 2019-10-17 19:52:15.000000000 +0000 +++ golang-github-jzelinskie-whirlpool-0.0~git20201016.0675e54/debian/control 2022-11-09 15:37:19.000000000 +0000 @@ -6,11 +6,11 @@ Testsuite: autopkgtest-pkg-go Priority: optional Build-Depends: - debhelper-compat (= 12), + debhelper-compat (= 13), dh-golang, Build-Depends-Indep: golang-any, -Standards-Version: 4.4.1 +Standards-Version: 4.6.1 Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-jzelinskie-whirlpool Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-jzelinskie-whirlpool.git Homepage: https://github.com/jzelinskie/whirlpool @@ -21,5 +21,6 @@ Architecture: all Depends: ${misc:Depends}, +Multi-Arch: foreign Description: whirlpool cryptographic hashing library This package implements the whirlpool hashing library for go. diff -Nru golang-github-jzelinskie-whirlpool-0.0~git20170603.c19460b/debian/gitlab-ci.yml golang-github-jzelinskie-whirlpool-0.0~git20201016.0675e54/debian/gitlab-ci.yml --- golang-github-jzelinskie-whirlpool-0.0~git20170603.c19460b/debian/gitlab-ci.yml 1970-01-01 00:00:00.000000000 +0000 +++ golang-github-jzelinskie-whirlpool-0.0~git20201016.0675e54/debian/gitlab-ci.yml 2022-11-09 15:37:19.000000000 +0000 @@ -0,0 +1,6 @@ +# auto-generated, DO NOT MODIFY. +# The authoritative copy of this file lives at: +# https://salsa.debian.org/go-team/infra/pkg-go-tools/blob/master/config/gitlabciyml.go +--- +include: + - https://salsa.debian.org/go-team/infra/pkg-go-tools/-/raw/master/pipeline/test-archive.yml diff -Nru golang-github-jzelinskie-whirlpool-0.0~git20170603.c19460b/debian/upstream/metadata golang-github-jzelinskie-whirlpool-0.0~git20201016.0675e54/debian/upstream/metadata --- golang-github-jzelinskie-whirlpool-0.0~git20170603.c19460b/debian/upstream/metadata 1970-01-01 00:00:00.000000000 +0000 +++ golang-github-jzelinskie-whirlpool-0.0~git20201016.0675e54/debian/upstream/metadata 2022-11-09 15:37:19.000000000 +0000 @@ -0,0 +1,3 @@ +--- +Bug-Database: https://github.com/jzelinskie/whirlpool/issues +Bug-Submit: https://github.com/jzelinskie/whirlpool/issues/new diff -Nru golang-github-jzelinskie-whirlpool-0.0~git20170603.c19460b/.travis.yml golang-github-jzelinskie-whirlpool-0.0~git20201016.0675e54/.travis.yml --- golang-github-jzelinskie-whirlpool-0.0~git20170603.c19460b/.travis.yml 2019-10-04 11:57:54.000000000 +0000 +++ golang-github-jzelinskie-whirlpool-0.0~git20201016.0675e54/.travis.yml 2020-10-16 14:41:38.000000000 +0000 @@ -1 +1,4 @@ +arch: + - ppc64le + - amd64 language: go